1 /* config.h. Generated from config.h.in by configure. */ 2 /* config.h.in. Generated from configure.ac by autoheader. */ 3 4 /* Define if building universal (internal helper macro) */ 5 /* #undef AC_APPLE_UNIVERSAL_BUILD */ 6 7 /* dnsrps $librpz_name */ 8 #define DNSRPS_LIBRPZ_PATH "librpz.so" 9 10 /* 0=no DNSRPS 1=static link 2=dlopen() */ 11 #define DNSRPS_LIB_OPEN 0 12 13 /* Define to enable "rrset-order fixed" syntax. */ 14 #define DNS_RDATASET_FIXED 1 15 16 /* Define to enable American Fuzzy Lop test harness */ 17 /* #undef ENABLE_AFL */ 18 19 /* define if you want TCP_FASTOPEN enabled if available */ 20 #define ENABLE_TCP_FASTOPEN 1 21 22 /* define if the ARM yield instruction is available */ 23 /* #undef HAVE_ARM_YIELD */ 24 25 /* Define to 1 if you have the `backtrace_symbols' function. */ 26 #define HAVE_BACKTRACE_SYMBOLS 1 27 28 /* Define to 1 if you have the `BIO_read_ex' function. */ 29 #define HAVE_BIO_READ_EX 1 30 31 /* Define to 1 if you have the `BIO_write_ex' function. */ 32 #define HAVE_BIO_WRITE_EX 1 33 34 /* Define to 1 if you have the `BN_GENCB_new' function. */ 35 #define HAVE_BN_GENCB_NEW 1 36 37 /* Define to 1 if the compiler supports __builtin_clz. */ 38 #define HAVE_BUILTIN_CLZ 1 39 40 /* define if the compiler supports __builtin_*_overflow(). */ 41 #define HAVE_BUILTIN_OVERFLOW 1 42 43 /* define if the compiler supports __builtin_unreachable(). */ 44 #define HAVE_BUILTIN_UNREACHABLE 1 45 46 /* Define to 1 if you have the `chroot' function. */ 47 #define HAVE_CHROOT 1 48 49 /* Define to 1 if you have the `clock_gettime' function. */ 50 #define HAVE_CLOCK_GETTIME 1 51 52 /* Use CMocka */ 53 /* #undef HAVE_CMOCKA */ 54 55 /* Define to 1 if you have the `CRYPTO_zalloc' function. */ 56 #define HAVE_CRYPTO_ZALLOC 1 57 58 /* Define to 1 if you have the declaration of `UV_UDP_MMSG_CHUNK', and to 0 if 59 you don't. */ 60 #define HAVE_DECL_UV_UDP_MMSG_CHUNK 1 61 62 /* Define to 1 if you have the declaration of `UV_UDP_MMSG_FREE', and to 0 if 63 you don't. */ 64 #define HAVE_DECL_UV_UDP_MMSG_FREE 1 65 66 /* Define to 1 if you have the declaration of `UV_UDP_RECVMMSG', and to 0 if 67 you don't. */ 68 #define HAVE_DECL_UV_UDP_RECVMMSG 1 69 70 /* Define to 1 if you have the `DH_get0_key' function. */ 71 #define HAVE_DH_GET0_KEY 1 72 73 /* Define to 1 if you have the <dlfcn.h> header file. */ 74 #define HAVE_DLFCN_H 1 75 76 /* Define to 1 to enable dnstap support */ 77 /* #undef HAVE_DNSTAP */ 78 79 /* Define to 1 if you have the `ECDSA_SIG_get0' function. */ 80 #define HAVE_ECDSA_SIG_GET0 1 81 82 /* Define to 1 if you have the `ERR_get_error_all' function. */ 83 #define HAVE_ERR_GET_ERROR_ALL 1 84 85 /* Define to 1 if you have the `EVP_aes_128_ecb' function. */ 86 #define HAVE_EVP_AES_128_ECB 1 87 88 /* Define to 1 if you have the `EVP_aes_192_ecb' function. */ 89 #define HAVE_EVP_AES_192_ECB 1 90 91 /* Define to 1 if you have the `EVP_aes_256_ecb' function. */ 92 #define HAVE_EVP_AES_256_ECB 1 93 94 /* Define to 1 if you have the `EVP_CIPHER_CTX_free' function. */ 95 #define HAVE_EVP_CIPHER_CTX_FREE 1 96 97 /* Define to 1 if you have the `EVP_CIPHER_CTX_new' function. */ 98 #define HAVE_EVP_CIPHER_CTX_NEW 1 99 100 /* Define to 1 if you have the `EVP_DigestSignInit' function. */ 101 #define HAVE_EVP_DIGESTSIGNINIT 1 102 103 /* Define to 1 if you have the `EVP_DigestVerifyInit' function. */ 104 #define HAVE_EVP_DIGESTVERIFYINIT 1 105 106 /* Define to 1 if you have the `EVP_MD_CTX_free' function. */ 107 #define HAVE_EVP_MD_CTX_FREE 1 108 109 /* Define to 1 if you have the `EVP_MD_CTX_get0_md' function. */ 110 #define HAVE_EVP_MD_CTX_GET0_MD 1 111 112 /* Define to 1 if you have the `EVP_MD_CTX_new' function. */ 113 #define HAVE_EVP_MD_CTX_NEW 1 114 115 /* Define to 1 if you have the `EVP_MD_CTX_reset' function. */ 116 #define HAVE_EVP_MD_CTX_RESET 1 117 118 /* Define to 1 if you have the `EVP_PKEY_eq' function. */ 119 #define HAVE_EVP_PKEY_EQ 1 120 121 /* Define to 1 if you have the `EVP_PKEY_get0_EC_KEY' function. */ 122 #define HAVE_EVP_PKEY_GET0_EC_KEY 1 123 124 /* Define to 1 if you have the `EVP_PKEY_new_raw_private_key' function. */ 125 #define HAVE_EVP_PKEY_NEW_RAW_PRIVATE_KEY 1 126 127 /* Define to 1 if you have the `EVP_sha1' function. */ 128 #define HAVE_EVP_SHA1 1 129 130 /* Define to 1 if you have the `EVP_sha224' function. */ 131 #define HAVE_EVP_SHA224 1 132 133 /* Define to 1 if you have the `EVP_sha256' function. */ 134 #define HAVE_EVP_SHA256 1 135 136 /* Define to 1 if you have the `EVP_sha384' function. */ 137 #define HAVE_EVP_SHA384 1 138 139 /* Define to 1 if you have the `EVP_sha512' function. */ 140 #define HAVE_EVP_SHA512 1 141 142 /* Define to 1 if you have the <execinfo.h> header file. */ 143 #define HAVE_EXECINFO_H 1 144 145 /* Define to 1 if you have the <fcntl.h> header file. */ 146 #define HAVE_FCNTL_H 1 147 148 /* Define to 1 if you have the `FIPS_mode' function. */ 149 /* #undef HAVE_FIPS_MODE */ 150 151 /* Define to 1 if you have the `flockfile' function. */ 152 #define HAVE_FLOCKFILE 1 153 154 /* Define to 1 if fseeko (and presumably ftello) exists and is declared. */ 155 #define HAVE_FSEEKO 1 156 157 /* Define to 1 if the system has the `constructor' function attribute */ 158 #define HAVE_FUNC_ATTRIBUTE_CONSTRUCTOR 1 159 160 /* Define to 1 if the system has the `destructor' function attribute */ 161 #define HAVE_FUNC_ATTRIBUTE_DESTRUCTOR 1 162 163 /* Define to 1 if the system has the `malloc' function attribute */ 164 #define HAVE_FUNC_ATTRIBUTE_MALLOC 1 165 166 /* Define to 1 if the system has the `noreturn' function attribute */ 167 #define HAVE_FUNC_ATTRIBUTE_NORETURN 1 168 169 /* Define to 1 if the system has the `returns_nonnull' function attribute */ 170 #define HAVE_FUNC_ATTRIBUTE_RETURNS_NONNULL 1 171 172 /* Build with GeoIP2 support */ 173 /* #undef HAVE_GEOIP2 */ 174 175 /* Define to 1 if you have the `getc_unlocked' function. */ 176 #define HAVE_GETC_UNLOCKED 1 177 178 /* Define to 1 if you have the <glob.h> header file. */ 179 #define HAVE_GLOB_H 1 180 181 #ifdef WITH_KERBEROS 182 /* Define to 1 if you have the Kerberos Framework available */ 183 #define HAVE_GSSAPI 1 184 185 /* Define to 1 if you have the <gssapi/gssapi.h> header file. */ 186 #define HAVE_GSSAPI_GSSAPI_H 1 187 188 /* Define to 1 if you have the <gssapi/gssapi_krb5.h> header file. */ 189 #define HAVE_GSSAPI_GSSAPI_KRB5_H 1 190 191 /* Define to 1 if you have the <gssapi.h> header file. */ 192 /* #undef HAVE_GSSAPI_H */ 193 194 /* Define to 1 if you have the <gssapi_krb5.h> header file. */ 195 /* #undef HAVE_GSSAPI_KRB5_H */ 196 197 /* Define to 1 if you have the `gss_acquire_cred' function. */ 198 #define HAVE_GSS_ACQUIRE_CRED 1 199 #endif 200 201 /* Define to 1 if you have the <idn2.h> header file. */ 202 /* #undef HAVE_IDN2_H */ 203 204 /* Define to 1 if you have the `if_nametoindex' function. */ 205 #define HAVE_IF_NAMETOINDEX 1 206 207 /* Define to 1 if you have the <inttypes.h> header file. */ 208 #define HAVE_INTTYPES_H 1 209 210 /* Define to 1 if jemalloc is available */ 211 /* #undef HAVE_JEMALLOC */ 212 213 /* Define to 1 if you have the <jemalloc/jemalloc.h> header file. */ 214 /* #undef HAVE_JEMALLOC_JEMALLOC_H */ 215 216 /* Use json-c library */ 217 /* #undef HAVE_JSON_C */ 218 219 #ifdef WITH_KERBEROS 220 /* Define to 1 if you have the <krb5.h> header file. */ 221 /* #undef HAVE_KRB5_H */ 222 223 /* Define to 1 if you have the `krb5_init_context' function. */ 224 #define HAVE_KRB5_INIT_CONTEXT 1 225 226 /* Define to 1 if you have the <krb5/krb5.h> header file. */ 227 #define HAVE_KRB5_KRB5_H 1 228 #endif 229 230 /* Define if libidn2 was found */ 231 /* #undef HAVE_LIBIDN2 */ 232 233 /* Build with DNS-over-HTTPS support */ 234 /* #undef HAVE_LIBNGHTTP2 */ 235 236 /* Use libxml2 library */ 237 /* #undef HAVE_LIBXML2 */ 238 239 /* Define to 1 if you have the <linux/netlink.h> header file. */ 240 /* #undef HAVE_LINUX_NETLINK_H */ 241 242 /* Define to 1 if you have the <linux/rtnetlink.h> header file. */ 243 /* #undef HAVE_LINUX_RTNETLINK_H */ 244 245 /* Use lmdb library */ 246 /* #undef HAVE_LMDB */ 247 248 /* define if extended attributes for malloc are available */ 249 /* #undef HAVE_MALLOC_EXT_ATTR */ 250 251 /* Define to 1 if you have the <malloc_np.h> header file. */ 252 /* #undef HAVE_MALLOC_NP_H */ 253 254 /* Define to 1 if you have the `malloc_size' function. */ 255 /* #undef HAVE_MALLOC_SIZE */ 256 257 /* Define to 1 if you have the `malloc_usable_size' function. */ 258 /* #undef HAVE_MALLOC_USABLE_SIZE */ 259 260 /* Define to 1 if you have the <minix/config.h> header file. */ 261 /* #undef HAVE_MINIX_CONFIG_H */ 262 263 /* Define to 1 if you have the <net/if6.h> header file. */ 264 /* #undef HAVE_NET_IF6_H */ 265 266 /* Define to 1 if you have the <net/route.h> header file. */ 267 #define HAVE_NET_ROUTE_H 1 268 269 /* Define to 1 if you have the `OPENSSL_cleanup' function. */ 270 #define HAVE_OPENSSL_CLEANUP 1 271 272 /* define if OpenSSL supports Ed25519 */ 273 #define HAVE_OPENSSL_ED25519 1 274 275 /* define if OpenSSL supports Ed448 */ 276 #define HAVE_OPENSSL_ED448 1 277 278 /* Define to 1 if you have the `OPENSSL_init_crypto' function. */ 279 #define HAVE_OPENSSL_INIT_CRYPTO 1 280 281 /* Define to 1 if you have the `OPENSSL_init_ssl' function. */ 282 #define HAVE_OPENSSL_INIT_SSL 1 283 284 /* Define if you have POSIX threads libraries and header files. */ 285 #define HAVE_PTHREAD 1 286 287 /* Define to 1 if you have the `pthread_attr_getstacksize' function. */ 288 #define HAVE_PTHREAD_ATTR_GETSTACKSIZE 1 289 290 /* Define to 1 if you have the `pthread_attr_setstacksize' function. */ 291 #define HAVE_PTHREAD_ATTR_SETSTACKSIZE 1 292 293 /* Define to 1 if you have the `pthread_barrier_init' function. */ 294 #define HAVE_PTHREAD_BARRIER_INIT 1 295 296 /* Support for PTHREAD_MUTEX_ADAPTIVE_NP */ 297 /* #undef HAVE_PTHREAD_MUTEX_ADAPTIVE_NP */ 298 299 /* Define to 1 if you have the <pthread_np.h> header file. */ 300 /* #undef HAVE_PTHREAD_NP_H */ 301 302 /* Have PTHREAD_PRIO_INHERIT. */ 303 #define HAVE_PTHREAD_PRIO_INHERIT 1 304 305 /* Define to 1 if you have the `pthread_rwlock_rdlock' function. */ 306 /* #undef HAVE_PTHREAD_RWLOCK_RDLOCK */ 307 308 /* Define to 1 if you have the `pthread_setname_np' function. */ 309 #define HAVE_PTHREAD_SETNAME_NP 1 310 311 /* Define to 1 if you have the `pthread_set_name_np' function. */ 312 /* #undef HAVE_PTHREAD_SET_NAME_NP */ 313 314 /* Define to 1 if you have the `pthread_yield' function. */ 315 /* #undef HAVE_PTHREAD_YIELD */ 316 317 /* Define to 1 if you have the `pthread_yield_np' function. */ 318 /* #undef HAVE_PTHREAD_YIELD_NP */ 319 320 /* Build with editline support */ 321 /* #undef HAVE_READLINE_EDITLINE */ 322 323 /* Build with libedit support */ 324 /* #undef HAVE_READLINE_LIBEDIT */ 325 326 /* Build with readline support */ 327 #define HAVE_READLINE_READLINE 1 328 329 /* Define to 1 if you have the <regex.h> header file. */ 330 #define HAVE_REGEX_H 1 331 332 /* Define to 1 if you have the `RSA_set0_key' function. */ 333 #define HAVE_RSA_SET0_KEY 1 334 335 /* Define to 1 if you have the <sched.h> header file. */ 336 #define HAVE_SCHED_H 1 337 338 /* Define to 1 if you have the `sched_yield' function. */ 339 #define HAVE_SCHED_YIELD 1 340 341 /* Define to 1 if you have the `setegid' function. */ 342 #define HAVE_SETEGID 1 343 344 /* Define to 1 if you have the `seteuid' function. */ 345 #define HAVE_SETEUID 1 346 347 /* Define to 1 if you have the `setresgid' function. */ 348 /* #undef HAVE_SETRESGID */ 349 350 /* Define to 1 if you have the `setresuid' function. */ 351 /* #undef HAVE_SETRESUID */ 352 353 /* define if the SPARC pause instruction is available */ 354 /* #undef HAVE_SPARC_PAUSE */ 355 356 /* Define to 1 if you have the `SSL_CTX_set1_cert_store' function. */ 357 #define HAVE_SSL_CTX_SET1_CERT_STORE 1 358 359 /* Define to 1 if you have the `SSL_CTX_set_keylog_callback' function. */ 360 #define HAVE_SSL_CTX_SET_KEYLOG_CALLBACK 1 361 362 /* Define to 1 if you have the `SSL_CTX_set_min_proto_version' function. */ 363 /* #undef HAVE_SSL_CTX_SET_MIN_PROTO_VERSION */ 364 365 /* Define to 1 if you have the `SSL_CTX_up_ref' function. */ 366 #define HAVE_SSL_CTX_UP_REF 1 367 368 /* Define to 1 if you have the `SSL_peek_ex' function. */ 369 #define HAVE_SSL_PEEK_EX 1 370 371 /* Define to 1 if you have the `SSL_read_ex' function. */ 372 #define HAVE_SSL_READ_EX 1 373 374 /* Define to 1 if you have the `SSL_SESSION_is_resumable' function. */ 375 #define HAVE_SSL_SESSION_IS_RESUMABLE 1 376 377 /* Define to 1 if you have the `SSL_write_ex' function. */ 378 #define HAVE_SSL_WRITE_EX 1 379 380 /* define if struct stat has st_mtim.tv_nsec field */ 381 #define HAVE_STAT_NSEC 1 382 383 /* Define to 1 if you have the <stdalign.h> header file. */ 384 #define HAVE_STDALIGN_H 1 385 386 /* Define to 1 if you have the <stdatomic.h> header file. */ 387 //#ifndef __lint__ 388 /* Gcc provides its own */ 389 #define HAVE_STDATOMIC_H 1 390 //#endif 391 392 /* Define to 1 if you have the <stdint.h> header file. */ 393 #define HAVE_STDINT_H 1 394 395 /* Define to 1 if you have the <stdio.h> header file. */ 396 #define HAVE_STDIO_H 1 397 398 /* Define to 1 if you have the <stdlib.h> header file. */ 399 #define HAVE_STDLIB_H 1 400 401 /* Define to 1 if you have the <stdnoreturn.h> header file. */ 402 #define HAVE_STDNORETURN_H 1 403 404 /* Define to 1 if you have the <strings.h> header file. */ 405 #define HAVE_STRINGS_H 1 406 407 /* Define to 1 if you have the <string.h> header file. */ 408 #define HAVE_STRING_H 1 409 410 /* Define to 1 if you have the `strlcat' function. */ 411 #define HAVE_STRLCAT 1 412 413 /* Define to 1 if you have the `strlcpy' function. */ 414 #define HAVE_STRLCPY 1 415 416 /* Define to 1 if you have the `strnstr' function. */ 417 #define HAVE_STRNSTR 1 418 419 /* Define to 1 if you have the `sysconf' function. */ 420 #define HAVE_SYSCONF 1 421 422 /* Define to 1 if you have the `sysctlbyname' function. */ 423 #define HAVE_SYSCTLBYNAME 1 424 425 /* Define to 1 if you have the <sys/capability.h> header file. */ 426 /* #undef HAVE_SYS_CAPABILITY_H */ 427 428 /* Define to 1 if you have the <sys/mman.h> header file. */ 429 #define HAVE_SYS_MMAN_H 1 430 431 /* Define to 1 if you have the <sys/param.h> header file. */ 432 #define HAVE_SYS_PARAM_H 1 433 434 /* Define to 1 if you have the <sys/select.h> header file. */ 435 #define HAVE_SYS_SELECT_H 1 436 437 /* Define to 1 if you have the <sys/socket.h> header file. */ 438 #define HAVE_SYS_SOCKET_H 1 439 440 /* Define to 1 if you have the <sys/sockio.h> header file. */ 441 #define HAVE_SYS_SOCKIO_H 1 442 443 /* Define to 1 if you have the <sys/stat.h> header file. */ 444 #define HAVE_SYS_STAT_H 1 445 446 /* Define to 1 if you have the <sys/sysctl.h> header file. */ 447 #define HAVE_SYS_SYSCTL_H 1 448 449 /* Define to 1 if you have the <sys/time.h> header file. */ 450 #define HAVE_SYS_TIME_H 1 451 452 /* Define to 1 if you have the <sys/types.h> header file. */ 453 #define HAVE_SYS_TYPES_H 1 454 455 /* Define to 1 if you have the <threads.h> header file. */ 456 #define HAVE_THREADS_H 1 457 458 /* Define to 1 if you have the `TLS_client_method' function. */ 459 #define HAVE_TLS_CLIENT_METHOD 1 460 461 /* Define to 1 if you have the `TLS_server_method' function. */ 462 #define HAVE_TLS_SERVER_METHOD 1 463 464 /* Define to 1 if you have the `tzset' function. */ 465 #define HAVE_TZSET 1 466 467 /* Define to 1 if you have the <uchar.h> header file. */ 468 /* #undef HAVE_UCHAR_H */ 469 470 /* Define to 1 if the system has the type `uintptr_t'. */ 471 #define HAVE_UINTPTR_T 1 472 473 /* define if uname is available */ 474 #define HAVE_UNAME 1 475 476 /* Define to 1 if you have the <unistd.h> header file. */ 477 #define HAVE_UNISTD_H 1 478 479 /* Define to 1 if you have the <wchar.h> header file. */ 480 #define HAVE_WCHAR_H 1 481 482 /* Define to 1 if you have the `X509_STORE_up_ref' function. */ 483 #define HAVE_X509_STORE_UP_REF 1 484 485 /* Use zlib library */ 486 #define HAVE_ZLIB 1 487 488 /* define if __atomic builtins are not available */ 489 /* #undef HAVE___ATOMIC */ 490 491 /* have __attribute__s used in librpz.h */ 492 #define LIBRPZ_HAVE_ATTR 1 493 494 /* Define to the sub-directory where libtool stores uninstalled libraries. */ 495 #define LT_OBJDIR ".libs/" 496 497 /* Defined if extern char *optarg is not declared. */ 498 /* #undef NEED_OPTARG */ 499 500 /* Define if connect does not honour the permission on the UNIX domain socket. 501 */ 502 /* #undef NEED_SECURE_DIRECTORY */ 503 504 /* Name of package */ 505 #define PACKAGE "bind" 506 507 /* Define to the address where bug reports for this package should be sent. */ 508 #define PACKAGE_BUGREPORT "https://gitlab.isc.org/isc-projects/bind9/-/issues/new?issuable_template=Bug" 509 510 /* make or Visual Studio */ 511 #define PACKAGE_BUILDER "make" 512 513 /* Either 'defaults' or used ./configure options */ 514 #define PACKAGE_CONFIGARGS "default" 515 516 /* An extra string to print after PACKAGE_STRING */ 517 #define PACKAGE_DESCRIPTION " (Extended Support Version)" 518 519 /* Define to the full name of this package. */ 520 #define PACKAGE_NAME "BIND" 521 522 /* A short hash from git */ 523 #define PACKAGE_SRCID "6d7674f" 524 525 /* Define to the full name and version of this package. */ 526 #define PACKAGE_STRING "BIND 9.18.24" 527 528 /* Define to the one symbol short name of this package. */ 529 #define PACKAGE_TARNAME "bind" 530 531 /* Define to the home page for this package. */ 532 #define PACKAGE_URL "https://www.isc.org/downloads/" 533 534 /* Define to the version of this package. */ 535 #define PACKAGE_VERSION "9.18.24" 536 537 /* BIND 9 Extra part of the version */ 538 #define PACKAGE_VERSION_EXTRA "" 539 540 /* BIND 9 Major part of the version */ 541 #define PACKAGE_VERSION_MAJOR "9" 542 543 /* BIND 9 Minor part of the version */ 544 #define PACKAGE_VERSION_MINOR "18" 545 546 /* BIND 9 Patch part of the version */ 547 #define PACKAGE_VERSION_PATCH "24" 548 549 /* Define to necessary symbol if this constant uses a non-standard name on 550 your system. */ 551 /* #undef PTHREAD_CREATE_JOINABLE */ 552 553 /* Define to 1 if all of the C90 standard headers exist (not just the ones 554 required in a freestanding environment). This macro is provided for 555 backward compatibility; new code need not use it. */ 556 #define STDC_HEADERS 1 557 558 /* If the compiler supports a TLS storage class, define it to that here */ 559 #define TLS _Thread_local 560 561 /* Define to use default system tuning. */ 562 #define TUNE_LARGE 1 563 564 /* Enable DNS Response Policy Service API */ 565 /* #undef USE_DNSRPS */ 566 567 /* Define if you want to use pthread rwlock implementation */ 568 /* #undef USE_PTHREAD_RWLOCK */ 569 570 /* Enable extensions on AIX 3, Interix. */ 571 #ifndef _ALL_SOURCE 572 # define _ALL_SOURCE 1 573 #endif 574 /* Enable general extensions on macOS. */ 575 #ifndef _DARWIN_C_SOURCE 576 # define _DARWIN_C_SOURCE 1 577 #endif 578 /* Enable general extensions on Solaris. */ 579 #ifndef __EXTENSIONS__ 580 # define __EXTENSIONS__ 1 581 #endif 582 /* Enable GNU extensions on systems that have them. */ 583 #ifndef _GNU_SOURCE 584 # define _GNU_SOURCE 1 585 #endif 586 /* Enable X/Open compliant socket functions that do not require linking 587 with -lxnet on HP-UX 11.11. */ 588 #ifndef _HPUX_ALT_XOPEN_SOCKET_API 589 # define _HPUX_ALT_XOPEN_SOCKET_API 1 590 #endif 591 /* Identify the host operating system as Minix. 592 This macro does not affect the system headers' behavior. 593 A future release of Autoconf may stop defining this macro. */ 594 #ifndef _MINIX 595 /* # undef _MINIX */ 596 #endif 597 /* Enable general extensions on NetBSD. 598 Enable NetBSD compatibility extensions on Minix. */ 599 #ifndef _NETBSD_SOURCE 600 # define _NETBSD_SOURCE 1 601 #endif 602 /* Enable OpenBSD compatibility extensions on NetBSD. 603 Oddly enough, this does nothing on OpenBSD. */ 604 #ifndef _OPENBSD_SOURCE 605 # define _OPENBSD_SOURCE 1 606 #endif 607 /* Define to 1 if needed for POSIX-compatible behavior. */ 608 #ifndef _POSIX_SOURCE 609 /* # undef _POSIX_SOURCE */ 610 #endif 611 /* Define to 2 if needed for POSIX-compatible behavior. */ 612 #ifndef _POSIX_1_SOURCE 613 /* # undef _POSIX_1_SOURCE */ 614 #endif 615 /* Enable POSIX-compatible threading on Solaris. */ 616 #ifndef _POSIX_PTHREAD_SEMANTICS 617 # define _POSIX_PTHREAD_SEMANTICS 1 618 #endif 619 /* Enable extensions specified by ISO/IEC TS 18661-5:2014. */ 620 #ifndef __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 621 # define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 622 #endif 623 /* Enable extensions specified by ISO/IEC TS 18661-1:2014. */ 624 #ifndef __STDC_WANT_IEC_60559_BFP_EXT__ 625 # define __STDC_WANT_IEC_60559_BFP_EXT__ 1 626 #endif 627 /* Enable extensions specified by ISO/IEC TS 18661-2:2015. */ 628 #ifndef __STDC_WANT_IEC_60559_DFP_EXT__ 629 # define __STDC_WANT_IEC_60559_DFP_EXT__ 1 630 #endif 631 /* Enable extensions specified by ISO/IEC TS 18661-4:2015. */ 632 #ifndef __STDC_WANT_IEC_60559_FUNCS_EXT__ 633 # define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 634 #endif 635 /* Enable extensions specified by ISO/IEC TS 18661-3:2015. */ 636 #ifndef __STDC_WANT_IEC_60559_TYPES_EXT__ 637 # define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 638 #endif 639 /* Enable extensions specified by ISO/IEC TR 24731-2:2010. */ 640 #ifndef __STDC_WANT_LIB_EXT2__ 641 # define __STDC_WANT_LIB_EXT2__ 1 642 #endif 643 /* Enable extensions specified by ISO/IEC 24747:2009. */ 644 #ifndef __STDC_WANT_MATH_SPEC_FUNCS__ 645 # define __STDC_WANT_MATH_SPEC_FUNCS__ 1 646 #endif 647 /* Enable extensions on HP NonStop. */ 648 #ifndef _TANDEM_SOURCE 649 # define _TANDEM_SOURCE 1 650 #endif 651 /* Enable X/Open extensions. Define to 500 only if necessary 652 to make mbstate_t available. */ 653 #ifndef _XOPEN_SOURCE 654 /* # undef _XOPEN_SOURCE */ 655 #endif 656 657 658 /* the default value of dnssec-validation option */ 659 #define VALIDATION_DEFAULT "auto" 660 661 /* Version number of package */ 662 #define VERSION "9.18.24" 663 664 /* Define to enable very verbose query trace logging. */ 665 #define WANT_QUERYTRACE 1 666 667 /* Define to enable single-query tracing. */ 668 /* #undef WANT_SINGLETRACE */ 669 670 #ifndef __NetBSD__ 671 /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most 672 significant byte first (like Motorola and SPARC, unlike Intel). */ 673 #if defined AC_APPLE_UNIVERSAL_BUILD 674 # if defined __BIG_ENDIAN__ 675 # define WORDS_BIGENDIAN 1 676 # endif 677 #else 678 # ifndef WORDS_BIGENDIAN 679 /* # undef WORDS_BIGENDIAN */ 680 # endif 681 #endif 682 #endif 683 684 /* Number of bits in a file offset, on hosts where this is settable. */ 685 /* #undef _FILE_OFFSET_BITS */ 686 687 /* Define to 1 to make fseeko visible on some hosts (e.g. glibc 2.2). */ 688 /* #undef _LARGEFILE_SOURCE */ 689 690 /* Define for large files, on AIX-style hosts. */ 691 /* #undef _LARGE_FILES */ 692 693 /* Select RFC3542 IPv6 API on macOS */ 694 #define __APPLE_USE_RFC_3542 1 695 696 /* Define to empty if `const' does not conform to ANSI C. */ 697 /* #undef const */ 698 699 /* Define to `__inline__' or `__inline' if that's what the C compiler 700 calls it, or to nothing if 'inline' is not supported under any name. */ 701 #ifndef __cplusplus 702 /* #undef inline */ 703 #endif 704 705 /* Define to `unsigned int' if <sys/types.h> does not define. */ 706 /* #undef size_t */ 707 708 /* Define to `int' if <sys/types.h> does not define. */ 709 /* #undef ssize_t */ 710 711 /* Define if the compiler uses a different keyword than thread_local for TLS 712 variables */ 713 #define thread_local _Thread_local 714 715 /* Define to the type of an unsigned integer type wide enough to hold a 716 pointer, if such a type exists, and if the system does not define it. */ 717 /* #undef uintptr_t */ 718 719 /* Define to empty if the keyword `volatile' does not work. Warning: valid 720 code using `volatile' can become incorrect without. Disable with care. */ 721 /* #undef volatile */ 722