1/* src/lib/ares_config.h.in. Generated from configure.ac by autoheader. */ 2 3/* Define if building universal (internal helper macro) */ 4#undef AC_APPLE_UNIVERSAL_BUILD 5 6/* define this if ares is built for a big endian system */ 7#undef ARES_BIG_ENDIAN 8 9/* Defined for build that exposes internal static functions for testing. */ 10#undef CARES_EXPOSE_STATICS 11 12/* a suitable file/device to read random data from */ 13#undef CARES_RANDOM_FILE 14 15/* Defined for build with symbol hiding. */ 16#undef CARES_SYMBOL_HIDING 17 18/* Definition to make a library symbol externally visible. */ 19#undef CARES_SYMBOL_SCOPE_EXTERN 20 21/* the signed version of size_t */ 22#undef CARES_TYPEOF_ARES_SSIZE_T 23 24/* Use resolver library to configure cares */ 25#undef CARES_USE_LIBRESOLV 26 27/* if a /etc/inet dir is being used */ 28#undef ETC_INET 29 30/* Define to the type of arg 2 for gethostname. */ 31#undef GETHOSTNAME_TYPE_ARG2 32 33/* Define to the type qualifier of arg 1 for getnameinfo. */ 34#undef GETNAMEINFO_QUAL_ARG1 35 36/* Define to the type of arg 1 for getnameinfo. */ 37#undef GETNAMEINFO_TYPE_ARG1 38 39/* Define to the type of arg 2 for getnameinfo. */ 40#undef GETNAMEINFO_TYPE_ARG2 41 42/* Define to the type of args 4 and 6 for getnameinfo. */ 43#undef GETNAMEINFO_TYPE_ARG46 44 45/* Define to the type of arg 7 for getnameinfo. */ 46#undef GETNAMEINFO_TYPE_ARG7 47 48/* Specifies the number of arguments to getservbyport_r */ 49#undef GETSERVBYPORT_R_ARGS 50 51/* Specifies the size of the buffer to pass to getservbyport_r */ 52#undef GETSERVBYPORT_R_BUFSIZE 53 54/* Define to 1 if you have AF_INET6. */ 55#undef HAVE_AF_INET6 56 57/* Define to 1 if you have the arc4random_buf function. */ 58#undef HAVE_ARC4RANDOM_BUF 59 60/* Define to 1 if you have the <arpa/inet.h> header file. */ 61#undef HAVE_ARPA_INET_H 62 63/* Define to 1 if you have the <arpa/nameser_compat.h> header file. */ 64#undef HAVE_ARPA_NAMESER_COMPAT_H 65 66/* Define to 1 if you have the <arpa/nameser.h> header file. */ 67#undef HAVE_ARPA_NAMESER_H 68 69/* Define to 1 if you have the <assert.h> header file. */ 70#undef HAVE_ASSERT_H 71 72/* Define to 1 if you have the `bitncmp' function. */ 73#undef HAVE_BITNCMP 74 75/* Define to 1 if bool is an available type. */ 76#undef HAVE_BOOL_T 77 78/* Define to 1 if you have the clock_gettime function and monotonic timer. */ 79#undef HAVE_CLOCK_GETTIME_MONOTONIC 80 81/* Define to 1 if you have the closesocket function. */ 82#undef HAVE_CLOSESOCKET 83 84/* Define to 1 if you have the CloseSocket camel case function. */ 85#undef HAVE_CLOSESOCKET_CAMEL 86 87/* Define to 1 if you have the connect function. */ 88#undef HAVE_CONNECT 89 90/* define if the compiler supports basic C++11 syntax */ 91#undef HAVE_CXX11 92 93/* Define to 1 if you have the <dlfcn.h> header file. */ 94#undef HAVE_DLFCN_H 95 96/* Define to 1 if you have the <errno.h> header file. */ 97#undef HAVE_ERRNO_H 98 99/* Define to 1 if you have the fcntl function. */ 100#undef HAVE_FCNTL 101 102/* Define to 1 if you have the <fcntl.h> header file. */ 103#undef HAVE_FCNTL_H 104 105/* Define to 1 if you have a working fcntl O_NONBLOCK function. */ 106#undef HAVE_FCNTL_O_NONBLOCK 107 108/* Define to 1 if you have the freeaddrinfo function. */ 109#undef HAVE_FREEADDRINFO 110 111/* Define to 1 if you have a working getaddrinfo function. */ 112#undef HAVE_GETADDRINFO 113 114/* Define to 1 if the getaddrinfo function is threadsafe. */ 115#undef HAVE_GETADDRINFO_THREADSAFE 116 117/* Define to 1 if you have the getenv function. */ 118#undef HAVE_GETENV 119 120/* Define to 1 if you have the gethostbyaddr function. */ 121#undef HAVE_GETHOSTBYADDR 122 123/* Define to 1 if you have the gethostbyname function. */ 124#undef HAVE_GETHOSTBYNAME 125 126/* Define to 1 if you have the gethostname function. */ 127#undef HAVE_GETHOSTNAME 128 129/* Define to 1 if you have the getnameinfo function. */ 130#undef HAVE_GETNAMEINFO 131 132/* Define to 1 if you have the getservbyport_r function. */ 133#undef HAVE_GETSERVBYPORT_R 134 135/* Define to 1 if you have the `gettimeofday' function. */ 136#undef HAVE_GETTIMEOFDAY 137 138/* Define to 1 if you have the `if_indextoname' function. */ 139#undef HAVE_IF_INDEXTONAME 140 141/* Define to 1 if you have a IPv6 capable working inet_net_pton function. */ 142#undef HAVE_INET_NET_PTON 143 144/* Define to 1 if you have a IPv6 capable working inet_ntop function. */ 145#undef HAVE_INET_NTOP 146 147/* Define to 1 if you have a IPv6 capable working inet_pton function. */ 148#undef HAVE_INET_PTON 149 150/* Define to 1 if you have the <inttypes.h> header file. */ 151#undef HAVE_INTTYPES_H 152 153/* Define to 1 if you have the ioctl function. */ 154#undef HAVE_IOCTL 155 156/* Define to 1 if you have the ioctlsocket function. */ 157#undef HAVE_IOCTLSOCKET 158 159/* Define to 1 if you have the IoctlSocket camel case function. */ 160#undef HAVE_IOCTLSOCKET_CAMEL 161 162/* Define to 1 if you have a working IoctlSocket camel case FIONBIO function. 163 */ 164#undef HAVE_IOCTLSOCKET_CAMEL_FIONBIO 165 166/* Define to 1 if you have a working ioctlsocket FIONBIO function. */ 167#undef HAVE_IOCTLSOCKET_FIONBIO 168 169/* Define to 1 if you have a working ioctl FIONBIO function. */ 170#undef HAVE_IOCTL_FIONBIO 171 172/* Define to 1 if you have a working ioctl SIOCGIFADDR function. */ 173#undef HAVE_IOCTL_SIOCGIFADDR 174 175/* Define to 1 if you have the `resolve' library (-lresolve). */ 176#undef HAVE_LIBRESOLVE 177 178/* Define to 1 if you have the <limits.h> header file. */ 179#undef HAVE_LIMITS_H 180 181/* if your compiler supports LL */ 182#undef HAVE_LL 183 184/* Define to 1 if the compiler supports the 'long long' data type. */ 185#undef HAVE_LONGLONG 186 187/* Define to 1 if you have the malloc.h header file. */ 188#undef HAVE_MALLOC_H 189 190/* Define to 1 if you have the memory.h header file. */ 191#undef HAVE_MEMORY_H 192 193/* Define to 1 if you have the MSG_NOSIGNAL flag. */ 194#undef HAVE_MSG_NOSIGNAL 195 196/* Define to 1 if you have the <netdb.h> header file. */ 197#undef HAVE_NETDB_H 198 199/* Define to 1 if you have the <netinet/in.h> header file. */ 200#undef HAVE_NETINET_IN_H 201 202/* Define to 1 if you have the <netinet/tcp.h> header file. */ 203#undef HAVE_NETINET_TCP_H 204 205/* Define to 1 if you have the <net/if.h> header file. */ 206#undef HAVE_NET_IF_H 207 208/* Define to 1 if you have PF_INET6. */ 209#undef HAVE_PF_INET6 210 211/* Define to 1 if you have the recv function. */ 212#undef HAVE_RECV 213 214/* Define to 1 if you have the recvfrom function. */ 215#undef HAVE_RECVFROM 216 217/* Define to 1 if you have the send function. */ 218#undef HAVE_SEND 219 220/* Define to 1 if you have the setsockopt function. */ 221#undef HAVE_SETSOCKOPT 222 223/* Define to 1 if you have a working setsockopt SO_NONBLOCK function. */ 224#undef HAVE_SETSOCKOPT_SO_NONBLOCK 225 226/* Define to 1 if you have the <signal.h> header file. */ 227#undef HAVE_SIGNAL_H 228 229/* Define to 1 if sig_atomic_t is an available typedef. */ 230#undef HAVE_SIG_ATOMIC_T 231 232/* Define to 1 if sig_atomic_t is already defined as volatile. */ 233#undef HAVE_SIG_ATOMIC_T_VOLATILE 234 235/* Define to 1 if your struct sockaddr_in6 has sin6_scope_id. */ 236#undef HAVE_SOCKADDR_IN6_SIN6_SCOPE_ID 237 238/* Define to 1 if you have the socket function. */ 239#undef HAVE_SOCKET 240 241/* Define to 1 if you have the <socket.h> header file. */ 242#undef HAVE_SOCKET_H 243 244/* Define to 1 if you have the <stdbool.h> header file. */ 245#undef HAVE_STDBOOL_H 246 247/* Define to 1 if you have the <stdint.h> header file. */ 248#undef HAVE_STDINT_H 249 250/* Define to 1 if you have the <stdio.h> header file. */ 251#undef HAVE_STDIO_H 252 253/* Define to 1 if you have the <stdlib.h> header file. */ 254#undef HAVE_STDLIB_H 255 256/* Define to 1 if you have the strcasecmp function. */ 257#undef HAVE_STRCASECMP 258 259/* Define to 1 if you have the strcmpi function. */ 260#undef HAVE_STRCMPI 261 262/* Define to 1 if you have the strdup function. */ 263#undef HAVE_STRDUP 264 265/* Define to 1 if you have the stricmp function. */ 266#undef HAVE_STRICMP 267 268/* Define to 1 if you have the <strings.h> header file. */ 269#undef HAVE_STRINGS_H 270 271/* Define to 1 if you have the <string.h> header file. */ 272#undef HAVE_STRING_H 273 274/* Define to 1 if you have the strncasecmp function. */ 275#undef HAVE_STRNCASECMP 276 277/* Define to 1 if you have the strncmpi function. */ 278#undef HAVE_STRNCMPI 279 280/* Define to 1 if you have the strnicmp function. */ 281#undef HAVE_STRNICMP 282 283/* Define to 1 if you have the <stropts.h> header file. */ 284#undef HAVE_STROPTS_H 285 286/* Define to 1 if you have struct addrinfo. */ 287#undef HAVE_STRUCT_ADDRINFO 288 289/* Define to 1 if you have struct in6_addr. */ 290#undef HAVE_STRUCT_IN6_ADDR 291 292/* Define to 1 if you have struct sockaddr_in6. */ 293#undef HAVE_STRUCT_SOCKADDR_IN6 294 295/* if struct sockaddr_storage is defined */ 296#undef HAVE_STRUCT_SOCKADDR_STORAGE 297 298/* Define to 1 if you have the timeval struct. */ 299#undef HAVE_STRUCT_TIMEVAL 300 301/* Define to 1 if you have the <sys/ioctl.h> header file. */ 302#undef HAVE_SYS_IOCTL_H 303 304/* Define to 1 if you have the <sys/param.h> header file. */ 305#undef HAVE_SYS_PARAM_H 306 307/* Define to 1 if you have the <sys/select.h> header file. */ 308#undef HAVE_SYS_SELECT_H 309 310/* Define to 1 if you have the <sys/socket.h> header file. */ 311#undef HAVE_SYS_SOCKET_H 312 313/* Define to 1 if you have the <sys/stat.h> header file. */ 314#undef HAVE_SYS_STAT_H 315 316/* Define to 1 if you have the <sys/time.h> header file. */ 317#undef HAVE_SYS_TIME_H 318 319/* Define to 1 if you have the <sys/types.h> header file. */ 320#undef HAVE_SYS_TYPES_H 321 322/* Define to 1 if you have the <sys/uio.h> header file. */ 323#undef HAVE_SYS_UIO_H 324 325/* Define to 1 if you have the <time.h> header file. */ 326#undef HAVE_TIME_H 327 328/* Define to 1 if you have the <unistd.h> header file. */ 329#undef HAVE_UNISTD_H 330 331/* Define to 1 if you have the windows.h header file. */ 332#undef HAVE_WINDOWS_H 333 334/* Define to 1 if you have the winsock2.h header file. */ 335#undef HAVE_WINSOCK2_H 336 337/* Define to 1 if you have the winsock.h header file. */ 338#undef HAVE_WINSOCK_H 339 340/* Define to 1 if you have the writev function. */ 341#undef HAVE_WRITEV 342 343/* Define to 1 if you have the ws2tcpip.h header file. */ 344#undef HAVE_WS2TCPIP_H 345 346/* Define if __system_property_get exists. */ 347#undef HAVE___SYSTEM_PROPERTY_GET 348 349/* Define to the sub-directory where libtool stores uninstalled libraries. */ 350#undef LT_OBJDIR 351 352/* Define to 1 if you need the malloc.h header file even with stdlib.h */ 353#undef NEED_MALLOC_H 354 355/* Define to 1 if you need the memory.h header file even with stdlib.h */ 356#undef NEED_MEMORY_H 357 358/* Define to 1 if _REENTRANT preprocessor symbol must be defined. */ 359#undef NEED_REENTRANT 360 361/* Define to 1 if _THREAD_SAFE preprocessor symbol must be defined. */ 362#undef NEED_THREAD_SAFE 363 364/* cpu-machine-OS */ 365#undef OS 366 367/* Name of package */ 368#undef PACKAGE 369 370/* Define to the address where bug reports for this package should be sent. */ 371#undef PACKAGE_BUGREPORT 372 373/* Define to the full name of this package. */ 374#undef PACKAGE_NAME 375 376/* Define to the full name and version of this package. */ 377#undef PACKAGE_STRING 378 379/* Define to the one symbol short name of this package. */ 380#undef PACKAGE_TARNAME 381 382/* Define to the home page for this package. */ 383#undef PACKAGE_URL 384 385/* Define to the version of this package. */ 386#undef PACKAGE_VERSION 387 388/* Define to the type qualifier pointed by arg 5 for recvfrom. */ 389#undef RECVFROM_QUAL_ARG5 390 391/* Define to the type of arg 1 for recvfrom. */ 392#undef RECVFROM_TYPE_ARG1 393 394/* Define to the type pointed by arg 2 for recvfrom. */ 395#undef RECVFROM_TYPE_ARG2 396 397/* Define to 1 if the type pointed by arg 2 for recvfrom is void. */ 398#undef RECVFROM_TYPE_ARG2_IS_VOID 399 400/* Define to the type of arg 3 for recvfrom. */ 401#undef RECVFROM_TYPE_ARG3 402 403/* Define to the type of arg 4 for recvfrom. */ 404#undef RECVFROM_TYPE_ARG4 405 406/* Define to the type pointed by arg 5 for recvfrom. */ 407#undef RECVFROM_TYPE_ARG5 408 409/* Define to 1 if the type pointed by arg 5 for recvfrom is void. */ 410#undef RECVFROM_TYPE_ARG5_IS_VOID 411 412/* Define to the type pointed by arg 6 for recvfrom. */ 413#undef RECVFROM_TYPE_ARG6 414 415/* Define to 1 if the type pointed by arg 6 for recvfrom is void. */ 416#undef RECVFROM_TYPE_ARG6_IS_VOID 417 418/* Define to the function return type for recvfrom. */ 419#undef RECVFROM_TYPE_RETV 420 421/* Define to the type of arg 1 for recv. */ 422#undef RECV_TYPE_ARG1 423 424/* Define to the type of arg 2 for recv. */ 425#undef RECV_TYPE_ARG2 426 427/* Define to the type of arg 3 for recv. */ 428#undef RECV_TYPE_ARG3 429 430/* Define to the type of arg 4 for recv. */ 431#undef RECV_TYPE_ARG4 432 433/* Define to the function return type for recv. */ 434#undef RECV_TYPE_RETV 435 436/* Define as the return type of signal handlers (`int' or `void'). */ 437#undef RETSIGTYPE 438 439/* Define to the type qualifier of arg 2 for send. */ 440#undef SEND_QUAL_ARG2 441 442/* Define to the type of arg 1 for send. */ 443#undef SEND_TYPE_ARG1 444 445/* Define to the type of arg 2 for send. */ 446#undef SEND_TYPE_ARG2 447 448/* Define to the type of arg 3 for send. */ 449#undef SEND_TYPE_ARG3 450 451/* Define to the type of arg 4 for send. */ 452#undef SEND_TYPE_ARG4 453 454/* Define to the function return type for send. */ 455#undef SEND_TYPE_RETV 456 457/* Define to 1 if all of the C90 standard headers exist (not just the ones 458 required in a freestanding environment). This macro is provided for 459 backward compatibility; new code need not use it. */ 460#undef STDC_HEADERS 461 462/* Define to 1 if you can safely include both <sys/time.h> and <time.h>. This 463 macro is obsolete. */ 464#undef TIME_WITH_SYS_TIME 465 466/* Define to disable non-blocking sockets. */ 467#undef USE_BLOCKING_SOCKETS 468 469/* Version number of package */ 470#undef VERSION 471 472/* Define to avoid automatic inclusion of winsock.h */ 473#undef WIN32_LEAN_AND_MEAN 474 475/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most 476 significant byte first (like Motorola and SPARC, unlike Intel). */ 477#if defined AC_APPLE_UNIVERSAL_BUILD 478# if defined __BIG_ENDIAN__ 479# define WORDS_BIGENDIAN 1 480# endif 481#else 482# ifndef WORDS_BIGENDIAN 483# undef WORDS_BIGENDIAN 484# endif 485#endif 486 487/* Define to 1 if OS is AIX. */ 488#ifndef _ALL_SOURCE 489# undef _ALL_SOURCE 490#endif 491 492/* Number of bits in a file offset, on hosts where this is settable. */ 493#undef _FILE_OFFSET_BITS 494 495/* Define for large files, on AIX-style hosts. */ 496#undef _LARGE_FILES 497 498/* Define to empty if `const' does not conform to ANSI C. */ 499#undef const 500 501/* Type to use in place of in_addr_t when system does not provide it. */ 502#undef in_addr_t 503 504/* Define to `unsigned int' if <sys/types.h> does not define. */ 505#undef size_t 506