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

Side by Side Diff: base/third_party/libevent/solaris/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/signal.c ('k') | base/third_party/libevent/solaris/event-config.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 /* config.h. Generated from config.h.in by configure. */ 1 /* config.h. Generated from config.h.in by configure. */
2 /* config.h.in. Generated from configure.in by autoheader. */ 2 /* config.h.in. Generated from configure.in by autoheader. */
3 3
4 /* Define if clock_gettime is available in libc */ 4 /* Define if clock_gettime is available in libc */
5 #define DNS_USE_CPU_CLOCK_FOR_ID 1 5 #define DNS_USE_CPU_CLOCK_FOR_ID 1
6 6
7 /* Define is no secure id variant is available */ 7 /* Define is no secure id variant is available */
8 /* #undef DNS_USE_GETTIMEOFDAY_FOR_ID */ 8 /* #undef DNS_USE_GETTIMEOFDAY_FOR_ID */
9 9
10 /* Define to 1 if you have the `clock_gettime' function. */ 10 /* Define to 1 if you have the `clock_gettime' function. */
(...skipping 246 matching lines...) Expand 10 before | Expand all | Expand 10 after
257 #endif 257 #endif
258 258
259 /* Define to `int' if <sys/types.h> does not define. */ 259 /* Define to `int' if <sys/types.h> does not define. */
260 /* #undef pid_t */ 260 /* #undef pid_t */
261 261
262 /* Define to `unsigned int' if <sys/types.h> does not define. */ 262 /* Define to `unsigned int' if <sys/types.h> does not define. */
263 /* #undef size_t */ 263 /* #undef size_t */
264 264
265 /* Define to unsigned int if you dont have it */ 265 /* Define to unsigned int if you dont have it */
266 /* #undef socklen_t */ 266 /* #undef socklen_t */
OLDNEW
« no previous file with comments | « base/third_party/libevent/signal.c ('k') | base/third_party/libevent/solaris/event-config.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698