1/* config.h.in.  Generated from configure.ac by autoheader.  */
2
3/* Define if libevent should build without support for a debug mode */
4#undef DISABLE_DEBUG_MODE
5
6/* Define if libevent should not allow replacing the mm functions */
7#undef DISABLE_MM_REPLACEMENT
8
9/* Define if libevent should not be compiled with thread support */
10#undef DISABLE_THREAD_SUPPORT
11
12/* Define to 1 if you have the `accept4' function. */
13#undef HAVE_ACCEPT4
14
15/* Define to 1 if you have the `arc4random' function. */
16#undef HAVE_ARC4RANDOM
17
18/* Define to 1 if you have the `arc4random_addrandom' function. */
19#undef HAVE_ARC4RANDOM_ADDRANDOM
20
21/* Define to 1 if you have the `arc4random_buf' function. */
22#undef HAVE_ARC4RANDOM_BUF
23
24/* Define to 1 if you have the <arpa/inet.h> header file. */
25#undef HAVE_ARPA_INET_H
26
27/* Define to 1 if you have the `clock_gettime' function. */
28#undef HAVE_CLOCK_GETTIME
29
30/* Define to 1 if you have the declaration of `CTL_KERN', and to 0 if you
31   don't. */
32#undef HAVE_DECL_CTL_KERN
33
34/* Define to 1 if you have the declaration of `KERN_ARND', and to 0 if you
35   don't. */
36#undef HAVE_DECL_KERN_ARND
37
38/* Define to 1 if you have the declaration of `KERN_RANDOM', and to 0 if you
39   don't. */
40#undef HAVE_DECL_KERN_RANDOM
41
42/* Define to 1 if you have the declaration of `RANDOM_UUID', and to 0 if you
43   don't. */
44#undef HAVE_DECL_RANDOM_UUID
45
46/* Define if /dev/poll is available */
47#undef HAVE_DEVPOLL
48
49/* Define to 1 if you have the <dlfcn.h> header file. */
50#undef HAVE_DLFCN_H
51
52/* Define if your system supports the epoll system calls */
53#undef HAVE_EPOLL
54
55/* Define to 1 if you have the `epoll_create1' function. */
56#undef HAVE_EPOLL_CREATE1
57
58/* Define to 1 if you have the `epoll_ctl' function. */
59#undef HAVE_EPOLL_CTL
60
61/* Define to 1 if you have the <errno.h> header file. */
62#undef HAVE_ERRNO_H
63
64/* Define to 1 if you have the `eventfd' function. */
65#undef HAVE_EVENTFD
66
67/* Define if your system supports event ports */
68#undef HAVE_EVENT_PORTS
69
70/* Define to 1 if you have the `fcntl' function. */
71#undef HAVE_FCNTL
72
73/* Define to 1 if you have the <fcntl.h> header file. */
74#undef HAVE_FCNTL_H
75
76/* Define to 1 if the system has the type `fd_mask'. */
77#undef HAVE_FD_MASK
78
79/* Do we have getaddrinfo()? */
80#undef HAVE_GETADDRINFO
81
82/* Define to 1 if you have the `getegid' function. */
83#undef HAVE_GETEGID
84
85/* Define to 1 if you have the `geteuid' function. */
86#undef HAVE_GETEUID
87
88/* Define this if you have any gethostbyname_r() */
89#undef HAVE_GETHOSTBYNAME_R
90
91/* Define this if gethostbyname_r takes 3 arguments */
92#undef HAVE_GETHOSTBYNAME_R_3_ARG
93
94/* Define this if gethostbyname_r takes 5 arguments */
95#undef HAVE_GETHOSTBYNAME_R_5_ARG
96
97/* Define this if gethostbyname_r takes 6 arguments */
98#undef HAVE_GETHOSTBYNAME_R_6_ARG
99
100/* Define to 1 if you have the `getifaddrs' function. */
101#undef HAVE_GETIFADDRS
102
103/* Define to 1 if you have the `getnameinfo' function. */
104#undef HAVE_GETNAMEINFO
105
106/* Define to 1 if you have the `getprotobynumber' function. */
107#undef HAVE_GETPROTOBYNUMBER
108
109/* Define to 1 if you have the `getservbyname' function. */
110#undef HAVE_GETSERVBYNAME
111
112/* Define to 1 if you have the `gettimeofday' function. */
113#undef HAVE_GETTIMEOFDAY
114
115/* Define to 1 if you have the <ifaddrs.h> header file. */
116#undef HAVE_IFADDRS_H
117
118/* Define to 1 if you have the `inet_ntop' function. */
119#undef HAVE_INET_NTOP
120
121/* Define to 1 if you have the `inet_pton' function. */
122#undef HAVE_INET_PTON
123
124/* Define to 1 if you have the <inttypes.h> header file. */
125#undef HAVE_INTTYPES_H
126
127/* Define to 1 if you have the `issetugid' function. */
128#undef HAVE_ISSETUGID
129
130/* Define to 1 if you have the `kqueue' function. */
131#undef HAVE_KQUEUE
132
133/* Define if the system has zlib */
134#undef HAVE_LIBZ
135
136/* Define to 1 if you have the `mach_absolute_time' function. */
137#undef HAVE_MACH_ABSOLUTE_TIME
138
139/* Define to 1 if you have the <mach/mach_time.h> header file. */
140#undef HAVE_MACH_MACH_TIME_H
141
142/* Define to 1 if you have the <memory.h> header file. */
143#undef HAVE_MEMORY_H
144
145/* Define to 1 if you have the `mmap' function. */
146#undef HAVE_MMAP
147
148/* Define to 1 if you have the `nanosleep' function. */
149#undef HAVE_NANOSLEEP
150
151/* Define to 1 if you have the <netdb.h> header file. */
152#undef HAVE_NETDB_H
153
154/* Define to 1 if you have the <netinet/in6.h> header file. */
155#undef HAVE_NETINET_IN6_H
156
157/* Define to 1 if you have the <netinet/in.h> header file. */
158#undef HAVE_NETINET_IN_H
159
160/* Define to 1 if you have the <netinet/tcp.h> header file. */
161#undef HAVE_NETINET_TCP_H
162
163/* Define if the system has openssl */
164#undef HAVE_OPENSSL
165
166/* Define to 1 if you have the <openssl/ssl.h> header file. */
167#undef HAVE_OPENSSL_SSL_H
168
169/* Define to 1 if you have the `pipe' function. */
170#undef HAVE_PIPE
171
172/* Define to 1 if you have the `pipe2' function. */
173#undef HAVE_PIPE2
174
175/* Define to 1 if you have the `poll' function. */
176#undef HAVE_POLL
177
178/* Define to 1 if you have the <poll.h> header file. */
179#undef HAVE_POLL_H
180
181/* Define to 1 if you have the `port_create' function. */
182#undef HAVE_PORT_CREATE
183
184/* Define to 1 if you have the <port.h> header file. */
185#undef HAVE_PORT_H
186
187/* Define if you have POSIX threads libraries and header files. */
188#undef HAVE_PTHREAD
189
190/* Define if we have pthreads on this system */
191#undef HAVE_PTHREADS
192
193/* Define to 1 if you have the `putenv' function. */
194#undef HAVE_PUTENV
195
196/* Define to 1 if the system has the type `sa_family_t'. */
197#undef HAVE_SA_FAMILY_T
198
199/* Define to 1 if you have the `select' function. */
200#undef HAVE_SELECT
201
202/* Define to 1 if you have the `sendfile' function. */
203#undef HAVE_SENDFILE
204
205/* Define to 1 if you have the `setenv' function. */
206#undef HAVE_SETENV
207
208/* Define if F_SETFD is defined in <fcntl.h> */
209#undef HAVE_SETFD
210
211/* Define to 1 if you have the `setrlimit' function. */
212#undef HAVE_SETRLIMIT
213
214/* Define to 1 if you have the `sigaction' function. */
215#undef HAVE_SIGACTION
216
217/* Define to 1 if you have the `signal' function. */
218#undef HAVE_SIGNAL
219
220/* Define to 1 if you have the `splice' function. */
221#undef HAVE_SPLICE
222
223/* Define to 1 if you have the <stdarg.h> header file. */
224#undef HAVE_STDARG_H
225
226/* Define to 1 if you have the <stddef.h> header file. */
227#undef HAVE_STDDEF_H
228
229/* Define to 1 if you have the <stdint.h> header file. */
230#undef HAVE_STDINT_H
231
232/* Define to 1 if you have the <stdlib.h> header file. */
233#undef HAVE_STDLIB_H
234
235/* Define to 1 if you have the <strings.h> header file. */
236#undef HAVE_STRINGS_H
237
238/* Define to 1 if you have the <string.h> header file. */
239#undef HAVE_STRING_H
240
241/* Define to 1 if you have the `strlcpy' function. */
242#undef HAVE_STRLCPY
243
244/* Define to 1 if you have the `strsep' function. */
245#undef HAVE_STRSEP
246
247/* Define to 1 if you have the `strtok_r' function. */
248#undef HAVE_STRTOK_R
249
250/* Define to 1 if you have the `strtoll' function. */
251#undef HAVE_STRTOLL
252
253/* Define to 1 if the system has the type `struct addrinfo'. */
254#undef HAVE_STRUCT_ADDRINFO
255
256/* Define to 1 if the system has the type `struct in6_addr'. */
257#undef HAVE_STRUCT_IN6_ADDR
258
259/* Define to 1 if `s6_addr16' is a member of `struct in6_addr'. */
260#undef HAVE_STRUCT_IN6_ADDR_S6_ADDR16
261
262/* Define to 1 if `s6_addr32' is a member of `struct in6_addr'. */
263#undef HAVE_STRUCT_IN6_ADDR_S6_ADDR32
264
265/* Define to 1 if the system has the type `struct linger'. */
266#undef HAVE_STRUCT_LINGER
267
268/* Define to 1 if the system has the type `struct sockaddr_in6'. */
269#undef HAVE_STRUCT_SOCKADDR_IN6
270
271/* Define to 1 if `sin6_len' is a member of `struct sockaddr_in6'. */
272#undef HAVE_STRUCT_SOCKADDR_IN6_SIN6_LEN
273
274/* Define to 1 if `sin_len' is a member of `struct sockaddr_in'. */
275#undef HAVE_STRUCT_SOCKADDR_IN_SIN_LEN
276
277/* Define to 1 if the system has the type `struct sockaddr_storage'. */
278#undef HAVE_STRUCT_SOCKADDR_STORAGE
279
280/* Define to 1 if `ss_family' is a member of `struct sockaddr_storage'. */
281#undef HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY
282
283/* Define to 1 if `__ss_family' is a member of `struct sockaddr_storage'. */
284#undef HAVE_STRUCT_SOCKADDR_STORAGE___SS_FAMILY
285
286/* Define to 1 if the system has the type `struct sockaddr_un'. */
287#undef HAVE_STRUCT_SOCKADDR_UN
288
289/* Define to 1 if you have the `sysctl' function. */
290#undef HAVE_SYSCTL
291
292/* Define to 1 if you have the <sys/devpoll.h> header file. */
293#undef HAVE_SYS_DEVPOLL_H
294
295/* Define to 1 if you have the <sys/epoll.h> header file. */
296#undef HAVE_SYS_EPOLL_H
297
298/* Define to 1 if you have the <sys/eventfd.h> header file. */
299#undef HAVE_SYS_EVENTFD_H
300
301/* Define to 1 if you have the <sys/event.h> header file. */
302#undef HAVE_SYS_EVENT_H
303
304/* Define to 1 if you have the <sys/ioctl.h> header file. */
305#undef HAVE_SYS_IOCTL_H
306
307/* Define to 1 if you have the <sys/mman.h> header file. */
308#undef HAVE_SYS_MMAN_H
309
310/* Define to 1 if you have the <sys/param.h> header file. */
311#undef HAVE_SYS_PARAM_H
312
313/* Define to 1 if you have the <sys/queue.h> header file. */
314#undef HAVE_SYS_QUEUE_H
315
316/* Define to 1 if you have the <sys/resource.h> header file. */
317#undef HAVE_SYS_RESOURCE_H
318
319/* Define to 1 if you have the <sys/select.h> header file. */
320#undef HAVE_SYS_SELECT_H
321
322/* Define to 1 if you have the <sys/sendfile.h> header file. */
323#undef HAVE_SYS_SENDFILE_H
324
325/* Define to 1 if you have the <sys/socket.h> header file. */
326#undef HAVE_SYS_SOCKET_H
327
328/* Define to 1 if you have the <sys/stat.h> header file. */
329#undef HAVE_SYS_STAT_H
330
331/* Define to 1 if you have the <sys/sysctl.h> header file. */
332#undef HAVE_SYS_SYSCTL_H
333
334/* Define to 1 if you have the <sys/timerfd.h> header file. */
335#undef HAVE_SYS_TIMERFD_H
336
337/* Define to 1 if you have the <sys/time.h> header file. */
338#undef HAVE_SYS_TIME_H
339
340/* Define to 1 if you have the <sys/types.h> header file. */
341#undef HAVE_SYS_TYPES_H
342
343/* Define to 1 if you have the <sys/uio.h> header file. */
344#undef HAVE_SYS_UIO_H
345
346/* Define to 1 if you have the <sys/un.h> header file. */
347#undef HAVE_SYS_UN_H
348
349/* Define to 1 if you have the <sys/wait.h> header file. */
350#undef HAVE_SYS_WAIT_H
351
352/* Define if TAILQ_FOREACH is defined in <sys/queue.h> */
353#undef HAVE_TAILQFOREACH
354
355/* Define if timeradd is defined in <sys/time.h> */
356#undef HAVE_TIMERADD
357
358/* Define if timerclear is defined in <sys/time.h> */
359#undef HAVE_TIMERCLEAR
360
361/* Define if timercmp is defined in <sys/time.h> */
362#undef HAVE_TIMERCMP
363
364/* Define to 1 if you have the `timerfd_create' function. */
365#undef HAVE_TIMERFD_CREATE
366
367/* Define if timerisset is defined in <sys/time.h> */
368#undef HAVE_TIMERISSET
369
370/* Define to 1 if the system has the type `uint16_t'. */
371#undef HAVE_UINT16_T
372
373/* Define to 1 if the system has the type `uint32_t'. */
374#undef HAVE_UINT32_T
375
376/* Define to 1 if the system has the type `uint64_t'. */
377#undef HAVE_UINT64_T
378
379/* Define to 1 if the system has the type `uint8_t'. */
380#undef HAVE_UINT8_T
381
382/* Define to 1 if the system has the type `uintptr_t'. */
383#undef HAVE_UINTPTR_T
384
385/* Define to 1 if you have the `umask' function. */
386#undef HAVE_UMASK
387
388/* Define to 1 if you have the <unistd.h> header file. */
389#undef HAVE_UNISTD_H
390
391/* Define to 1 if you have the `unsetenv' function. */
392#undef HAVE_UNSETENV
393
394/* Define to 1 if you have the `usleep' function. */
395#undef HAVE_USLEEP
396
397/* Define to 1 if you have the `vasprintf' function. */
398#undef HAVE_VASPRINTF
399
400/* Define if kqueue works correctly with pipes */
401#undef HAVE_WORKING_KQUEUE
402
403/* Define to 1 if you have the <zlib.h> header file. */
404#undef HAVE_ZLIB_H
405
406/* Define to 1 if compiler have __FUNCTION__ */
407#undef HAVE___FUNCTION__
408
409/* Define to 1 if compiler have __func__ */
410#undef HAVE___func__
411
412/* Define to the sub-directory where libtool stores uninstalled libraries. */
413#undef LT_OBJDIR
414
415/* Numeric representation of the version */
416#undef NUMERIC_VERSION
417
418/* Name of package */
419#undef PACKAGE
420
421/* Define to the address where bug reports for this package should be sent. */
422#undef PACKAGE_BUGREPORT
423
424/* Define to the full name of this package. */
425#undef PACKAGE_NAME
426
427/* Define to the full name and version of this package. */
428#undef PACKAGE_STRING
429
430/* Define to the one symbol short name of this package. */
431#undef PACKAGE_TARNAME
432
433/* Define to the home page for this package. */
434#undef PACKAGE_URL
435
436/* Define to the version of this package. */
437#undef PACKAGE_VERSION
438
439/* Define to necessary symbol if this constant uses a non-standard name on
440   your system. */
441#undef PTHREAD_CREATE_JOINABLE
442
443/* The size of `int', as computed by sizeof. */
444#undef SIZEOF_INT
445
446/* The size of `long', as computed by sizeof. */
447#undef SIZEOF_LONG
448
449/* The size of `long long', as computed by sizeof. */
450#undef SIZEOF_LONG_LONG
451
452/* The size of `off_t', as computed by sizeof. */
453#undef SIZEOF_OFF_T
454
455/* The size of `pthread_t', as computed by sizeof. */
456#undef SIZEOF_PTHREAD_T
457
458/* The size of `short', as computed by sizeof. */
459#undef SIZEOF_SHORT
460
461/* The size of `size_t', as computed by sizeof. */
462#undef SIZEOF_SIZE_T
463
464/* The size of `time_t', as computed by sizeof. */
465#undef SIZEOF_TIME_T
466
467/* The size of `void *', as computed by sizeof. */
468#undef SIZEOF_VOID_P
469
470/* Define to 1 if you have the ANSI C header files. */
471#undef STDC_HEADERS
472
473/* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
474#undef TIME_WITH_SYS_TIME
475
476/* Enable extensions on AIX 3, Interix.  */
477#ifndef _ALL_SOURCE
478# undef _ALL_SOURCE
479#endif
480/* Enable GNU extensions on systems that have them.  */
481#ifndef _GNU_SOURCE
482# undef _GNU_SOURCE
483#endif
484/* Enable threading extensions on Solaris.  */
485#ifndef _POSIX_PTHREAD_SEMANTICS
486# undef _POSIX_PTHREAD_SEMANTICS
487#endif
488/* Enable extensions on HP NonStop.  */
489#ifndef _TANDEM_SOURCE
490# undef _TANDEM_SOURCE
491#endif
492/* Enable general extensions on Solaris.  */
493#ifndef __EXTENSIONS__
494# undef __EXTENSIONS__
495#endif
496
497
498/* Version number of package */
499#undef VERSION
500
501/* Enable large inode numbers on Mac OS X 10.5.  */
502#ifndef _DARWIN_USE_64_BIT_INODE
503# define _DARWIN_USE_64_BIT_INODE 1
504#endif
505
506/* Number of bits in a file offset, on hosts where this is settable. */
507#undef _FILE_OFFSET_BITS
508
509/* Define for large files, on AIX-style hosts. */
510#undef _LARGE_FILES
511
512/* Define to 1 if on MINIX. */
513#undef _MINIX
514
515/* Define to 2 if the system does not provide POSIX.1 features except with
516   this defined. */
517#undef _POSIX_1_SOURCE
518
519/* Define to 1 if you need to in order for `stat' and other things to work. */
520#undef _POSIX_SOURCE
521
522/* Define to empty if `const' does not conform to ANSI C. */
523#undef const
524
525/* Define to `__inline__' or `__inline' if that's what the C compiler
526   calls it, or to nothing if 'inline' is not supported under any name.  */
527#ifndef __cplusplus
528#undef inline
529#endif
530
531/* Define to `int' if <sys/types.h> does not define. */
532#undef pid_t
533
534/* Define to `unsigned int' if <sys/types.h> does not define. */
535#undef size_t
536
537/* Define to unsigned int if you dont have it */
538#undef socklen_t
539
540/* Define to `int' if <sys/types.h> does not define. */
541#undef ssize_t
542