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

Side by Side Diff: third_party/libevent/linux/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. 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 13 matching lines...) Expand all
24 24
25 /* Define if your system supports event ports */ 25 /* Define if your system supports event ports */
26 /* #undef HAVE_EVENT_PORTS */ 26 /* #undef HAVE_EVENT_PORTS */
27 27
28 /* Define to 1 if you have the `fcntl' function. */ 28 /* Define to 1 if you have the `fcntl' function. */
29 #define HAVE_FCNTL 1 29 #define HAVE_FCNTL 1
30 30
31 /* Define to 1 if you have the <fcntl.h> header file. */ 31 /* Define to 1 if you have the <fcntl.h> header file. */
32 #define HAVE_FCNTL_H 1 32 #define HAVE_FCNTL_H 1
33 33
34 /* Define to 1 if the system has the type `fd_mask'. */
35 #define HAVE_FD_MASK 1
36
34 /* Define to 1 if you have the `getaddrinfo' function. */ 37 /* Define to 1 if you have the `getaddrinfo' function. */
35 #define HAVE_GETADDRINFO 1 38 #define HAVE_GETADDRINFO 1
36 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
37 /* Define to 1 if you have the `getnameinfo' function. */ 46 /* Define to 1 if you have the `getnameinfo' function. */
38 #define HAVE_GETNAMEINFO 1 47 #define HAVE_GETNAMEINFO 1
39 48
40 /* Define to 1 if you have the `gettimeofday' function. */ 49 /* Define to 1 if you have the `gettimeofday' function. */
41 #define HAVE_GETTIMEOFDAY 1 50 #define HAVE_GETTIMEOFDAY 1
42 51
43 /* Define to 1 if you have the `inet_ntop' function. */ 52 /* Define to 1 if you have the `inet_ntop' function. */
44 #define HAVE_INET_NTOP 1 53 #define HAVE_INET_NTOP 1
45 54
46 /* Define to 1 if you have the <inttypes.h> header file. */ 55 /* Define to 1 if you have the <inttypes.h> header file. */
47 #define HAVE_INTTYPES_H 1 56 #define HAVE_INTTYPES_H 1
48 57
58 /* Define to 1 if you have the `issetugid' function. */
59 /* #undef HAVE_ISSETUGID */
60
49 /* Define to 1 if you have the `kqueue' function. */ 61 /* Define to 1 if you have the `kqueue' function. */
50 /* #undef HAVE_KQUEUE */ 62 /* #undef HAVE_KQUEUE */
51 63
52 /* Define to 1 if you have the `nsl' library (-lnsl). */ 64 /* Define to 1 if you have the `nsl' library (-lnsl). */
53 #define HAVE_LIBNSL 1 65 #define HAVE_LIBNSL 1
54 66
55 /* Define to 1 if you have the `resolv' library (-lresolv). */ 67 /* Define to 1 if you have the `resolv' library (-lresolv). */
56 #define HAVE_LIBRESOLV 1 68 #define HAVE_LIBRESOLV 1
57 69
58 /* 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
223 /* The size of `short', as computed by sizeof. */ 235 /* The size of `short', as computed by sizeof. */
224 #define SIZEOF_SHORT 2 236 #define SIZEOF_SHORT 2
225 237
226 /* Define to 1 if you have the ANSI C header files. */ 238 /* Define to 1 if you have the ANSI C header files. */
227 #define STDC_HEADERS 1 239 #define STDC_HEADERS 1
228 240
229 /* 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>. */
230 #define TIME_WITH_SYS_TIME 1 242 #define TIME_WITH_SYS_TIME 1
231 243
232 /* Version number of package */ 244 /* Version number of package */
233 #define VERSION "1.4.7-stable" 245 #define VERSION "1.4.13-stable"
234 246
235 /* Define to appropriate substitue if compiler doesnt have __func__ */ 247 /* Define to appropriate substitue if compiler doesnt have __func__ */
236 /* #undef __func__ */ 248 /* #undef __func__ */
237 249
238 /* Define to empty if `const' does not conform to ANSI C. */ 250 /* Define to empty if `const' does not conform to ANSI C. */
239 /* #undef const */ 251 /* #undef const */
240 252
241 /* 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
242 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. */
243 #ifndef __cplusplus 255 #ifndef __cplusplus
244 /* #undef inline */ 256 /* #undef inline */
245 #endif 257 #endif
246 258
247 /* Define to `int' if <sys/types.h> does not define. */ 259 /* Define to `int' if <sys/types.h> does not define. */
248 /* #undef pid_t */ 260 /* #undef pid_t */
249 261
250 /* Define to `unsigned int' if <sys/types.h> does not define. */ 262 /* Define to `unsigned int' if <sys/types.h> does not define. */
251 /* #undef size_t */ 263 /* #undef size_t */
252 264
253 /* Define to unsigned int if you dont have it */ 265 /* Define to unsigned int if you dont have it */
254 /* #undef socklen_t */ 266 /* #undef socklen_t */
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698