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