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