/* config.h. Generated from config.h.in by configure. */
/* config.h.in. Generated from configure.ac by autoheader. */
* Copyright (C) Internet Systems Consortium, Inc. ("ISC")
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, you can obtain one at https://mozilla.org/MPL/2.0/.
* See the COPYRIGHT file distributed with this work for additional
* information regarding copyright ownership.
*** This file is not to be included by any public header files, because
*** it does not get installed.
/** define on DEC OSF to enable 4.4BSD style sa_len support */
/* #undef _SOCKADDR_LEN */
/** define if your system needs pthread_init() before using pthreads */
/* #undef NEED_PTHREAD_INIT */
/** define if your system has sigwait() */
/** define if sigwait() is the UnixWare flavor */
/* #undef HAVE_UNIXWARE_SIGWAIT */
/** define on Solaris to get sigwait() to work using pthreads semantics */
/* #undef _POSIX_PTHREAD_SEMANTICS */
/** define if LinuxThreads is in use */
#define HAVE_LINUXTHREADS 1
/** define if sysconf() is available */
/** define if sysctlbyname() is available */
/* #undef HAVE_SYSCTLBYNAME */
/** define if catgets() is available */
/** define if getifaddrs() exists */
#define HAVE_GETIFADDRS 1
/** define if you have the NET_RT_IFLIST sysctl variable and sys/sysctl.h */
/* #undef HAVE_IFLIST_SYSCTL */
/** define if tzset() is available */
/** define if struct addrinfo exists */
/** define if getaddrinfo() exists */
#define HAVE_GETADDRINFO 1
/** define if gai_strerror() exists */
#define HAVE_GAISTRERROR 1
* define if pthread_setconcurrency() should be called to tell the
* OS how many threads we might want to run.
/* #undef CALL_PTHREAD_SETCONCURRENCY */
/** define if IPv6 is not disabled */
/** define if flockfile() is available */
/** define if getc_unlocked() is available */
#define HAVE_GETCUNLOCKED 1
/** Shut up warnings about sputaux in stdio.h on BSD/OS pre-4.1 */
/* #undef SHUTUP_SPUTAUX */
extern __inline int __sputaux(int _c, struct __sFILE *_p);
/** Shut up warnings about missing sigwait prototype on BSD/OS 4.0* */
/* #undef SHUTUP_SIGWAIT */
int sigwait(const unsigned int *set, int *sig);
/** Shut up warnings from gcc -Wcast-qual on BSD/OS 4.1. */
/* #undef SHUTUP_STDARG_CAST */
#if defined(SHUTUP_STDARG_CAST) && defined(__GNUC__)
#include <stdarg.h> /** Grr. Must be included *every time*. */
* The silly continuation line is to keep configure from
* commenting out the #undef.
#define va_start(ap, last) \
union { const void *konst; long *var; } _u; \
ap = (va_list)(_u.var + __va_words(__typeof(last))); \
#endif /** SHUTUP_STDARG_CAST && __GNUC__ */
/** define if the system has a random number generating device */
#define PATH_RANDOMDEV "/dev/random"
/** define if pthread_attr_getstacksize() is available */
#define HAVE_PTHREAD_ATTR_GETSTACKSIZE 1
/** define if pthread_attr_setstacksize() is available */
#define HAVE_PTHREAD_ATTR_SETSTACKSIZE 1
/** define if you have strerror in the C library. */
/* Define if OpenSSL includes DSA support */
#define HAVE_OPENSSL_DSA 1
/* Define if you have getpassphrase in the C library. */
/* #undef HAVE_GETPASSPHRASE */
/* Define to the length type used by the socket API (socklen_t, size_t, int). */
#define ISC_SOCKADDR_LEN_T socklen_t
/* Define if threads need PTHREAD_SCOPE_SYSTEM */
/* #undef NEED_PTHREAD_SCOPE_SYSTEM */
/* Define to 1 if you have the uname library function. */
/* Define if building universal (internal helper macro) */
/* #undef AC_APPLE_UNIVERSAL_BUILD */
/* Define to enable the "filter-aaaa-on-v4" and "filter-aaaa-on-v6" options.
#define ALLOW_FILTER_AAAA 1
/* Define if recvmsg() does not meet all of the BSD socket API specifications.
/* #undef BROKEN_RECVMSG */
/* Define if you cannot bind() before connect() for TCP sockets. */
/* #undef BROKEN_TCP_BIND_BEFORE_CONNECT */
/* Define to enable "rrset-order fixed" syntax. */
#define DNS_RDATASET_FIXED 1
/* Define to enable American Fuzzy Lop test harness */
/* Define to enable rpz-nsdname rules. */
#define ENABLE_RPZ_NSDNAME 1
/* Define to enable rpz-nsip rules. */
#define ENABLE_RPZ_NSIP 1
/* Solaris hack to get select_large_fdset. */
/* Define to nothing if C supports flexible array members, and to 1 if it does
not. That way, with a declaration like `struct s { int n; double
d[FLEXIBLE_ARRAY_MEMBER]; };', the struct hack can be used with pre-C99
compilers. When computing the size of such an object, don't use 'sizeof
(struct s)' as it overestimates the size. Use 'offsetof (struct s, d)'
instead. Don't use 'offsetof (struct s, d[0])', as this doesn't work with
MSVC and with C++ compilers. */
#define FLEXIBLE_ARRAY_MEMBER /**/
/* Define to 1 if you have the `arc4random' function. */
/* #undef HAVE_ARC4RANDOM */
/* Define to 1 if you have the `arc4random_addrandom' function. */
/* #undef HAVE_ARC4RANDOM_ADDRANDOM */
/* Define to 1 if you have the `arc4random_stir' function. */
/* #undef HAVE_ARC4RANDOM_STIR */
/* Define to 1 if the compiler supports __builtin_clz. */
#define HAVE_BUILTIN_CLZ 1
/* Define to 1 if the compiler supports __builtin_expect. */
#define HAVE_BUILTIN_EXPECT 1
/* define if the compiler supports __builtin_unreachable(). */
#define HAVE_BUILTIN_UNREACHABLE 1
/* Define to 1 if you have the `chroot' function. */
/* Define if clock_gettime is available. */
#define HAVE_CLOCK_GETTIME 1
/* Define to 1 if you have the <cmocka.h> header file. */
/* #undef HAVE_CMOCKA_H */
/* Define to 1 if you have the <devpoll.h> header file. */
/* #undef HAVE_DEVPOLL_H */
/* Define to 1 if you have the `DH_get0_key' function. */
#define HAVE_DH_GET0_KEY 1
/* Define to 1 if you have the `dlclose' function. */
/* Define to 1 if you have the <dlfcn.h> header file. */
/* Define to 1 if you have the `dlopen' function. */
/* Define to 1 if you have the `dlsym' function. */
/* Define to 1 to enable dnstap support */
/* Define to 1 if you have the `DSA_get0_pqg' function. */
#define HAVE_DSA_GET0_PQG 1
/* Define to 1 if you have the `ECDSA_SIG_get0' function. */
#define HAVE_ECDSA_SIG_GET0 1
/* Define to 1 if you have the <editline/readline.h> header file. */
/* #undef HAVE_EDITLINE_READLINE_H */
/* Define to 1 if you have the <edit/readline/history.h> header file. */
/* #undef HAVE_EDIT_READLINE_HISTORY_H */
/* Define to 1 if you have the <edit/readline/readline.h> header file. */
/* #undef HAVE_EDIT_READLINE_READLINE_H */
/* Define to 1 if you have the `EVP_sha256' function. */
#define HAVE_EVP_SHA256 1
/* Define to 1 if you have the `EVP_sha384' function. */
#define HAVE_EVP_SHA384 1
/* Define to 1 if you have the `EVP_sha512' function. */
#define HAVE_EVP_SHA512 1
/* Define to 1 if you have the `explicit_bzero' function. */
#define HAVE_EXPLICIT_BZERO 1
/* Define to 1 if you have the <fcntl.h> header file. */
/* Define if OpenSSL provides FIPS_mode() */
/* Define to 1 if you have the `fseeko' function. */
/* Define to 1 if you have the `ftello' function. */
/* Build with GeoIP support */
/* Build with GeoIP2 support */
/* Build with GeoIP City IPv6 support */
/* #undef HAVE_GEOIP_CITY_V6 */
/* Build with GeoIP Country IPv6 support */
/* #undef HAVE_GEOIP_V6 */
/* Define to 1 if you have the `getrandom' function. */
/* Define to use gperftools CPU profiler. */
/* #undef HAVE_GPERFTOOLS_PROFILER */
/* Define to 1 if you have the <gssapi/gssapi.h> header file. */
#define HAVE_GSSAPI_GSSAPI_H 1
/* Define to 1 if you have the <gssapi/gssapi_krb5.h> header file. */
#define HAVE_GSSAPI_GSSAPI_KRB5_H 1
/* Define to 1 if you have the <gssapi.h> header file. */
/* Define to 1 if you have the <gssapi_krb5.h> header file. */
/* #undef HAVE_GSSAPI_KRB5_H */
/* Define to 1 if you have the if_nametoindex function. */
#define HAVE_IF_NAMETOINDEX 1
/* Define to 1 if you have the <inttypes.h> header file. */
#define HAVE_INTTYPES_H 1
/* Define if libjson was found */
/* Define if json-c was found */
/* Define to 1 if you have the <kerberosv5/krb5.h> header file. */
/* #undef HAVE_KERBEROSV5_KRB5_H */
/* Define to 1 if you have the <krb5.h> header file. */
/* Define to 1 if you have the <krb5/krb5.h> header file. */
#define HAVE_KRB5_KRB5_H 1
/* Define to 1 if you have the `c' library (-lc). */
/* Define to 1 if you have the `cap' library (-lcap). */
/* if system have backtrace function */
#define HAVE_LIBCTRACE /**/
/* Define to 1 if you have the `c_r' library (-lc_r). */
/* Define to 1 if you have the `nsl' library (-lnsl). */
/* Define to 1 if you have the `pthread' library (-lpthread). */
#define HAVE_LIBPTHREAD 1
/* Define to 1 if you have the `rt' library (-lrt). */
/* Define to 1 if you have the `scf' library (-lscf). */
/* Define to use libseccomp system call filtering. */
/* #undef HAVE_LIBSECCOMP */
/* Define to 1 if you have the `socket' library (-lsocket). */
/* #undef HAVE_LIBSOCKET */
/* Define to 1 if you have the `thr' library (-lthr). */
/* Define if libxml2 was found */
/* Define to 1 if you have the <linux/capability.h> header file. */
#define HAVE_LINUX_CAPABILITY_H 1
/* Define to 1 if you have the <linux/netlink.h> header file. */
#define HAVE_LINUX_NETLINK_H 1
/* Define to 1 if you have the <linux/rtnetlink.h> header file. */
#define HAVE_LINUX_RTNETLINK_H 1
/* Define to 1 if you have the <linux/types.h> header file. */
#define HAVE_LINUX_TYPES_H 1
/* Define if lmdb was found */
/* Define to 1 if you have the <locale.h> header file. */
/* Define to 1 if you have the <memory.h> header file. */
/* Define to 1 if you have the `mmap' function. */
/* Define to 1 if you have the `nanosleep' function. */
/* Define to 1 if you have the <net/if6.h> header file. */
/* #undef HAVE_NET_IF6_H */
/* Define to 1 if you have the <net/route.h> header file. */
#define HAVE_NET_ROUTE_H 1
/* Define if your OpenSSL version supports AES */
/* #undef HAVE_OPENSSL_AES */
/* Define if your OpenSSL version supports ECDSA. */
#define HAVE_OPENSSL_ECDSA 1
/* Define if your OpenSSL version supports Ed25519. */
#define HAVE_OPENSSL_ED25519 1
/* Define if your OpenSSL version supports Ed448. */
#define HAVE_OPENSSL_ED448 1
/* Define if your OpenSSL version supports EVP AES */
#define HAVE_OPENSSL_EVP_AES 1
/* Define if your OpenSSL version supports GOST. */
/* #undef HAVE_OPENSSL_GOST */
/* Define if your PKCS11 provider supports ECDSA. */
#define HAVE_PKCS11_ECDSA 1
/* Define if your PKCS11 provider supports Ed25519. */
/* #undef HAVE_PKCS11_ED25519 */
/* Define if your PKCS11 provider supports Ed448. */
/* #undef HAVE_PKCS11_ED448 */
/* Define if your PKCS11 provider supports GOST. */
/* #undef HAVE_PKCS11_GOST */
/* Support for PTHREAD_MUTEX_ADAPTIVE_NP */
#define HAVE_PTHREAD_MUTEX_ADAPTIVE_NP 1
/* Define to 1 if you have the <pthread_np.h> header file. */
/* #undef HAVE_PTHREAD_NP_H */
/* Define to 1 if you have the `pthread_setname_np' function. */
#define HAVE_PTHREAD_SETNAME_NP 1
/* Define to 1 if you have the `pthread_set_name_np' function. */
/* #undef HAVE_PTHREAD_SET_NAME_NP */
/* Define to 1 if you have the `pthread_yield' function. */
#define HAVE_PTHREAD_YIELD 1
/* Define to 1 if you have the `pthread_yield_np' function. */
/* #undef HAVE_PTHREAD_YIELD_NP */
/* Define to 1 if you have the `readline' function. */
/* #undef HAVE_READLINE */
/* Define to 1 if you have the <readline/history.h> header file. */
/* #undef HAVE_READLINE_HISTORY_H */
/* Define to 1 if you have the <readline/readline.h> header file. */
/* #undef HAVE_READLINE_READLINE_H */
/* Define to 1 if you have the <regex.h> header file. */
/* Define to 1 if you have the `RSA_set0_key' function. */
#define HAVE_RSA_SET0_KEY 1
/* Define to 1 if you have the <sched.h> header file. */
/* Define to 1 if you have the `sched_yield' function. */
#define HAVE_SCHED_YIELD 1
/* Define to 1 if you have the `setegid' function. */
/* Define to 1 if you have the `seteuid' function. */
/* Define to 1 if you have the `setlocale' function. */
/* Define to 1 if you have the `setresgid' function. */
/* Define to 1 if you have the `setresuid' function. */
/* Define to 1 if you have the <stdint.h> header file. */
/* Define to 1 if you have the <stdlib.h> header file. */
/* Define to 1 if you have the <strings.h> header file. */
/* Define to 1 if you have the <string.h> header file. */
/* Define to 1 if you have the <sys/capability.h> header file. */
#define HAVE_SYS_CAPABILITY_H 1
/* Define to 1 if you have the <sys/devpoll.h> header file. */
/* #undef HAVE_SYS_DEVPOLL_H */
/* Define to 1 if you have the <sys/dyntune.h> header file. */
/* #undef HAVE_SYS_DYNTUNE_H */
/* Define to 1 if you have the <sys/mman.h> header file. */
#define HAVE_SYS_MMAN_H 1
/* Define to 1 if you have the <sys/param.h> header file. */
#define HAVE_SYS_PARAM_H 1
/* Define to 1 if you have the <sys/prctl.h> header file. */
#define HAVE_SYS_PRCTL_H 1