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