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/freebsd/config.h

Issue 183803011: Add a config.h for FreeBSD, generated by running "../configure" in third_party/libevent/freebsd/ on… (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 9 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
« no previous file with comments | « no previous file | no next file » | 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 /* #undef DNS_USE_CPU_CLOCK_FOR_ID */ 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 #define DNS_USE_GETTIMEOFDAY_FOR_ID 1 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. */
11 /* #undef HAVE_CLOCK_GETTIME */ 11 #define HAVE_CLOCK_GETTIME 1
12 12
13 /* Define if /dev/poll is available */ 13 /* Define if /dev/poll is available */
14 /* #undef HAVE_DEVPOLL */ 14 /* #undef HAVE_DEVPOLL */
15 15
16 /* Define to 1 if you have the <dlfcn.h> header file. */ 16 /* Define to 1 if you have the <dlfcn.h> header file. */
17 #define HAVE_DLFCN_H 1 17 #define HAVE_DLFCN_H 1
18 18
19 /* Define if your system supports the epoll system calls */ 19 /* Define if your system supports the epoll system calls */
20 /* #undef HAVE_EPOLL */ 20 /* #undef HAVE_EPOLL */
21 21
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after
58 /* Define to 1 if you have the `issetugid' function. */ 58 /* Define to 1 if you have the `issetugid' function. */
59 #define HAVE_ISSETUGID 1 59 #define HAVE_ISSETUGID 1
60 60
61 /* Define to 1 if you have the `kqueue' function. */ 61 /* Define to 1 if you have the `kqueue' function. */
62 #define HAVE_KQUEUE 1 62 #define HAVE_KQUEUE 1
63 63
64 /* Define to 1 if you have the `nsl' library (-lnsl). */ 64 /* Define to 1 if you have the `nsl' library (-lnsl). */
65 /* #undef HAVE_LIBNSL */ 65 /* #undef HAVE_LIBNSL */
66 66
67 /* Define to 1 if you have the `resolv' library (-lresolv). */ 67 /* Define to 1 if you have the `resolv' library (-lresolv). */
68 #define HAVE_LIBRESOLV 1 68 /* #undef HAVE_LIBRESOLV */
69 69
70 /* Define to 1 if you have the `rt' library (-lrt). */ 70 /* Define to 1 if you have the `rt' library (-lrt). */
71 /* #undef HAVE_LIBRT */ 71 #define HAVE_LIBRT 1
72 72
73 /* Define to 1 if you have the `socket' library (-lsocket). */ 73 /* Define to 1 if you have the `socket' library (-lsocket). */
74 /* #undef HAVE_LIBSOCKET */ 74 /* #undef HAVE_LIBSOCKET */
75 75
76 /* Define to 1 if you have the <memory.h> header file. */ 76 /* Define to 1 if you have the <memory.h> header file. */
77 #define HAVE_MEMORY_H 1 77 #define HAVE_MEMORY_H 1
78 78
79 /* Define to 1 if you have the <netinet/in6.h> header file. */ 79 /* Define to 1 if you have the <netinet/in6.h> header file. */
80 /* #undef HAVE_NETINET_IN6_H */ 80 /* #undef HAVE_NETINET_IN6_H */
81 81
(...skipping 138 matching lines...) Expand 10 before | Expand all | Expand 10 after
220 /* Define to the one symbol short name of this package. */ 220 /* Define to the one symbol short name of this package. */
221 #define PACKAGE_TARNAME "" 221 #define PACKAGE_TARNAME ""
222 222
223 /* Define to the version of this package. */ 223 /* Define to the version of this package. */
224 #define PACKAGE_VERSION "" 224 #define PACKAGE_VERSION ""
225 225
226 /* The size of `int', as computed by sizeof. */ 226 /* The size of `int', as computed by sizeof. */
227 #define SIZEOF_INT 4 227 #define SIZEOF_INT 4
228 228
229 /* The size of `long', as computed by sizeof. */ 229 /* The size of `long', as computed by sizeof. */
230 #define SIZEOF_LONG 4 230 #define SIZEOF_LONG 8
231 231
232 /* The size of `long long', as computed by sizeof. */ 232 /* The size of `long long', as computed by sizeof. */
233 #define SIZEOF_LONG_LONG 8 233 #define SIZEOF_LONG_LONG 8
234 234
235 /* The size of `short', as computed by sizeof. */ 235 /* The size of `short', as computed by sizeof. */
236 #define SIZEOF_SHORT 2 236 #define SIZEOF_SHORT 2
237 237
238 /* Define to 1 if you have the ANSI C header files. */ 238 /* Define to 1 if you have the ANSI C header files. */
239 #define STDC_HEADERS 1 239 #define STDC_HEADERS 1
240 240
(...skipping 16 matching lines...) Expand all
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 | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698