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

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

Issue 412006: posix: upgrade libevent from 1.4.7 to 1.4.13 (Closed)
Patch Set: better readme Created 11 years, 1 month 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
OLDNEW
1 /* config.h. Generated from config.h.in by configure. */
1 /* config.h.in. Generated from configure.in by autoheader. */ 2 /* config.h.in. Generated from configure.in by autoheader. */
2 3
3 /* Define if clock_gettime is available in libc */ 4 /* Define if clock_gettime is available in libc */
4 /* #undef DNS_USE_CPU_CLOCK_FOR_ID */ 5 /* #undef DNS_USE_CPU_CLOCK_FOR_ID */
5 6
6 /* Define is no secure id variant is available */ 7 /* Define is no secure id variant is available */
7 #define DNS_USE_GETTIMEOFDAY_FOR_ID 1 8 #define DNS_USE_GETTIMEOFDAY_FOR_ID 1
8 9
9 /* Define to 1 if you have the `clock_gettime' function. */ 10 /* Define to 1 if you have the `clock_gettime' function. */
10 /* #undef HAVE_CLOCK_GETTIME */ 11 /* #undef HAVE_CLOCK_GETTIME */
(...skipping 12 matching lines...) Expand all
23 24
24 /* Define if your system supports event ports */ 25 /* Define if your system supports event ports */
25 /* #undef HAVE_EVENT_PORTS */ 26 /* #undef HAVE_EVENT_PORTS */
26 27
27 /* Define to 1 if you have the `fcntl' function. */ 28 /* Define to 1 if you have the `fcntl' function. */
28 #define HAVE_FCNTL 1 29 #define HAVE_FCNTL 1
29 30
30 /* Define to 1 if you have the <fcntl.h> header file. */ 31 /* Define to 1 if you have the <fcntl.h> header file. */
31 #define HAVE_FCNTL_H 1 32 #define HAVE_FCNTL_H 1
32 33
34 /* Define to 1 if the system has the type `fd_mask'. */
35 #define HAVE_FD_MASK 1
36
33 /* Define to 1 if you have the `getaddrinfo' function. */ 37 /* Define to 1 if you have the `getaddrinfo' function. */
34 #define HAVE_GETADDRINFO 1 38 #define HAVE_GETADDRINFO 1
35 39
40 /* Define to 1 if you have the `getegid' function. */
41 #define HAVE_GETEGID 1
42
43 /* Define to 1 if you have the `geteuid' function. */
44 #define HAVE_GETEUID 1
45
36 /* Define to 1 if you have the `getnameinfo' function. */ 46 /* Define to 1 if you have the `getnameinfo' function. */
37 #define HAVE_GETNAMEINFO 1 47 #define HAVE_GETNAMEINFO 1
38 48
39 /* Define to 1 if you have the `gettimeofday' function. */ 49 /* Define to 1 if you have the `gettimeofday' function. */
40 #define HAVE_GETTIMEOFDAY 1 50 #define HAVE_GETTIMEOFDAY 1
41 51
42 /* Define to 1 if you have the `inet_ntop' function. */ 52 /* Define to 1 if you have the `inet_ntop' function. */
43 #define HAVE_INET_NTOP 1 53 #define HAVE_INET_NTOP 1
44 54
45 /* Define to 1 if you have the <inttypes.h> header file. */ 55 /* Define to 1 if you have the <inttypes.h> header file. */
46 #define HAVE_INTTYPES_H 1 56 #define HAVE_INTTYPES_H 1
47 57
58 /* Define to 1 if you have the `issetugid' function. */
59 #define HAVE_ISSETUGID 1
60
48 /* Define to 1 if you have the `kqueue' function. */ 61 /* Define to 1 if you have the `kqueue' function. */
49 #define HAVE_KQUEUE 1 62 #define HAVE_KQUEUE 1
50 63
51 /* Define to 1 if you have the `nsl' library (-lnsl). */ 64 /* Define to 1 if you have the `nsl' library (-lnsl). */
52 /* #undef HAVE_LIBNSL */ 65 /* #undef HAVE_LIBNSL */
53 66
54 /* Define to 1 if you have the `resolv' library (-lresolv). */ 67 /* Define to 1 if you have the `resolv' library (-lresolv). */
55 #define HAVE_LIBRESOLV 1 68 #define HAVE_LIBRESOLV 1
56 69
57 /* Define to 1 if you have the `rt' library (-lrt). */ 70 /* Define to 1 if you have the `rt' library (-lrt). */
(...skipping 164 matching lines...) Expand 10 before | Expand all | Expand 10 after
222 /* The size of `short', as computed by sizeof. */ 235 /* The size of `short', as computed by sizeof. */
223 #define SIZEOF_SHORT 2 236 #define SIZEOF_SHORT 2
224 237
225 /* Define to 1 if you have the ANSI C header files. */ 238 /* Define to 1 if you have the ANSI C header files. */
226 #define STDC_HEADERS 1 239 #define STDC_HEADERS 1
227 240
228 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */ 241 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
229 #define TIME_WITH_SYS_TIME 1 242 #define TIME_WITH_SYS_TIME 1
230 243
231 /* Version number of package */ 244 /* Version number of package */
232 #define VERSION "1.4.7-stable" 245 #define VERSION "1.4.13-stable"
233 246
234 /* Define to appropriate substitue if compiler doesnt have __func__ */ 247 /* Define to appropriate substitue if compiler doesnt have __func__ */
235 /* #undef __func__ */ 248 /* #undef __func__ */
236 249
237 /* Define to empty if `const' does not conform to ANSI C. */ 250 /* Define to empty if `const' does not conform to ANSI C. */
238 /* #undef const */ 251 /* #undef const */
239 252
240 /* Define to `__inline__' or `__inline' if that's what the C compiler 253 /* Define to `__inline__' or `__inline' if that's what the C compiler
241 calls it, or to nothing if 'inline' is not supported under any name. */ 254 calls it, or to nothing if 'inline' is not supported under any name. */
242 #ifndef __cplusplus 255 #ifndef __cplusplus
243 /* #undef inline */ 256 /* #undef inline */
244 #endif 257 #endif
245 258
246 /* Define to `int' if <sys/types.h> does not define. */ 259 /* Define to `int' if <sys/types.h> does not define. */
247 /* #undef pid_t */ 260 /* #undef pid_t */
248 261
249 /* Define to `unsigned int' if <sys/types.h> does not define. */ 262 /* Define to `unsigned int' if <sys/types.h> does not define. */
250 /* #undef size_t */ 263 /* #undef size_t */
251 264
252 /* Define to unsigned int if you dont have it */ 265 /* Define to unsigned int if you dont have it */
253 /* #undef socklen_t */ 266 /* #undef socklen_t */
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698