xref: /netbsd-src/external/mpl/bind/include/config.h (revision bcda20f65a8566e103791ec395f7f499ef322704)
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 presumably ftello) exists and is declared. */
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 /* Define to 1 if you have the Kerberos Framework available */
199 #define HAVE_GSSAPI 1
200 
201 /* Define to 1 if you have the <gssapi/gssapi.h> header file. */
202 #define HAVE_GSSAPI_GSSAPI_H 1
203 
204 /* Define to 1 if you have the <gssapi/gssapi_krb5.h> header file. */
205 #define HAVE_GSSAPI_GSSAPI_KRB5_H 1
206 
207 /* Define to 1 if you have the <gssapi.h> header file. */
208 /* #undef HAVE_GSSAPI_H */
209 
210 /* Define to 1 if you have the <gssapi_krb5.h> header file. */
211 /* #undef HAVE_GSSAPI_KRB5_H */
212 
213 /* Define to 1 if you have the `gss_acquire_cred' function. */
214 #define HAVE_GSS_ACQUIRE_CRED 1
215 
216 /* Define to 1 if you have the <idn2.h> header file. */
217 /* #undef HAVE_IDN2_H */
218 
219 /* Define to 1 if you have the `if_nametoindex' function. */
220 #define HAVE_IF_NAMETOINDEX 1
221 
222 /* Define to 1 if you have the <inttypes.h> header file. */
223 #define HAVE_INTTYPES_H 1
224 
225 /* Define to 1 if jemalloc is available */
226 /* #undef HAVE_JEMALLOC */
227 
228 /* Define to 1 if you have the <jemalloc/jemalloc.h> header file. */
229 /* #undef HAVE_JEMALLOC_JEMALLOC_H */
230 
231 /* Use json-c library */
232 /* #undef HAVE_JSON_C */
233 
234 /* Define to 1 if you have the <krb5.h> header file. */
235 /* #undef HAVE_KRB5_H */
236 
237 /* Define to 1 if you have the `krb5_init_context' function. */
238 #define HAVE_KRB5_INIT_CONTEXT 1
239 
240 /* Define to 1 if you have the <krb5/krb5.h> header file. */
241 #define HAVE_KRB5_KRB5_H 1
242 
243 /* Define to 1 if libcap was found */
244 /* #undef HAVE_LIBCAP */
245 
246 /* Define if libidn2 was found */
247 /* #undef HAVE_LIBIDN2 */
248 
249 /* Build with DNS-over-HTTPS support */
250 /* #undef HAVE_LIBNGHTTP2 */
251 
252 /* Use libsystemd library */
253 /* #undef HAVE_LIBSYSTEMD */
254 
255 /* Use libxml2 library */
256 /* #undef HAVE_LIBXML2 */
257 
258 /* Define to 1 if you have the <linux/netlink.h> header file. */
259 /* #undef HAVE_LINUX_NETLINK_H */
260 
261 /* Define to 1 if you have the <linux/rtnetlink.h> header file. */
262 /* #undef HAVE_LINUX_RTNETLINK_H */
263 
264 /* Use lmdb library */
265 /* #undef HAVE_LMDB */
266 
267 /* define if extended attributes for malloc are available */
268 /* #undef HAVE_MALLOC_EXT_ATTR */
269 
270 /* Define to 1 if you have the <malloc_np.h> header file. */
271 /* #undef HAVE_MALLOC_NP_H */
272 
273 /* Define to 1 if you have the <minix/config.h> header file. */
274 /* #undef HAVE_MINIX_CONFIG_H */
275 
276 /* Define to 1 if you have the <net/if6.h> header file. */
277 /* #undef HAVE_NET_IF6_H */
278 
279 /* Define to 1 if you have the <net/route.h> header file. */
280 #define HAVE_NET_ROUTE_H 1
281 
282 /* Define to 1 if you have the `OPENSSL_cleanup' function. */
283 #define HAVE_OPENSSL_CLEANUP 1
284 
285 /* define if OpenSSL supports Ed25519 */
286 #define HAVE_OPENSSL_ED25519 1
287 
288 /* define if OpenSSL supports Ed448 */
289 #define HAVE_OPENSSL_ED448 1
290 
291 /* Define to 1 if you have the `OPENSSL_init_crypto' function. */
292 #define HAVE_OPENSSL_INIT_CRYPTO 1
293 
294 /* Define to 1 if you have the `OPENSSL_init_ssl' function. */
295 #define HAVE_OPENSSL_INIT_SSL 1
296 
297 /* Define if you have POSIX threads libraries and header files. */
298 #define HAVE_PTHREAD 1
299 
300 /* Define to 1 if you have the `pthread_attr_getstacksize' function. */
301 #define HAVE_PTHREAD_ATTR_GETSTACKSIZE 1
302 
303 /* Define to 1 if you have the `pthread_attr_setstacksize' function. */
304 #define HAVE_PTHREAD_ATTR_SETSTACKSIZE 1
305 
306 /* Define to 1 if you have the `pthread_barrier_init' function. */
307 #define HAVE_PTHREAD_BARRIER_INIT 1
308 
309 /* Define to 1 if PTHREAD_MUTEX_ADAPTIVE_NP is available */
310 /* #undef HAVE_PTHREAD_MUTEX_ADAPTIVE_NP */
311 
312 /* Define to 1 if you have the <pthread_np.h> header file. */
313 /* #undef HAVE_PTHREAD_NP_H */
314 
315 /* Have PTHREAD_PRIO_INHERIT. */
316 #define HAVE_PTHREAD_PRIO_INHERIT 1
317 
318 /* Define to 1 if you have the `pthread_rwlock_rdlock' function. */
319 /* #undef HAVE_PTHREAD_RWLOCK_RDLOCK */
320 
321 /* Define to 1 if you have the `pthread_setname_np' function. */
322 #define HAVE_PTHREAD_SETNAME_NP 1
323 
324 /* Define to 1 if you have the `pthread_set_name_np' function. */
325 /* #undef HAVE_PTHREAD_SET_NAME_NP */
326 
327 /* Define to 1 if you have the `pthread_spin_init' function. */
328 #define HAVE_PTHREAD_SPIN_INIT 1
329 
330 /* Define to 1 if you have the `pthread_yield' function. */
331 /* #undef HAVE_PTHREAD_YIELD */
332 
333 /* Define to 1 if you have the `pthread_yield_np' function. */
334 /* #undef HAVE_PTHREAD_YIELD_NP */
335 
336 /* Build with editline support */
337 /* #undef HAVE_READLINE_EDITLINE */
338 
339 /* Build with libedit support */
340 /* #undef HAVE_READLINE_LIBEDIT */
341 
342 /* Build with readline support */
343 #define HAVE_READLINE_READLINE 1
344 
345 /* Define to 1 if you have the <regex.h> header file. */
346 #define HAVE_REGEX_H 1
347 
348 /* Define to 1 if you have the `RSA_set0_key' function. */
349 #define HAVE_RSA_SET0_KEY 1
350 
351 /* Define to 1 if you have the `sched_getaffinity' function. */
352 /* #undef HAVE_SCHED_GETAFFINITY */
353 
354 /* Define to 1 if you have the <sched.h> header file. */
355 #define HAVE_SCHED_H 1
356 
357 /* Define to 1 if you have the `sched_yield' function. */
358 #define HAVE_SCHED_YIELD 1
359 
360 /* define if the SPARC pause instruction is available */
361 /* #undef HAVE_SPARC_PAUSE */
362 
363 /* Define to 1 if you have the `SSL_CTX_set1_cert_store' function. */
364 #define HAVE_SSL_CTX_SET1_CERT_STORE 1
365 
366 /* Define to 1 if you have the `SSL_CTX_set_ciphersuites' function. */
367 #define HAVE_SSL_CTX_SET_CIPHERSUITES 1
368 
369 /* Define to 1 if you have the `SSL_CTX_set_keylog_callback' function. */
370 #define HAVE_SSL_CTX_SET_KEYLOG_CALLBACK 1
371 
372 /* Define to 1 if you have the `SSL_CTX_set_min_proto_version' function. */
373 /* #undef HAVE_SSL_CTX_SET_MIN_PROTO_VERSION */
374 
375 /* Define to 1 if you have the `SSL_CTX_up_ref' function. */
376 #define HAVE_SSL_CTX_UP_REF 1
377 
378 /* Define to 1 if you have the `SSL_peek_ex' function. */
379 #define HAVE_SSL_PEEK_EX 1
380 
381 /* Define to 1 if you have the `SSL_read_ex' function. */
382 #define HAVE_SSL_READ_EX 1
383 
384 /* Define to 1 if you have the `SSL_SESSION_is_resumable' function. */
385 #define HAVE_SSL_SESSION_IS_RESUMABLE 1
386 
387 /* Define to 1 if you have the `SSL_write_ex' function. */
388 #define HAVE_SSL_WRITE_EX 1
389 
390 /* define if struct stat has st_mtim.tv_nsec field */
391 #define HAVE_STAT_NSEC 1
392 
393 /* Define to 1 if you have the <stdatomic.h> header file. */
394 #define HAVE_STDATOMIC_H 1
395 
396 /* Define to 1 if you have the <stdint.h> header file. */
397 #define HAVE_STDINT_H 1
398 
399 /* Define to 1 if you have the <stdio.h> header file. */
400 #define HAVE_STDIO_H 1
401 
402 /* Define to 1 if you have the <stdlib.h> header file. */
403 #define HAVE_STDLIB_H 1
404 
405 /* Define to 1 if you have the <stdnoreturn.h> header file. */
406 #define HAVE_STDNORETURN_H 1
407 
408 /* Define to 1 if you have the <strings.h> header file. */
409 #define HAVE_STRINGS_H 1
410 
411 /* Define to 1 if you have the <string.h> header file. */
412 #define HAVE_STRING_H 1
413 
414 /* Define to 1 if you have the `strlcat' function. */
415 #define HAVE_STRLCAT 1
416 
417 /* Define to 1 if you have the `strlcpy' function. */
418 #define HAVE_STRLCPY 1
419 
420 /* Define to 1 if you have the `strnstr' function. */
421 #define HAVE_STRNSTR 1
422 
423 /* Define to 1 if you have the `sysconf' function. */
424 #define HAVE_SYSCONF 1
425 
426 /* Define to 1 if you have the `sysctlbyname' function. */
427 #define HAVE_SYSCTLBYNAME 1
428 
429 /* Define to 1 if you have the <sys/cpuset.h> header file. */
430 /* #undef HAVE_SYS_CPUSET_H */
431 
432 /* Define to 1 if you have the <sys/mman.h> header file. */
433 #define HAVE_SYS_MMAN_H 1
434 
435 /* Define to 1 if you have the <sys/param.h> header file. */
436 #define HAVE_SYS_PARAM_H 1
437 
438 /* Define to 1 if you have the <sys/sdt.h> header file. */
439 #define HAVE_SYS_SDT_H 1
440 
441 /* Define to 1 if you have the <sys/select.h> header file. */
442 #define HAVE_SYS_SELECT_H 1
443 
444 /* Define to 1 if you have the <sys/socket.h> header file. */
445 #define HAVE_SYS_SOCKET_H 1
446 
447 /* Define to 1 if you have the <sys/sockio.h> header file. */
448 #define HAVE_SYS_SOCKIO_H 1
449 
450 /* Define to 1 if you have the <sys/stat.h> header file. */
451 #define HAVE_SYS_STAT_H 1
452 
453 /* Define to 1 if you have the <sys/sysctl.h> header file. */
454 #define HAVE_SYS_SYSCTL_H 1
455 
456 /* Define to 1 if you have the <sys/time.h> header file. */
457 #define HAVE_SYS_TIME_H 1
458 
459 /* Define to 1 if you have the <sys/types.h> header file. */
460 #define HAVE_SYS_TYPES_H 1
461 
462 /* Define to 1 if you have the <threads.h> header file. */
463 #define HAVE_THREADS_H 1
464 
465 /* Define to 1 if you have the `TLS_client_method' function. */
466 #define HAVE_TLS_CLIENT_METHOD 1
467 
468 /* Define to 1 if you have the `TLS_server_method' function. */
469 #define HAVE_TLS_SERVER_METHOD 1
470 
471 /* Define to 1 if you have the `tzset' function. */
472 #define HAVE_TZSET 1
473 
474 /* Define to 1 if you have the <uchar.h> header file. */
475 #define HAVE_UCHAR_H 1
476 
477 /* Define to 1 if the system has the type `uintptr_t'. */
478 #define HAVE_UINTPTR_T 1
479 
480 /* define if uname is available */
481 #define HAVE_UNAME 1
482 
483 /* Define to 1 if you have the <unistd.h> header file. */
484 #define HAVE_UNISTD_H 1
485 
486 /* Define to 1 if you have the <wchar.h> header file. */
487 #define HAVE_WCHAR_H 1
488 
489 /* Define to 1 if you have the `X509_STORE_up_ref' function. */
490 #define HAVE_X509_STORE_UP_REF 1
491 
492 /* Use zlib library */
493 #define HAVE_ZLIB 1
494 
495 /* have __attribute__s used in librpz.h */
496 #define LIBRPZ_HAVE_ATTR 1
497 
498 /* Define to the sub-directory where libtool stores uninstalled libraries. */
499 #define LT_OBJDIR ".libs/"
500 
501 /* Defined if extern char *optarg is not declared. */
502 /* #undef NEED_OPTARG */
503 
504 /* Define if connect does not honour the permission on the UNIX domain socket.
505    */
506 /* #undef NEED_SECURE_DIRECTORY */
507 
508 /* Name of package */
509 #define PACKAGE "bind"
510 
511 /* Define to the address where bug reports for this package should be sent. */
512 #define PACKAGE_BUGREPORT "https://gitlab.isc.org/isc-projects/bind9/-/issues/new?issuable_template=Bug"
513 
514 /* make or Visual Studio */
515 #define PACKAGE_BUILDER "make"
516 
517 /* Either 'defaults' or used ./configure options */
518 #define PACKAGE_CONFIGARGS " '--enable-querytrace' '--enable-fixed-rrset'"
519 
520 /* An extra string to print after PACKAGE_STRING */
521 #define PACKAGE_DESCRIPTION " (Stable Release)"
522 
523 /* Define to the full name of this package. */
524 #define PACKAGE_NAME "BIND"
525 
526 /* A short hash from git */
527 #define PACKAGE_SRCID "283ac23"
528 
529 /* Define to the full name and version of this package. */
530 #define PACKAGE_STRING "BIND 9.20.4"
531 
532 /* Define to the one symbol short name of this package. */
533 #define PACKAGE_TARNAME "bind"
534 
535 /* Define to the home page for this package. */
536 #define PACKAGE_URL "https://www.isc.org/downloads/"
537 
538 /* Define to the version of this package. */
539 #define PACKAGE_VERSION "9.20.4"
540 
541 /* BIND 9 Extra part of the version */
542 #define PACKAGE_VERSION_EXTRA ""
543 
544 /* BIND 9 Major part of the version */
545 #define PACKAGE_VERSION_MAJOR "9"
546 
547 /* BIND 9 Minor part of the version */
548 #define PACKAGE_VERSION_MINOR "20"
549 
550 /* BIND 9 Patch part of the version */
551 #define PACKAGE_VERSION_PATCH "4"
552 
553 /* Define to necessary symbol if this constant uses a non-standard name on
554    your system. */
555 /* #undef PTHREAD_CREATE_JOINABLE */
556 
557 /* Build with bulletproof Userspace-RCU flavor */
558 /* #undef RCU_BP */
559 
560 /* Chosen Userspace-RCU flavor */
561 #define RCU_FLAVOR "liburcu"
562 
563 /* Build with mb Userspace-RCU flavor */
564 /* #undef RCU_MB */
565 
566 /* Build with membarrier Userspace-RCU flavor */
567 #define RCU_MEMBARRIER 1
568 
569 /* Build with QSBR Userspace-RCU flavor */
570 /* #undef RCU_QSBR */
571 
572 /* Compile-time Userspace-RCU version */
573 #define RCU_VERSION "0.15.0"
574 
575 /* Define to 1 if all of the C90 standard headers exist (not just the ones
576    required in a freestanding environment). This macro is provided for
577    backward compatibility; new code need not use it. */
578 #define STDC_HEADERS 1
579 
580 /* Inline small (less than 10 lines) functions */
581 #define URCU_INLINE_SMALL_FUNCTIONS 1
582 
583 /* Enable DNS Response Policy Service API */
584 /* #undef USE_DNSRPS */
585 
586 /* Define if you want to use pthread rwlock implementation */
587 /* #undef USE_PTHREAD_RWLOCK */
588 
589 /* Enable extensions on AIX 3, Interix.  */
590 #ifndef _ALL_SOURCE
591 # define _ALL_SOURCE 1
592 #endif
593 /* Enable general extensions on macOS.  */
594 #ifndef _DARWIN_C_SOURCE
595 # define _DARWIN_C_SOURCE 1
596 #endif
597 /* Enable general extensions on Solaris.  */
598 #ifndef __EXTENSIONS__
599 # define __EXTENSIONS__ 1
600 #endif
601 /* Enable GNU extensions on systems that have them.  */
602 #ifndef _GNU_SOURCE
603 # define _GNU_SOURCE 1
604 #endif
605 /* Enable X/Open compliant socket functions that do not require linking
606    with -lxnet on HP-UX 11.11.  */
607 #ifndef _HPUX_ALT_XOPEN_SOCKET_API
608 # define _HPUX_ALT_XOPEN_SOCKET_API 1
609 #endif
610 /* Identify the host operating system as Minix.
611    This macro does not affect the system headers' behavior.
612    A future release of Autoconf may stop defining this macro.  */
613 #ifndef _MINIX
614 /* # undef _MINIX */
615 #endif
616 /* Enable general extensions on NetBSD.
617    Enable NetBSD compatibility extensions on Minix.  */
618 #ifndef _NETBSD_SOURCE
619 # define _NETBSD_SOURCE 1
620 #endif
621 /* Enable OpenBSD compatibility extensions on NetBSD.
622    Oddly enough, this does nothing on OpenBSD.  */
623 #ifndef _OPENBSD_SOURCE
624 # define _OPENBSD_SOURCE 1
625 #endif
626 /* Define to 1 if needed for POSIX-compatible behavior.  */
627 #ifndef _POSIX_SOURCE
628 /* # undef _POSIX_SOURCE */
629 #endif
630 /* Define to 2 if needed for POSIX-compatible behavior.  */
631 #ifndef _POSIX_1_SOURCE
632 /* # undef _POSIX_1_SOURCE */
633 #endif
634 /* Enable POSIX-compatible threading on Solaris.  */
635 #ifndef _POSIX_PTHREAD_SEMANTICS
636 # define _POSIX_PTHREAD_SEMANTICS 1
637 #endif
638 /* Enable extensions specified by ISO/IEC TS 18661-5:2014.  */
639 #ifndef __STDC_WANT_IEC_60559_ATTRIBS_EXT__
640 # define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
641 #endif
642 /* Enable extensions specified by ISO/IEC TS 18661-1:2014.  */
643 #ifndef __STDC_WANT_IEC_60559_BFP_EXT__
644 # define __STDC_WANT_IEC_60559_BFP_EXT__ 1
645 #endif
646 /* Enable extensions specified by ISO/IEC TS 18661-2:2015.  */
647 #ifndef __STDC_WANT_IEC_60559_DFP_EXT__
648 # define __STDC_WANT_IEC_60559_DFP_EXT__ 1
649 #endif
650 /* Enable extensions specified by ISO/IEC TS 18661-4:2015.  */
651 #ifndef __STDC_WANT_IEC_60559_FUNCS_EXT__
652 # define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
653 #endif
654 /* Enable extensions specified by ISO/IEC TS 18661-3:2015.  */
655 #ifndef __STDC_WANT_IEC_60559_TYPES_EXT__
656 # define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
657 #endif
658 /* Enable extensions specified by ISO/IEC TR 24731-2:2010.  */
659 #ifndef __STDC_WANT_LIB_EXT2__
660 # define __STDC_WANT_LIB_EXT2__ 1
661 #endif
662 /* Enable extensions specified by ISO/IEC 24747:2009.  */
663 #ifndef __STDC_WANT_MATH_SPEC_FUNCS__
664 # define __STDC_WANT_MATH_SPEC_FUNCS__ 1
665 #endif
666 /* Enable extensions on HP NonStop.  */
667 #ifndef _TANDEM_SOURCE
668 # define _TANDEM_SOURCE 1
669 #endif
670 /* Enable X/Open extensions.  Define to 500 only if necessary
671    to make mbstate_t available.  */
672 #ifndef _XOPEN_SOURCE
673 /* # undef _XOPEN_SOURCE */
674 #endif
675 
676 
677 /* the default value of dnssec-validation option */
678 #define VALIDATION_DEFAULT "auto"
679 
680 /* Version number of package */
681 #define VERSION "9.20.4"
682 
683 /* Define to enable very verbose query trace logging. */
684 #define WANT_QUERYTRACE 1
685 
686 /* Define to enable single-query tracing. */
687 /* #undef WANT_SINGLETRACE */
688 
689 /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
690    significant byte first (like Motorola and SPARC, unlike Intel). */
691 #if defined AC_APPLE_UNIVERSAL_BUILD
692 # if defined __BIG_ENDIAN__
693 #  define WORDS_BIGENDIAN 1
694 # endif
695 #else
696 # ifndef WORDS_BIGENDIAN
697 /* #  undef WORDS_BIGENDIAN */
698 # endif
699 #endif
700 
701 /* Default zone database type */
702 #define ZONEDB_DEFAULT "qpzone"
703 
704 /* Number of bits in a file offset, on hosts where this is settable. */
705 /* #undef _FILE_OFFSET_BITS */
706 
707 /* Define to 1 to make fseeko visible on some hosts (e.g. glibc 2.2). */
708 /* #undef _LARGEFILE_SOURCE */
709 
710 /* Define for large files, on AIX-style hosts. */
711 /* #undef _LARGE_FILES */
712 
713 /* Select RFC3542 IPv6 API on macOS */
714 #define __APPLE_USE_RFC_3542 1
715 
716 /* Define to empty if `const' does not conform to ANSI C. */
717 /* #undef const */
718 
719 /* Define to `__inline__' or `__inline' if that's what the C compiler
720    calls it, or to nothing if 'inline' is not supported under any name.  */
721 #ifndef __cplusplus
722 /* #undef inline */
723 #endif
724 
725 /* Define to `unsigned int' if <sys/types.h> does not define. */
726 /* #undef size_t */
727 
728 /* Define to `int' if <sys/types.h> does not define. */
729 /* #undef ssize_t */
730 
731 /* Define to the type of an unsigned integer type wide enough to hold a
732    pointer, if such a type exists, and if the system does not define it. */
733 /* #undef uintptr_t */
734 
735 /* Define to empty if the keyword `volatile' does not work. Warning: valid
736    code using `volatile' can become incorrect without. Disable with care. */
737 /* #undef volatile */
738