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

Side by Side Diff: third_party/libevent/linux/config.h

Issue 3157: Build libevent on Mac (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 12 years, 3 months 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 | Annotate | Revision Log
« no previous file with comments | « third_party/libevent/libtool ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Property Changes:
Added: svn:mergeinfo
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 234 matching lines...) Expand 10 before | Expand all | Expand 10 after
245 #endif 245 #endif
246 246
247 /* Define to `int' if <sys/types.h> does not define. */ 247 /* Define to `int' if <sys/types.h> does not define. */
248 /* #undef pid_t */ 248 /* #undef pid_t */
249 249
250 /* Define to `unsigned int' if <sys/types.h> does not define. */ 250 /* Define to `unsigned int' if <sys/types.h> does not define. */
251 /* #undef size_t */ 251 /* #undef size_t */
252 252
253 /* Define to unsigned int if you dont have it */ 253 /* Define to unsigned int if you dont have it */
254 /* #undef socklen_t */ 254 /* #undef socklen_t */
OLDNEW
« no previous file with comments | « third_party/libevent/libtool ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698