xref: /freebsd/contrib/ntp/sntp/libevent/config.h.in (revision a466cc55373fc3cf86837f09da729535b57e69a1)
12b15cb3dSCy Schubert/* config.h.in.  Generated from configure.ac by autoheader.  */
22b15cb3dSCy Schubert
32b15cb3dSCy Schubert/* Define if libevent should build without support for a debug mode */
42b15cb3dSCy Schubert#undef DISABLE_DEBUG_MODE
52b15cb3dSCy Schubert
62b15cb3dSCy Schubert/* Define if libevent should not allow replacing the mm functions */
72b15cb3dSCy Schubert#undef DISABLE_MM_REPLACEMENT
82b15cb3dSCy Schubert
92b15cb3dSCy Schubert/* Define if libevent should not be compiled with thread support */
102b15cb3dSCy Schubert#undef DISABLE_THREAD_SUPPORT
112b15cb3dSCy Schubert
122b15cb3dSCy Schubert/* Define to 1 if you have the `accept4' function. */
132b15cb3dSCy Schubert#undef HAVE_ACCEPT4
142b15cb3dSCy Schubert
15*a466cc55SCy Schubert/* Define to 1 if you have the <afunix.h> header file. */
16*a466cc55SCy Schubert#undef HAVE_AFUNIX_H
17*a466cc55SCy Schubert
182b15cb3dSCy Schubert/* Define to 1 if you have the `arc4random' function. */
192b15cb3dSCy Schubert#undef HAVE_ARC4RANDOM
202b15cb3dSCy Schubert
21*a466cc55SCy Schubert/* Define to 1 if you have the `arc4random_addrandom' function. */
22*a466cc55SCy Schubert#undef HAVE_ARC4RANDOM_ADDRANDOM
23*a466cc55SCy Schubert
242b15cb3dSCy Schubert/* Define to 1 if you have the `arc4random_buf' function. */
252b15cb3dSCy Schubert#undef HAVE_ARC4RANDOM_BUF
262b15cb3dSCy Schubert
272b15cb3dSCy Schubert/* Define to 1 if you have the <arpa/inet.h> header file. */
282b15cb3dSCy Schubert#undef HAVE_ARPA_INET_H
292b15cb3dSCy Schubert
302b15cb3dSCy Schubert/* Define to 1 if you have the `clock_gettime' function. */
312b15cb3dSCy Schubert#undef HAVE_CLOCK_GETTIME
322b15cb3dSCy Schubert
332b15cb3dSCy Schubert/* Define to 1 if you have the declaration of `CTL_KERN', and to 0 if you
342b15cb3dSCy Schubert   don't. */
352b15cb3dSCy Schubert#undef HAVE_DECL_CTL_KERN
362b15cb3dSCy Schubert
372b15cb3dSCy Schubert/* Define to 1 if you have the declaration of `KERN_ARND', and to 0 if you
382b15cb3dSCy Schubert   don't. */
392b15cb3dSCy Schubert#undef HAVE_DECL_KERN_ARND
402b15cb3dSCy Schubert
412b15cb3dSCy Schubert/* Define if /dev/poll is available */
422b15cb3dSCy Schubert#undef HAVE_DEVPOLL
432b15cb3dSCy Schubert
442b15cb3dSCy Schubert/* Define to 1 if you have the <dlfcn.h> header file. */
452b15cb3dSCy Schubert#undef HAVE_DLFCN_H
462b15cb3dSCy Schubert
472b15cb3dSCy Schubert/* Define if your system supports the epoll system calls */
482b15cb3dSCy Schubert#undef HAVE_EPOLL
492b15cb3dSCy Schubert
502b15cb3dSCy Schubert/* Define to 1 if you have the `epoll_create1' function. */
512b15cb3dSCy Schubert#undef HAVE_EPOLL_CREATE1
522b15cb3dSCy Schubert
532b15cb3dSCy Schubert/* Define to 1 if you have the `epoll_ctl' function. */
542b15cb3dSCy Schubert#undef HAVE_EPOLL_CTL
552b15cb3dSCy Schubert
56*a466cc55SCy Schubert/* Define to 1 if you have the <errno.h> header file. */
57*a466cc55SCy Schubert#undef HAVE_ERRNO_H
58*a466cc55SCy Schubert
592b15cb3dSCy Schubert/* Define to 1 if you have the `eventfd' function. */
602b15cb3dSCy Schubert#undef HAVE_EVENTFD
612b15cb3dSCy Schubert
622b15cb3dSCy Schubert/* Define if your system supports event ports */
632b15cb3dSCy Schubert#undef HAVE_EVENT_PORTS
642b15cb3dSCy Schubert
652b15cb3dSCy Schubert/* Define to 1 if you have the `fcntl' function. */
662b15cb3dSCy Schubert#undef HAVE_FCNTL
672b15cb3dSCy Schubert
682b15cb3dSCy Schubert/* Define to 1 if you have the <fcntl.h> header file. */
692b15cb3dSCy Schubert#undef HAVE_FCNTL_H
702b15cb3dSCy Schubert
712b15cb3dSCy Schubert/* Define to 1 if the system has the type `fd_mask'. */
722b15cb3dSCy Schubert#undef HAVE_FD_MASK
732b15cb3dSCy Schubert
742b15cb3dSCy Schubert/* Do we have getaddrinfo()? */
752b15cb3dSCy Schubert#undef HAVE_GETADDRINFO
762b15cb3dSCy Schubert
772b15cb3dSCy Schubert/* Define to 1 if you have the `getegid' function. */
782b15cb3dSCy Schubert#undef HAVE_GETEGID
792b15cb3dSCy Schubert
802b15cb3dSCy Schubert/* Define to 1 if you have the `geteuid' function. */
812b15cb3dSCy Schubert#undef HAVE_GETEUID
822b15cb3dSCy Schubert
832b15cb3dSCy Schubert/* Define this if you have any gethostbyname_r() */
842b15cb3dSCy Schubert#undef HAVE_GETHOSTBYNAME_R
852b15cb3dSCy Schubert
862b15cb3dSCy Schubert/* Define this if gethostbyname_r takes 3 arguments */
872b15cb3dSCy Schubert#undef HAVE_GETHOSTBYNAME_R_3_ARG
882b15cb3dSCy Schubert
892b15cb3dSCy Schubert/* Define this if gethostbyname_r takes 5 arguments */
902b15cb3dSCy Schubert#undef HAVE_GETHOSTBYNAME_R_5_ARG
912b15cb3dSCy Schubert
922b15cb3dSCy Schubert/* Define this if gethostbyname_r takes 6 arguments */
932b15cb3dSCy Schubert#undef HAVE_GETHOSTBYNAME_R_6_ARG
942b15cb3dSCy Schubert
952b15cb3dSCy Schubert/* Define to 1 if you have the `getifaddrs' function. */
962b15cb3dSCy Schubert#undef HAVE_GETIFADDRS
972b15cb3dSCy Schubert
982b15cb3dSCy Schubert/* Define to 1 if you have the `getnameinfo' function. */
992b15cb3dSCy Schubert#undef HAVE_GETNAMEINFO
1002b15cb3dSCy Schubert
1012b15cb3dSCy Schubert/* Define to 1 if you have the `getprotobynumber' function. */
1022b15cb3dSCy Schubert#undef HAVE_GETPROTOBYNUMBER
1032b15cb3dSCy Schubert
104*a466cc55SCy Schubert/* Define to 1 if you have the `getrandom' function. */
105*a466cc55SCy Schubert#undef HAVE_GETRANDOM
106*a466cc55SCy Schubert
1072b15cb3dSCy Schubert/* Define to 1 if you have the `getservbyname' function. */
1082b15cb3dSCy Schubert#undef HAVE_GETSERVBYNAME
1092b15cb3dSCy Schubert
1102b15cb3dSCy Schubert/* Define to 1 if you have the `gettimeofday' function. */
1112b15cb3dSCy Schubert#undef HAVE_GETTIMEOFDAY
1122b15cb3dSCy Schubert
1132b15cb3dSCy Schubert/* Define to 1 if you have the <ifaddrs.h> header file. */
1142b15cb3dSCy Schubert#undef HAVE_IFADDRS_H
1152b15cb3dSCy Schubert
1162b15cb3dSCy Schubert/* Define to 1 if you have the `inet_ntop' function. */
1172b15cb3dSCy Schubert#undef HAVE_INET_NTOP
1182b15cb3dSCy Schubert
1192b15cb3dSCy Schubert/* Define to 1 if you have the `inet_pton' function. */
1202b15cb3dSCy Schubert#undef HAVE_INET_PTON
1212b15cb3dSCy Schubert
1222b15cb3dSCy Schubert/* Define to 1 if you have the <inttypes.h> header file. */
1232b15cb3dSCy Schubert#undef HAVE_INTTYPES_H
1242b15cb3dSCy Schubert
1252b15cb3dSCy Schubert/* Define to 1 if you have the `issetugid' function. */
1262b15cb3dSCy Schubert#undef HAVE_ISSETUGID
1272b15cb3dSCy Schubert
1282b15cb3dSCy Schubert/* Define to 1 if you have the `kqueue' function. */
1292b15cb3dSCy Schubert#undef HAVE_KQUEUE
1302b15cb3dSCy Schubert
131*a466cc55SCy Schubert/* Define to 1 if you have the `ws2_32' library (-lws2_32). */
132*a466cc55SCy Schubert#undef HAVE_LIBWS2_32
133*a466cc55SCy Schubert
1342b15cb3dSCy Schubert/* Define if the system has zlib */
1352b15cb3dSCy Schubert#undef HAVE_LIBZ
1362b15cb3dSCy Schubert
1372b15cb3dSCy Schubert/* Define to 1 if you have the `mach_absolute_time' function. */
1382b15cb3dSCy Schubert#undef HAVE_MACH_ABSOLUTE_TIME
1392b15cb3dSCy Schubert
140*a466cc55SCy Schubert/* Define to 1 if you have the <mach/mach.h> header file. */
141*a466cc55SCy Schubert#undef HAVE_MACH_MACH_H
142*a466cc55SCy Schubert
1432b15cb3dSCy Schubert/* Define to 1 if you have the <mach/mach_time.h> header file. */
1442b15cb3dSCy Schubert#undef HAVE_MACH_MACH_TIME_H
1452b15cb3dSCy Schubert
146*a466cc55SCy Schubert/* Define to 1 if you have the <minix/config.h> header file. */
147*a466cc55SCy Schubert#undef HAVE_MINIX_CONFIG_H
1482b15cb3dSCy Schubert
1492b15cb3dSCy Schubert/* Define to 1 if you have the `mmap' function. */
1502b15cb3dSCy Schubert#undef HAVE_MMAP
1512b15cb3dSCy Schubert
1522b15cb3dSCy Schubert/* Define to 1 if you have the `nanosleep' function. */
1532b15cb3dSCy Schubert#undef HAVE_NANOSLEEP
1542b15cb3dSCy Schubert
1552b15cb3dSCy Schubert/* Define to 1 if you have the <netdb.h> header file. */
1562b15cb3dSCy Schubert#undef HAVE_NETDB_H
1572b15cb3dSCy Schubert
1582b15cb3dSCy Schubert/* Define to 1 if you have the <netinet/in6.h> header file. */
1592b15cb3dSCy Schubert#undef HAVE_NETINET_IN6_H
1602b15cb3dSCy Schubert
1612b15cb3dSCy Schubert/* Define to 1 if you have the <netinet/in.h> header file. */
1622b15cb3dSCy Schubert#undef HAVE_NETINET_IN_H
1632b15cb3dSCy Schubert
1642b15cb3dSCy Schubert/* Define to 1 if you have the <netinet/tcp.h> header file. */
1652b15cb3dSCy Schubert#undef HAVE_NETINET_TCP_H
1662b15cb3dSCy Schubert
1672b15cb3dSCy Schubert/* Define if the system has openssl */
1682b15cb3dSCy Schubert#undef HAVE_OPENSSL
1692b15cb3dSCy Schubert
170*a466cc55SCy Schubert/* Define to 1 if you have the <openssl/ssl.h> header file. */
171*a466cc55SCy Schubert#undef HAVE_OPENSSL_SSL_H
172*a466cc55SCy Schubert
1732b15cb3dSCy Schubert/* Define to 1 if you have the `pipe' function. */
1742b15cb3dSCy Schubert#undef HAVE_PIPE
1752b15cb3dSCy Schubert
1762b15cb3dSCy Schubert/* Define to 1 if you have the `pipe2' function. */
1772b15cb3dSCy Schubert#undef HAVE_PIPE2
1782b15cb3dSCy Schubert
1792b15cb3dSCy Schubert/* Define to 1 if you have the `poll' function. */
1802b15cb3dSCy Schubert#undef HAVE_POLL
1812b15cb3dSCy Schubert
1822b15cb3dSCy Schubert/* Define to 1 if you have the <poll.h> header file. */
1832b15cb3dSCy Schubert#undef HAVE_POLL_H
1842b15cb3dSCy Schubert
1852b15cb3dSCy Schubert/* Define to 1 if you have the `port_create' function. */
1862b15cb3dSCy Schubert#undef HAVE_PORT_CREATE
1872b15cb3dSCy Schubert
1882b15cb3dSCy Schubert/* Define to 1 if you have the <port.h> header file. */
1892b15cb3dSCy Schubert#undef HAVE_PORT_H
1902b15cb3dSCy Schubert
1912b15cb3dSCy Schubert/* Define if you have POSIX threads libraries and header files. */
1922b15cb3dSCy Schubert#undef HAVE_PTHREAD
1932b15cb3dSCy Schubert
194a25439b6SCy Schubert/* Define if we have pthreads on this system */
1952b15cb3dSCy Schubert#undef HAVE_PTHREADS
1962b15cb3dSCy Schubert
1972b15cb3dSCy Schubert/* Define to 1 if you have the `putenv' function. */
1982b15cb3dSCy Schubert#undef HAVE_PUTENV
1992b15cb3dSCy Schubert
2002b15cb3dSCy Schubert/* Define to 1 if the system has the type `sa_family_t'. */
2012b15cb3dSCy Schubert#undef HAVE_SA_FAMILY_T
2022b15cb3dSCy Schubert
2032b15cb3dSCy Schubert/* Define to 1 if you have the `select' function. */
2042b15cb3dSCy Schubert#undef HAVE_SELECT
2052b15cb3dSCy Schubert
2062b15cb3dSCy Schubert/* Define to 1 if you have the `sendfile' function. */
2072b15cb3dSCy Schubert#undef HAVE_SENDFILE
2082b15cb3dSCy Schubert
2092b15cb3dSCy Schubert/* Define to 1 if you have the `setenv' function. */
2102b15cb3dSCy Schubert#undef HAVE_SETENV
2112b15cb3dSCy Schubert
2122b15cb3dSCy Schubert/* Define if F_SETFD is defined in <fcntl.h> */
2132b15cb3dSCy Schubert#undef HAVE_SETFD
2142b15cb3dSCy Schubert
2152b15cb3dSCy Schubert/* Define to 1 if you have the `setrlimit' function. */
2162b15cb3dSCy Schubert#undef HAVE_SETRLIMIT
2172b15cb3dSCy Schubert
2182b15cb3dSCy Schubert/* Define to 1 if you have the `sigaction' function. */
2192b15cb3dSCy Schubert#undef HAVE_SIGACTION
2202b15cb3dSCy Schubert
2212b15cb3dSCy Schubert/* Define to 1 if you have the `signal' function. */
2222b15cb3dSCy Schubert#undef HAVE_SIGNAL
2232b15cb3dSCy Schubert
2242b15cb3dSCy Schubert/* Define to 1 if you have the `splice' function. */
2252b15cb3dSCy Schubert#undef HAVE_SPLICE
2262b15cb3dSCy Schubert
2272b15cb3dSCy Schubert/* Define to 1 if you have the <stdarg.h> header file. */
2282b15cb3dSCy Schubert#undef HAVE_STDARG_H
2292b15cb3dSCy Schubert
2302b15cb3dSCy Schubert/* Define to 1 if you have the <stddef.h> header file. */
2312b15cb3dSCy Schubert#undef HAVE_STDDEF_H
2322b15cb3dSCy Schubert
2332b15cb3dSCy Schubert/* Define to 1 if you have the <stdint.h> header file. */
2342b15cb3dSCy Schubert#undef HAVE_STDINT_H
2352b15cb3dSCy Schubert
236*a466cc55SCy Schubert/* Define to 1 if you have the <stdio.h> header file. */
237*a466cc55SCy Schubert#undef HAVE_STDIO_H
238*a466cc55SCy Schubert
2392b15cb3dSCy Schubert/* Define to 1 if you have the <stdlib.h> header file. */
2402b15cb3dSCy Schubert#undef HAVE_STDLIB_H
2412b15cb3dSCy Schubert
2422b15cb3dSCy Schubert/* Define to 1 if you have the <strings.h> header file. */
2432b15cb3dSCy Schubert#undef HAVE_STRINGS_H
2442b15cb3dSCy Schubert
2452b15cb3dSCy Schubert/* Define to 1 if you have the <string.h> header file. */
2462b15cb3dSCy Schubert#undef HAVE_STRING_H
2472b15cb3dSCy Schubert
2482b15cb3dSCy Schubert/* Define to 1 if you have the `strlcpy' function. */
2492b15cb3dSCy Schubert#undef HAVE_STRLCPY
2502b15cb3dSCy Schubert
2512b15cb3dSCy Schubert/* Define to 1 if you have the `strsep' function. */
2522b15cb3dSCy Schubert#undef HAVE_STRSEP
2532b15cb3dSCy Schubert
2542b15cb3dSCy Schubert/* Define to 1 if you have the `strtok_r' function. */
2552b15cb3dSCy Schubert#undef HAVE_STRTOK_R
2562b15cb3dSCy Schubert
2572b15cb3dSCy Schubert/* Define to 1 if you have the `strtoll' function. */
2582b15cb3dSCy Schubert#undef HAVE_STRTOLL
2592b15cb3dSCy Schubert
2602b15cb3dSCy Schubert/* Define to 1 if the system has the type `struct addrinfo'. */
2612b15cb3dSCy Schubert#undef HAVE_STRUCT_ADDRINFO
2622b15cb3dSCy Schubert
2632b15cb3dSCy Schubert/* Define to 1 if the system has the type `struct in6_addr'. */
2642b15cb3dSCy Schubert#undef HAVE_STRUCT_IN6_ADDR
2652b15cb3dSCy Schubert
2662b15cb3dSCy Schubert/* Define to 1 if `s6_addr16' is a member of `struct in6_addr'. */
2672b15cb3dSCy Schubert#undef HAVE_STRUCT_IN6_ADDR_S6_ADDR16
2682b15cb3dSCy Schubert
2692b15cb3dSCy Schubert/* Define to 1 if `s6_addr32' is a member of `struct in6_addr'. */
2702b15cb3dSCy Schubert#undef HAVE_STRUCT_IN6_ADDR_S6_ADDR32
2712b15cb3dSCy Schubert
272*a466cc55SCy Schubert/* Define to 1 if the system has the type `struct linger'. */
273*a466cc55SCy Schubert#undef HAVE_STRUCT_LINGER
274*a466cc55SCy Schubert
2752b15cb3dSCy Schubert/* Define to 1 if the system has the type `struct sockaddr_in6'. */
2762b15cb3dSCy Schubert#undef HAVE_STRUCT_SOCKADDR_IN6
2772b15cb3dSCy Schubert
2782b15cb3dSCy Schubert/* Define to 1 if `sin6_len' is a member of `struct sockaddr_in6'. */
2792b15cb3dSCy Schubert#undef HAVE_STRUCT_SOCKADDR_IN6_SIN6_LEN
2802b15cb3dSCy Schubert
2812b15cb3dSCy Schubert/* Define to 1 if `sin_len' is a member of `struct sockaddr_in'. */
2822b15cb3dSCy Schubert#undef HAVE_STRUCT_SOCKADDR_IN_SIN_LEN
2832b15cb3dSCy Schubert
2842b15cb3dSCy Schubert/* Define to 1 if the system has the type `struct sockaddr_storage'. */
2852b15cb3dSCy Schubert#undef HAVE_STRUCT_SOCKADDR_STORAGE
2862b15cb3dSCy Schubert
2872b15cb3dSCy Schubert/* Define to 1 if `ss_family' is a member of `struct sockaddr_storage'. */
2882b15cb3dSCy Schubert#undef HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY
2892b15cb3dSCy Schubert
2902b15cb3dSCy Schubert/* Define to 1 if `__ss_family' is a member of `struct sockaddr_storage'. */
2912b15cb3dSCy Schubert#undef HAVE_STRUCT_SOCKADDR_STORAGE___SS_FAMILY
2922b15cb3dSCy Schubert
293*a466cc55SCy Schubert/* Define to 1 if the system has the type `struct sockaddr_un'. */
294*a466cc55SCy Schubert#undef HAVE_STRUCT_SOCKADDR_UN
2952b15cb3dSCy Schubert
2962b15cb3dSCy Schubert/* Define to 1 if you have the `sysctl' function. */
2972b15cb3dSCy Schubert#undef HAVE_SYSCTL
2982b15cb3dSCy Schubert
2992b15cb3dSCy Schubert/* Define to 1 if you have the <sys/devpoll.h> header file. */
3002b15cb3dSCy Schubert#undef HAVE_SYS_DEVPOLL_H
3012b15cb3dSCy Schubert
3022b15cb3dSCy Schubert/* Define to 1 if you have the <sys/epoll.h> header file. */
3032b15cb3dSCy Schubert#undef HAVE_SYS_EPOLL_H
3042b15cb3dSCy Schubert
3052b15cb3dSCy Schubert/* Define to 1 if you have the <sys/eventfd.h> header file. */
3062b15cb3dSCy Schubert#undef HAVE_SYS_EVENTFD_H
3072b15cb3dSCy Schubert
3082b15cb3dSCy Schubert/* Define to 1 if you have the <sys/event.h> header file. */
3092b15cb3dSCy Schubert#undef HAVE_SYS_EVENT_H
3102b15cb3dSCy Schubert
3112b15cb3dSCy Schubert/* Define to 1 if you have the <sys/ioctl.h> header file. */
3122b15cb3dSCy Schubert#undef HAVE_SYS_IOCTL_H
3132b15cb3dSCy Schubert
3142b15cb3dSCy Schubert/* Define to 1 if you have the <sys/mman.h> header file. */
3152b15cb3dSCy Schubert#undef HAVE_SYS_MMAN_H
3162b15cb3dSCy Schubert
3172b15cb3dSCy Schubert/* Define to 1 if you have the <sys/param.h> header file. */
3182b15cb3dSCy Schubert#undef HAVE_SYS_PARAM_H
3192b15cb3dSCy Schubert
3202b15cb3dSCy Schubert/* Define to 1 if you have the <sys/queue.h> header file. */
3212b15cb3dSCy Schubert#undef HAVE_SYS_QUEUE_H
3222b15cb3dSCy Schubert
323*a466cc55SCy Schubert/* Define to 1 if you have the <sys/random.h> header file. */
324*a466cc55SCy Schubert#undef HAVE_SYS_RANDOM_H
325*a466cc55SCy Schubert
3262b15cb3dSCy Schubert/* Define to 1 if you have the <sys/resource.h> header file. */
3272b15cb3dSCy Schubert#undef HAVE_SYS_RESOURCE_H
3282b15cb3dSCy Schubert
3292b15cb3dSCy Schubert/* Define to 1 if you have the <sys/select.h> header file. */
3302b15cb3dSCy Schubert#undef HAVE_SYS_SELECT_H
3312b15cb3dSCy Schubert
3322b15cb3dSCy Schubert/* Define to 1 if you have the <sys/sendfile.h> header file. */
3332b15cb3dSCy Schubert#undef HAVE_SYS_SENDFILE_H
3342b15cb3dSCy Schubert
3352b15cb3dSCy Schubert/* Define to 1 if you have the <sys/socket.h> header file. */
3362b15cb3dSCy Schubert#undef HAVE_SYS_SOCKET_H
3372b15cb3dSCy Schubert
3382b15cb3dSCy Schubert/* Define to 1 if you have the <sys/stat.h> header file. */
3392b15cb3dSCy Schubert#undef HAVE_SYS_STAT_H
3402b15cb3dSCy Schubert
3412b15cb3dSCy Schubert/* Define to 1 if you have the <sys/sysctl.h> header file. */
3422b15cb3dSCy Schubert#undef HAVE_SYS_SYSCTL_H
3432b15cb3dSCy Schubert
3442b15cb3dSCy Schubert/* Define to 1 if you have the <sys/timerfd.h> header file. */
3452b15cb3dSCy Schubert#undef HAVE_SYS_TIMERFD_H
3462b15cb3dSCy Schubert
3472b15cb3dSCy Schubert/* Define to 1 if you have the <sys/time.h> header file. */
3482b15cb3dSCy Schubert#undef HAVE_SYS_TIME_H
3492b15cb3dSCy Schubert
3502b15cb3dSCy Schubert/* Define to 1 if you have the <sys/types.h> header file. */
3512b15cb3dSCy Schubert#undef HAVE_SYS_TYPES_H
3522b15cb3dSCy Schubert
3532b15cb3dSCy Schubert/* Define to 1 if you have the <sys/uio.h> header file. */
3542b15cb3dSCy Schubert#undef HAVE_SYS_UIO_H
3552b15cb3dSCy Schubert
356*a466cc55SCy Schubert/* Define to 1 if you have the <sys/un.h> header file. */
357*a466cc55SCy Schubert#undef HAVE_SYS_UN_H
358*a466cc55SCy Schubert
3592b15cb3dSCy Schubert/* Define to 1 if you have the <sys/wait.h> header file. */
3602b15cb3dSCy Schubert#undef HAVE_SYS_WAIT_H
3612b15cb3dSCy Schubert
3622b15cb3dSCy Schubert/* Define if TAILQ_FOREACH is defined in <sys/queue.h> */
3632b15cb3dSCy Schubert#undef HAVE_TAILQFOREACH
3642b15cb3dSCy Schubert
3652b15cb3dSCy Schubert/* Define if timeradd is defined in <sys/time.h> */
3662b15cb3dSCy Schubert#undef HAVE_TIMERADD
3672b15cb3dSCy Schubert
3682b15cb3dSCy Schubert/* Define if timerclear is defined in <sys/time.h> */
3692b15cb3dSCy Schubert#undef HAVE_TIMERCLEAR
3702b15cb3dSCy Schubert
3712b15cb3dSCy Schubert/* Define if timercmp is defined in <sys/time.h> */
3722b15cb3dSCy Schubert#undef HAVE_TIMERCMP
3732b15cb3dSCy Schubert
3742b15cb3dSCy Schubert/* Define to 1 if you have the `timerfd_create' function. */
3752b15cb3dSCy Schubert#undef HAVE_TIMERFD_CREATE
3762b15cb3dSCy Schubert
3772b15cb3dSCy Schubert/* Define if timerisset is defined in <sys/time.h> */
3782b15cb3dSCy Schubert#undef HAVE_TIMERISSET
3792b15cb3dSCy Schubert
3802b15cb3dSCy Schubert/* Define to 1 if the system has the type `uint16_t'. */
3812b15cb3dSCy Schubert#undef HAVE_UINT16_T
3822b15cb3dSCy Schubert
3832b15cb3dSCy Schubert/* Define to 1 if the system has the type `uint32_t'. */
3842b15cb3dSCy Schubert#undef HAVE_UINT32_T
3852b15cb3dSCy Schubert
3862b15cb3dSCy Schubert/* Define to 1 if the system has the type `uint64_t'. */
3872b15cb3dSCy Schubert#undef HAVE_UINT64_T
3882b15cb3dSCy Schubert
3892b15cb3dSCy Schubert/* Define to 1 if the system has the type `uint8_t'. */
3902b15cb3dSCy Schubert#undef HAVE_UINT8_T
3912b15cb3dSCy Schubert
3922b15cb3dSCy Schubert/* Define to 1 if the system has the type `uintptr_t'. */
3932b15cb3dSCy Schubert#undef HAVE_UINTPTR_T
3942b15cb3dSCy Schubert
3952b15cb3dSCy Schubert/* Define to 1 if you have the `umask' function. */
3962b15cb3dSCy Schubert#undef HAVE_UMASK
3972b15cb3dSCy Schubert
3982b15cb3dSCy Schubert/* Define to 1 if you have the <unistd.h> header file. */
3992b15cb3dSCy Schubert#undef HAVE_UNISTD_H
4002b15cb3dSCy Schubert
4012b15cb3dSCy Schubert/* Define to 1 if you have the `unsetenv' function. */
4022b15cb3dSCy Schubert#undef HAVE_UNSETENV
4032b15cb3dSCy Schubert
4042b15cb3dSCy Schubert/* Define to 1 if you have the `usleep' function. */
4052b15cb3dSCy Schubert#undef HAVE_USLEEP
4062b15cb3dSCy Schubert
4072b15cb3dSCy Schubert/* Define to 1 if you have the `vasprintf' function. */
4082b15cb3dSCy Schubert#undef HAVE_VASPRINTF
4092b15cb3dSCy Schubert
410*a466cc55SCy Schubert/* Define to 1 if you have the <wchar.h> header file. */
411*a466cc55SCy Schubert#undef HAVE_WCHAR_H
412*a466cc55SCy Schubert
4132b15cb3dSCy Schubert/* Define if kqueue works correctly with pipes */
4142b15cb3dSCy Schubert#undef HAVE_WORKING_KQUEUE
4152b15cb3dSCy Schubert
4162b15cb3dSCy Schubert/* Define to 1 if you have the <zlib.h> header file. */
4172b15cb3dSCy Schubert#undef HAVE_ZLIB_H
4182b15cb3dSCy Schubert
419*a466cc55SCy Schubert/* Define to 1 if you have the `_gmtime64' function. */
420*a466cc55SCy Schubert#undef HAVE__GMTIME64
421*a466cc55SCy Schubert
422*a466cc55SCy Schubert/* Define to 1 if you have the `_gmtime64_s' function. */
423*a466cc55SCy Schubert#undef HAVE__GMTIME64_S
424*a466cc55SCy Schubert
425*a466cc55SCy Schubert/* Define to 1 if compiler have __FUNCTION__ */
426*a466cc55SCy Schubert#undef HAVE___FUNCTION__
427*a466cc55SCy Schubert
428*a466cc55SCy Schubert/* Define to 1 if compiler have __func__ */
429*a466cc55SCy Schubert#undef HAVE___func__
430*a466cc55SCy Schubert
431f0574f5cSXin LI/* Define to the sub-directory where libtool stores uninstalled libraries. */
4322b15cb3dSCy Schubert#undef LT_OBJDIR
4332b15cb3dSCy Schubert
4342b15cb3dSCy Schubert/* Numeric representation of the version */
4352b15cb3dSCy Schubert#undef NUMERIC_VERSION
4362b15cb3dSCy Schubert
4372b15cb3dSCy Schubert/* Name of package */
4382b15cb3dSCy Schubert#undef PACKAGE
4392b15cb3dSCy Schubert
4402b15cb3dSCy Schubert/* Define to the address where bug reports for this package should be sent. */
4412b15cb3dSCy Schubert#undef PACKAGE_BUGREPORT
4422b15cb3dSCy Schubert
4432b15cb3dSCy Schubert/* Define to the full name of this package. */
4442b15cb3dSCy Schubert#undef PACKAGE_NAME
4452b15cb3dSCy Schubert
4462b15cb3dSCy Schubert/* Define to the full name and version of this package. */
4472b15cb3dSCy Schubert#undef PACKAGE_STRING
4482b15cb3dSCy Schubert
4492b15cb3dSCy Schubert/* Define to the one symbol short name of this package. */
4502b15cb3dSCy Schubert#undef PACKAGE_TARNAME
4512b15cb3dSCy Schubert
4522b15cb3dSCy Schubert/* Define to the home page for this package. */
4532b15cb3dSCy Schubert#undef PACKAGE_URL
4542b15cb3dSCy Schubert
4552b15cb3dSCy Schubert/* Define to the version of this package. */
4562b15cb3dSCy Schubert#undef PACKAGE_VERSION
4572b15cb3dSCy Schubert
458a25439b6SCy Schubert/* Define to necessary symbol if this constant uses a non-standard name on
459a25439b6SCy Schubert   your system. */
460a25439b6SCy Schubert#undef PTHREAD_CREATE_JOINABLE
4612b15cb3dSCy Schubert
4622b15cb3dSCy Schubert/* The size of `int', as computed by sizeof. */
4632b15cb3dSCy Schubert#undef SIZEOF_INT
4642b15cb3dSCy Schubert
4652b15cb3dSCy Schubert/* The size of `long', as computed by sizeof. */
4662b15cb3dSCy Schubert#undef SIZEOF_LONG
4672b15cb3dSCy Schubert
4682b15cb3dSCy Schubert/* The size of `long long', as computed by sizeof. */
4692b15cb3dSCy Schubert#undef SIZEOF_LONG_LONG
4702b15cb3dSCy Schubert
4712b15cb3dSCy Schubert/* The size of `off_t', as computed by sizeof. */
4722b15cb3dSCy Schubert#undef SIZEOF_OFF_T
4732b15cb3dSCy Schubert
4742b15cb3dSCy Schubert/* The size of `pthread_t', as computed by sizeof. */
4752b15cb3dSCy Schubert#undef SIZEOF_PTHREAD_T
4762b15cb3dSCy Schubert
4772b15cb3dSCy Schubert/* The size of `short', as computed by sizeof. */
4782b15cb3dSCy Schubert#undef SIZEOF_SHORT
4792b15cb3dSCy Schubert
4802b15cb3dSCy Schubert/* The size of `size_t', as computed by sizeof. */
4812b15cb3dSCy Schubert#undef SIZEOF_SIZE_T
4822b15cb3dSCy Schubert
483*a466cc55SCy Schubert/* The size of `time_t', as computed by sizeof. */
484*a466cc55SCy Schubert#undef SIZEOF_TIME_T
485*a466cc55SCy Schubert
4862b15cb3dSCy Schubert/* The size of `void *', as computed by sizeof. */
4872b15cb3dSCy Schubert#undef SIZEOF_VOID_P
4882b15cb3dSCy Schubert
489*a466cc55SCy Schubert/* Define to 1 if all of the C90 standard headers exist (not just the ones
490*a466cc55SCy Schubert   required in a freestanding environment). This macro is provided for
491*a466cc55SCy Schubert   backward compatibility; new code need not use it. */
4922b15cb3dSCy Schubert#undef STDC_HEADERS
4932b15cb3dSCy Schubert
494*a466cc55SCy Schubert/* Define to 1 if you can safely include both <sys/time.h> and <time.h>. This
495*a466cc55SCy Schubert   macro is obsolete. */
4962b15cb3dSCy Schubert#undef TIME_WITH_SYS_TIME
4972b15cb3dSCy Schubert
498052d159aSCy Schubert/* Enable extensions on AIX 3, Interix.  */
499052d159aSCy Schubert#ifndef _ALL_SOURCE
500052d159aSCy Schubert# undef _ALL_SOURCE
501052d159aSCy Schubert#endif
502*a466cc55SCy Schubert/* Enable general extensions on macOS.  */
503*a466cc55SCy Schubert#ifndef _DARWIN_C_SOURCE
504*a466cc55SCy Schubert# undef _DARWIN_C_SOURCE
505*a466cc55SCy Schubert#endif
506*a466cc55SCy Schubert/* Enable general extensions on Solaris.  */
507*a466cc55SCy Schubert#ifndef __EXTENSIONS__
508*a466cc55SCy Schubert# undef __EXTENSIONS__
509*a466cc55SCy Schubert#endif
510052d159aSCy Schubert/* Enable GNU extensions on systems that have them.  */
511052d159aSCy Schubert#ifndef _GNU_SOURCE
512052d159aSCy Schubert# undef _GNU_SOURCE
513052d159aSCy Schubert#endif
514*a466cc55SCy Schubert/* Enable X/Open compliant socket functions that do not require linking
515*a466cc55SCy Schubert   with -lxnet on HP-UX 11.11.  */
516*a466cc55SCy Schubert#ifndef _HPUX_ALT_XOPEN_SOCKET_API
517*a466cc55SCy Schubert# undef _HPUX_ALT_XOPEN_SOCKET_API
518*a466cc55SCy Schubert#endif
519*a466cc55SCy Schubert/* Identify the host operating system as Minix.
520*a466cc55SCy Schubert   This macro does not affect the system headers' behavior.
521*a466cc55SCy Schubert   A future release of Autoconf may stop defining this macro.  */
522*a466cc55SCy Schubert#ifndef _MINIX
523*a466cc55SCy Schubert# undef _MINIX
524*a466cc55SCy Schubert#endif
525*a466cc55SCy Schubert/* Enable general extensions on NetBSD.
526*a466cc55SCy Schubert   Enable NetBSD compatibility extensions on Minix.  */
527*a466cc55SCy Schubert#ifndef _NETBSD_SOURCE
528*a466cc55SCy Schubert# undef _NETBSD_SOURCE
529*a466cc55SCy Schubert#endif
530*a466cc55SCy Schubert/* Enable OpenBSD compatibility extensions on NetBSD.
531*a466cc55SCy Schubert   Oddly enough, this does nothing on OpenBSD.  */
532*a466cc55SCy Schubert#ifndef _OPENBSD_SOURCE
533*a466cc55SCy Schubert# undef _OPENBSD_SOURCE
534*a466cc55SCy Schubert#endif
535*a466cc55SCy Schubert/* Define to 1 if needed for POSIX-compatible behavior.  */
536*a466cc55SCy Schubert#ifndef _POSIX_SOURCE
537*a466cc55SCy Schubert# undef _POSIX_SOURCE
538*a466cc55SCy Schubert#endif
539*a466cc55SCy Schubert/* Define to 2 if needed for POSIX-compatible behavior.  */
540*a466cc55SCy Schubert#ifndef _POSIX_1_SOURCE
541*a466cc55SCy Schubert# undef _POSIX_1_SOURCE
542*a466cc55SCy Schubert#endif
543*a466cc55SCy Schubert/* Enable POSIX-compatible threading on Solaris.  */
544052d159aSCy Schubert#ifndef _POSIX_PTHREAD_SEMANTICS
545052d159aSCy Schubert# undef _POSIX_PTHREAD_SEMANTICS
546052d159aSCy Schubert#endif
547*a466cc55SCy Schubert/* Enable extensions specified by ISO/IEC TS 18661-5:2014.  */
548*a466cc55SCy Schubert#ifndef __STDC_WANT_IEC_60559_ATTRIBS_EXT__
549*a466cc55SCy Schubert# undef __STDC_WANT_IEC_60559_ATTRIBS_EXT__
550*a466cc55SCy Schubert#endif
551*a466cc55SCy Schubert/* Enable extensions specified by ISO/IEC TS 18661-1:2014.  */
552*a466cc55SCy Schubert#ifndef __STDC_WANT_IEC_60559_BFP_EXT__
553*a466cc55SCy Schubert# undef __STDC_WANT_IEC_60559_BFP_EXT__
554*a466cc55SCy Schubert#endif
555*a466cc55SCy Schubert/* Enable extensions specified by ISO/IEC TS 18661-2:2015.  */
556*a466cc55SCy Schubert#ifndef __STDC_WANT_IEC_60559_DFP_EXT__
557*a466cc55SCy Schubert# undef __STDC_WANT_IEC_60559_DFP_EXT__
558*a466cc55SCy Schubert#endif
559*a466cc55SCy Schubert/* Enable extensions specified by ISO/IEC TS 18661-4:2015.  */
560*a466cc55SCy Schubert#ifndef __STDC_WANT_IEC_60559_FUNCS_EXT__
561*a466cc55SCy Schubert# undef __STDC_WANT_IEC_60559_FUNCS_EXT__
562*a466cc55SCy Schubert#endif
563*a466cc55SCy Schubert/* Enable extensions specified by ISO/IEC TS 18661-3:2015.  */
564*a466cc55SCy Schubert#ifndef __STDC_WANT_IEC_60559_TYPES_EXT__
565*a466cc55SCy Schubert# undef __STDC_WANT_IEC_60559_TYPES_EXT__
566*a466cc55SCy Schubert#endif
567*a466cc55SCy Schubert/* Enable extensions specified by ISO/IEC TR 24731-2:2010.  */
568*a466cc55SCy Schubert#ifndef __STDC_WANT_LIB_EXT2__
569*a466cc55SCy Schubert# undef __STDC_WANT_LIB_EXT2__
570*a466cc55SCy Schubert#endif
571*a466cc55SCy Schubert/* Enable extensions specified by ISO/IEC 24747:2009.  */
572*a466cc55SCy Schubert#ifndef __STDC_WANT_MATH_SPEC_FUNCS__
573*a466cc55SCy Schubert# undef __STDC_WANT_MATH_SPEC_FUNCS__
574*a466cc55SCy Schubert#endif
575052d159aSCy Schubert/* Enable extensions on HP NonStop.  */
576052d159aSCy Schubert#ifndef _TANDEM_SOURCE
577052d159aSCy Schubert# undef _TANDEM_SOURCE
578052d159aSCy Schubert#endif
579*a466cc55SCy Schubert/* Enable X/Open extensions.  Define to 500 only if necessary
580*a466cc55SCy Schubert   to make mbstate_t available.  */
581*a466cc55SCy Schubert#ifndef _XOPEN_SOURCE
582*a466cc55SCy Schubert# undef _XOPEN_SOURCE
583052d159aSCy Schubert#endif
584052d159aSCy Schubert
585052d159aSCy Schubert
5862b15cb3dSCy Schubert/* Version number of package */
5872b15cb3dSCy Schubert#undef VERSION
5882b15cb3dSCy Schubert
5892b15cb3dSCy Schubert/* Number of bits in a file offset, on hosts where this is settable. */
5902b15cb3dSCy Schubert#undef _FILE_OFFSET_BITS
5912b15cb3dSCy Schubert
5922b15cb3dSCy Schubert/* Define for large files, on AIX-style hosts. */
5932b15cb3dSCy Schubert#undef _LARGE_FILES
5942b15cb3dSCy Schubert
5952b15cb3dSCy Schubert/* Define to empty if `const' does not conform to ANSI C. */
5962b15cb3dSCy Schubert#undef const
5972b15cb3dSCy Schubert
5982b15cb3dSCy Schubert/* Define to `__inline__' or `__inline' if that's what the C compiler
5992b15cb3dSCy Schubert   calls it, or to nothing if 'inline' is not supported under any name.  */
6002b15cb3dSCy Schubert#ifndef __cplusplus
6012b15cb3dSCy Schubert#undef inline
6022b15cb3dSCy Schubert#endif
6032b15cb3dSCy Schubert
604*a466cc55SCy Schubert/* Define as a signed integer type capable of holding a process identifier. */
6052b15cb3dSCy Schubert#undef pid_t
6062b15cb3dSCy Schubert
6072b15cb3dSCy Schubert/* Define to `unsigned int' if <sys/types.h> does not define. */
6082b15cb3dSCy Schubert#undef size_t
6092b15cb3dSCy Schubert
6102b15cb3dSCy Schubert/* Define to unsigned int if you dont have it */
6112b15cb3dSCy Schubert#undef socklen_t
6122b15cb3dSCy Schubert
6132b15cb3dSCy Schubert/* Define to `int' if <sys/types.h> does not define. */
6142b15cb3dSCy Schubert#undef ssize_t
615