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

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

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.in. Generated from configure.in by autoheader. */ 1 /* config.h.in. Generated from configure.in by autoheader. */
2 2
3 /* Define if clock_gettime is available in libc */ 3 /* Define if clock_gettime is available in libc */
4 #undef DNS_USE_CPU_CLOCK_FOR_ID 4 #undef DNS_USE_CPU_CLOCK_FOR_ID
5 5
6 /* Define is no secure id variant is available */ 6 /* Define is no secure id variant is available */
7 #undef DNS_USE_GETTIMEOFDAY_FOR_ID 7 #undef DNS_USE_GETTIMEOFDAY_FOR_ID
8 8
9 /* Define to 1 if you have the `clock_gettime' function. */ 9 /* Define to 1 if you have the `clock_gettime' function. */
10 #undef HAVE_CLOCK_GETTIME 10 #undef HAVE_CLOCK_GETTIME
(...skipping 12 matching lines...) Expand all
23 23
24 /* Define if your system supports event ports */ 24 /* Define if your system supports event ports */
25 #undef HAVE_EVENT_PORTS 25 #undef HAVE_EVENT_PORTS
26 26
27 /* Define to 1 if you have the `fcntl' function. */ 27 /* Define to 1 if you have the `fcntl' function. */
28 #undef HAVE_FCNTL 28 #undef HAVE_FCNTL
29 29
30 /* Define to 1 if you have the <fcntl.h> header file. */ 30 /* Define to 1 if you have the <fcntl.h> header file. */
31 #undef HAVE_FCNTL_H 31 #undef HAVE_FCNTL_H
32 32
33 /* Define to 1 if the system has the type `fd_mask'. */
34 #undef HAVE_FD_MASK
35
33 /* Define to 1 if you have the `getaddrinfo' function. */ 36 /* Define to 1 if you have the `getaddrinfo' function. */
34 #undef HAVE_GETADDRINFO 37 #undef HAVE_GETADDRINFO
35 38
39 /* Define to 1 if you have the `getegid' function. */
40 #undef HAVE_GETEGID
41
42 /* Define to 1 if you have the `geteuid' function. */
43 #undef HAVE_GETEUID
44
36 /* Define to 1 if you have the `getnameinfo' function. */ 45 /* Define to 1 if you have the `getnameinfo' function. */
37 #undef HAVE_GETNAMEINFO 46 #undef HAVE_GETNAMEINFO
38 47
39 /* Define to 1 if you have the `gettimeofday' function. */ 48 /* Define to 1 if you have the `gettimeofday' function. */
40 #undef HAVE_GETTIMEOFDAY 49 #undef HAVE_GETTIMEOFDAY
41 50
42 /* Define to 1 if you have the `inet_ntop' function. */ 51 /* Define to 1 if you have the `inet_ntop' function. */
43 #undef HAVE_INET_NTOP 52 #undef HAVE_INET_NTOP
44 53
45 /* Define to 1 if you have the <inttypes.h> header file. */ 54 /* Define to 1 if you have the <inttypes.h> header file. */
46 #undef HAVE_INTTYPES_H 55 #undef HAVE_INTTYPES_H
47 56
57 /* Define to 1 if you have the `issetugid' function. */
58 #undef HAVE_ISSETUGID
59
48 /* Define to 1 if you have the `kqueue' function. */ 60 /* Define to 1 if you have the `kqueue' function. */
49 #undef HAVE_KQUEUE 61 #undef HAVE_KQUEUE
50 62
51 /* Define to 1 if you have the `nsl' library (-lnsl). */ 63 /* Define to 1 if you have the `nsl' library (-lnsl). */
52 #undef HAVE_LIBNSL 64 #undef HAVE_LIBNSL
53 65
54 /* Define to 1 if you have the `resolv' library (-lresolv). */ 66 /* Define to 1 if you have the `resolv' library (-lresolv). */
55 #undef HAVE_LIBRESOLV 67 #undef HAVE_LIBRESOLV
56 68
57 /* Define to 1 if you have the `rt' library (-lrt). */ 69 /* Define to 1 if you have the `rt' library (-lrt). */
(...skipping 186 matching lines...) Expand 10 before | Expand all | Expand 10 after
244 #endif 256 #endif
245 257
246 /* Define to `int' if <sys/types.h> does not define. */ 258 /* Define to `int' if <sys/types.h> does not define. */
247 #undef pid_t 259 #undef pid_t
248 260
249 /* Define to `unsigned int' if <sys/types.h> does not define. */ 261 /* Define to `unsigned int' if <sys/types.h> does not define. */
250 #undef size_t 262 #undef size_t
251 263
252 /* Define to unsigned int if you dont have it */ 264 /* Define to unsigned int if you dont have it */
253 #undef socklen_t 265 #undef socklen_t
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698