Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(476)

Side by Side Diff: base/third_party/libevent/android/event-config.h

Issue 1531573008: move libevent into base (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix shim path Created 5 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « base/third_party/libevent/android/config.h ('k') | base/third_party/libevent/autogen.sh » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 /* Copied from Linux version and changed the features according Android, which 1 /* Copied from Linux version and changed the features according Android, which
2 * is close to Linux */ 2 * is close to Linux */
3 #ifndef _EVENT_CONFIG_H_ 3 #ifndef _EVENT_CONFIG_H_
4 #define _EVENT_CONFIG_H_ 4 #define _EVENT_CONFIG_H_
5 /* config.h. Generated from config.h.in by configure. */ 5 /* config.h. Generated from config.h.in by configure. */
6 /* config.h.in. Generated from configure.in by autoheader. */ 6 /* config.h.in. Generated from configure.in by autoheader. */
7 7
8 /* Define if clock_gettime is available in libc */ 8 /* Define if clock_gettime is available in libc */
9 #define _EVENT_DNS_USE_CPU_CLOCK_FOR_ID 1 9 #define _EVENT_DNS_USE_CPU_CLOCK_FOR_ID 1
10 10
(...skipping 261 matching lines...) Expand 10 before | Expand all | Expand 10 after
272 272
273 /* Define to `int' if <sys/types.h> does not define. */ 273 /* Define to `int' if <sys/types.h> does not define. */
274 /* #undef _EVENT_pid_t */ 274 /* #undef _EVENT_pid_t */
275 275
276 /* Define to `unsigned int' if <sys/types.h> does not define. */ 276 /* Define to `unsigned int' if <sys/types.h> does not define. */
277 /* #undef _EVENT_size_t */ 277 /* #undef _EVENT_size_t */
278 278
279 /* Define to unsigned int if you dont have it */ 279 /* Define to unsigned int if you dont have it */
280 /* #undef _EVENT_socklen_t */ 280 /* #undef _EVENT_socklen_t */
281 #endif 281 #endif
OLDNEW
« no previous file with comments | « base/third_party/libevent/android/config.h ('k') | base/third_party/libevent/autogen.sh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698