xref: /freebsd/contrib/unbound/config.h.in (revision 2a01feab)
1/* config.h.in.  Generated from configure.ac by autoheader.  */
2
3/* Directory to chroot to */
4#undef CHROOT_DIR
5
6/* Define this to enable client subnet option. */
7#undef CLIENT_SUBNET
8
9/* Do sha512 definitions in config.h */
10#undef COMPAT_SHA512
11
12/* Pathname to the Unbound configuration file */
13#undef CONFIGFILE
14
15/* Define this if on macOSX10.4-darwin8 and setreuid and setregid do not work
16   */
17#undef DARWIN_BROKEN_SETREUID
18
19/* Whether daemon is deprecated */
20#undef DEPRECATED_DAEMON
21
22/* default dnstap socket path */
23#undef DNSTAP_SOCKET_PATH
24
25/* Define if you want to use debug lock checking (slow). */
26#undef ENABLE_LOCK_CHECKS
27
28/* Define this if you enabled-allsymbols from libunbound to link binaries to
29   it for smaller install size, but the libunbound export table is polluted by
30   internal symbols */
31#undef EXPORT_ALL_SYMBOLS
32
33/* Define to 1 if you have the `accept4' function. */
34#undef HAVE_ACCEPT4
35
36/* Define to 1 if you have the `arc4random' function. */
37#undef HAVE_ARC4RANDOM
38
39/* Define to 1 if you have the `arc4random_uniform' function. */
40#undef HAVE_ARC4RANDOM_UNIFORM
41
42/* Define to 1 if you have the <arpa/inet.h> header file. */
43#undef HAVE_ARPA_INET_H
44
45/* Whether the C compiler accepts the "format" attribute */
46#undef HAVE_ATTR_FORMAT
47
48/* Whether the C compiler accepts the "unused" attribute */
49#undef HAVE_ATTR_UNUSED
50
51/* Whether the C compiler accepts the "weak" attribute */
52#undef HAVE_ATTR_WEAK
53
54/* Define to 1 if you have the `chown' function. */
55#undef HAVE_CHOWN
56
57/* Define to 1 if you have the `chroot' function. */
58#undef HAVE_CHROOT
59
60/* Define to 1 if you have the `CRYPTO_cleanup_all_ex_data' function. */
61#undef HAVE_CRYPTO_CLEANUP_ALL_EX_DATA
62
63/* Define to 1 if you have the `ctime_r' function. */
64#undef HAVE_CTIME_R
65
66/* Define to 1 if you have the `daemon' function. */
67#undef HAVE_DAEMON
68
69/* Define to 1 if you have the declaration of `arc4random', and to 0 if you
70   don't. */
71#undef HAVE_DECL_ARC4RANDOM
72
73/* Define to 1 if you have the declaration of `arc4random_uniform', and to 0
74   if you don't. */
75#undef HAVE_DECL_ARC4RANDOM_UNIFORM
76
77/* Define to 1 if you have the declaration of `inet_ntop', and to 0 if you
78   don't. */
79#undef HAVE_DECL_INET_NTOP
80
81/* Define to 1 if you have the declaration of `inet_pton', and to 0 if you
82   don't. */
83#undef HAVE_DECL_INET_PTON
84
85/* Define to 1 if you have the declaration of `NID_ED25519', and to 0 if you
86   don't. */
87#undef HAVE_DECL_NID_ED25519
88
89/* Define to 1 if you have the declaration of `NID_ED448', and to 0 if you
90   don't. */
91#undef HAVE_DECL_NID_ED448
92
93/* Define to 1 if you have the declaration of `NID_secp384r1', and to 0 if you
94   don't. */
95#undef HAVE_DECL_NID_SECP384R1
96
97/* Define to 1 if you have the declaration of `NID_X9_62_prime256v1', and to 0
98   if you don't. */
99#undef HAVE_DECL_NID_X9_62_PRIME256V1
100
101/* Define to 1 if you have the declaration of `reallocarray', and to 0 if you
102   don't. */
103#undef HAVE_DECL_REALLOCARRAY
104
105/* Define to 1 if you have the declaration of `redisConnect', and to 0 if you
106   don't. */
107#undef HAVE_DECL_REDISCONNECT
108
109/* Define to 1 if you have the declaration of `sk_SSL_COMP_pop_free', and to 0
110   if you don't. */
111#undef HAVE_DECL_SK_SSL_COMP_POP_FREE
112
113/* Define to 1 if you have the declaration of
114   `SSL_COMP_get_compression_methods', and to 0 if you don't. */
115#undef HAVE_DECL_SSL_COMP_GET_COMPRESSION_METHODS
116
117/* Define to 1 if you have the declaration of `SSL_CTX_set_ecdh_auto', and to
118   0 if you don't. */
119#undef HAVE_DECL_SSL_CTX_SET_ECDH_AUTO
120
121/* Define to 1 if you have the declaration of `strlcat', and to 0 if you
122   don't. */
123#undef HAVE_DECL_STRLCAT
124
125/* Define to 1 if you have the declaration of `strlcpy', and to 0 if you
126   don't. */
127#undef HAVE_DECL_STRLCPY
128
129/* Define to 1 if you have the declaration of `XML_StopParser', and to 0 if
130   you don't. */
131#undef HAVE_DECL_XML_STOPPARSER
132
133/* Define to 1 if you have the <dlfcn.h> header file. */
134#undef HAVE_DLFCN_H
135
136/* Define to 1 if you have the `DSA_SIG_set0' function. */
137#undef HAVE_DSA_SIG_SET0
138
139/* Define to 1 if you have the <endian.h> header file. */
140#undef HAVE_ENDIAN_H
141
142/* Define to 1 if you have the `endprotoent' function. */
143#undef HAVE_ENDPROTOENT
144
145/* Define to 1 if you have the `endpwent' function. */
146#undef HAVE_ENDPWENT
147
148/* Define to 1 if you have the `endservent' function. */
149#undef HAVE_ENDSERVENT
150
151/* Define to 1 if you have the `ERR_free_strings' function. */
152#undef HAVE_ERR_FREE_STRINGS
153
154/* Define to 1 if you have the `ERR_load_crypto_strings' function. */
155#undef HAVE_ERR_LOAD_CRYPTO_STRINGS
156
157/* Define to 1 if you have the `event_base_free' function. */
158#undef HAVE_EVENT_BASE_FREE
159
160/* Define to 1 if you have the `event_base_get_method' function. */
161#undef HAVE_EVENT_BASE_GET_METHOD
162
163/* Define to 1 if you have the `event_base_new' function. */
164#undef HAVE_EVENT_BASE_NEW
165
166/* Define to 1 if you have the `event_base_once' function. */
167#undef HAVE_EVENT_BASE_ONCE
168
169/* Define to 1 if you have the <event.h> header file. */
170#undef HAVE_EVENT_H
171
172/* Define to 1 if you have the `EVP_cleanup' function. */
173#undef HAVE_EVP_CLEANUP
174
175/* Define to 1 if you have the `EVP_DigestVerify' function. */
176#undef HAVE_EVP_DIGESTVERIFY
177
178/* Define to 1 if you have the `EVP_dss1' function. */
179#undef HAVE_EVP_DSS1
180
181/* Define to 1 if you have the `EVP_MD_CTX_new' function. */
182#undef HAVE_EVP_MD_CTX_NEW
183
184/* Define to 1 if you have the `EVP_sha1' function. */
185#undef HAVE_EVP_SHA1
186
187/* Define to 1 if you have the `EVP_sha256' function. */
188#undef HAVE_EVP_SHA256
189
190/* Define to 1 if you have the `EVP_sha512' function. */
191#undef HAVE_EVP_SHA512
192
193/* Define to 1 if you have the `ev_default_loop' function. */
194#undef HAVE_EV_DEFAULT_LOOP
195
196/* Define to 1 if you have the `ev_loop' function. */
197#undef HAVE_EV_LOOP
198
199/* Define to 1 if you have the <expat.h> header file. */
200#undef HAVE_EXPAT_H
201
202/* Define to 1 if you have the `fcntl' function. */
203#undef HAVE_FCNTL
204
205/* Define to 1 if you have the `FIPS_mode' function. */
206#undef HAVE_FIPS_MODE
207
208/* Define to 1 if you have the `fork' function. */
209#undef HAVE_FORK
210
211/* Define to 1 if fseeko (and presumably ftello) exists and is declared. */
212#undef HAVE_FSEEKO
213
214/* Define to 1 if you have the `fsync' function. */
215#undef HAVE_FSYNC
216
217/* Whether getaddrinfo is available */
218#undef HAVE_GETADDRINFO
219
220/* Define to 1 if you have the `getauxval' function. */
221#undef HAVE_GETAUXVAL
222
223/* Define to 1 if you have the `getentropy' function. */
224#undef HAVE_GETENTROPY
225
226/* Define to 1 if you have the <getopt.h> header file. */
227#undef HAVE_GETOPT_H
228
229/* Define to 1 if you have the `getpwnam' function. */
230#undef HAVE_GETPWNAM
231
232/* Define to 1 if you have the `getrlimit' function. */
233#undef HAVE_GETRLIMIT
234
235/* Define to 1 if you have the `glob' function. */
236#undef HAVE_GLOB
237
238/* Define to 1 if you have the <glob.h> header file. */
239#undef HAVE_GLOB_H
240
241/* Define to 1 if you have the `gmtime_r' function. */
242#undef HAVE_GMTIME_R
243
244/* Define to 1 if you have the <grp.h> header file. */
245#undef HAVE_GRP_H
246
247/* Define to 1 if you have the <hiredis/hiredis.h> header file. */
248#undef HAVE_HIREDIS_HIREDIS_H
249
250/* If you have HMAC_Update */
251#undef HAVE_HMAC_UPDATE
252
253/* Define to 1 if you have the `inet_aton' function. */
254#undef HAVE_INET_ATON
255
256/* Define to 1 if you have the `inet_ntop' function. */
257#undef HAVE_INET_NTOP
258
259/* Define to 1 if you have the `inet_pton' function. */
260#undef HAVE_INET_PTON
261
262/* Define to 1 if you have the `initgroups' function. */
263#undef HAVE_INITGROUPS
264
265/* Define to 1 if you have the <inttypes.h> header file. */
266#undef HAVE_INTTYPES_H
267
268/* if the function 'ioctlsocket' is available */
269#undef HAVE_IOCTLSOCKET
270
271/* Define to 1 if you have the <iphlpapi.h> header file. */
272#undef HAVE_IPHLPAPI_H
273
274/* Define to 1 if you have the `isblank' function. */
275#undef HAVE_ISBLANK
276
277/* Define to 1 if you have the `kill' function. */
278#undef HAVE_KILL
279
280/* Define to 1 if you have the <libkern/OSByteOrder.h> header file. */
281#undef HAVE_LIBKERN_OSBYTEORDER_H
282
283/* Define if we have LibreSSL */
284#undef HAVE_LIBRESSL
285
286/* Define to 1 if you have the `localtime_r' function. */
287#undef HAVE_LOCALTIME_R
288
289/* Define to 1 if you have the <login_cap.h> header file. */
290#undef HAVE_LOGIN_CAP_H
291
292/* If have GNU libc compatible malloc */
293#undef HAVE_MALLOC
294
295/* Define to 1 if you have the `memmove' function. */
296#undef HAVE_MEMMOVE
297
298/* Define to 1 if you have the <memory.h> header file. */
299#undef HAVE_MEMORY_H
300
301/* Define to 1 if you have the <netdb.h> header file. */
302#undef HAVE_NETDB_H
303
304/* Define to 1 if you have the <netinet/in.h> header file. */
305#undef HAVE_NETINET_IN_H
306
307/* Define to 1 if you have the <netinet/tcp.h> header file. */
308#undef HAVE_NETINET_TCP_H
309
310/* Use libnettle for crypto */
311#undef HAVE_NETTLE
312
313/* Define to 1 if you have the <nettle/dsa-compat.h> header file. */
314#undef HAVE_NETTLE_DSA_COMPAT_H
315
316/* Define to 1 if you have the <nettle/eddsa.h> header file. */
317#undef HAVE_NETTLE_EDDSA_H
318
319/* Use libnss for crypto */
320#undef HAVE_NSS
321
322/* Define to 1 if you have the `OpenSSL_add_all_digests' function. */
323#undef HAVE_OPENSSL_ADD_ALL_DIGESTS
324
325/* Define to 1 if you have the <openssl/bn.h> header file. */
326#undef HAVE_OPENSSL_BN_H
327
328/* Define to 1 if you have the `OPENSSL_config' function. */
329#undef HAVE_OPENSSL_CONFIG
330
331/* Define to 1 if you have the <openssl/conf.h> header file. */
332#undef HAVE_OPENSSL_CONF_H
333
334/* Define to 1 if you have the <openssl/dh.h> header file. */
335#undef HAVE_OPENSSL_DH_H
336
337/* Define to 1 if you have the <openssl/dsa.h> header file. */
338#undef HAVE_OPENSSL_DSA_H
339
340/* Define to 1 if you have the <openssl/engine.h> header file. */
341#undef HAVE_OPENSSL_ENGINE_H
342
343/* Define to 1 if you have the <openssl/err.h> header file. */
344#undef HAVE_OPENSSL_ERR_H
345
346/* Define to 1 if you have the `OPENSSL_init_crypto' function. */
347#undef HAVE_OPENSSL_INIT_CRYPTO
348
349/* Define to 1 if you have the `OPENSSL_init_ssl' function. */
350#undef HAVE_OPENSSL_INIT_SSL
351
352/* Define to 1 if you have the <openssl/rand.h> header file. */
353#undef HAVE_OPENSSL_RAND_H
354
355/* Define to 1 if you have the <openssl/rsa.h> header file. */
356#undef HAVE_OPENSSL_RSA_H
357
358/* Define to 1 if you have the <openssl/ssl.h> header file. */
359#undef HAVE_OPENSSL_SSL_H
360
361/* Define if you have POSIX threads libraries and header files. */
362#undef HAVE_PTHREAD
363
364/* Have PTHREAD_PRIO_INHERIT. */
365#undef HAVE_PTHREAD_PRIO_INHERIT
366
367/* Define to 1 if the system has the type `pthread_rwlock_t'. */
368#undef HAVE_PTHREAD_RWLOCK_T
369
370/* Define to 1 if the system has the type `pthread_spinlock_t'. */
371#undef HAVE_PTHREAD_SPINLOCK_T
372
373/* Define to 1 if you have the <pwd.h> header file. */
374#undef HAVE_PWD_H
375
376/* Define if you have Python libraries and header files. */
377#undef HAVE_PYTHON
378
379/* Define to 1 if you have the `random' function. */
380#undef HAVE_RANDOM
381
382/* Define to 1 if you have the `RAND_cleanup' function. */
383#undef HAVE_RAND_CLEANUP
384
385/* Define to 1 if you have the `reallocarray' function. */
386#undef HAVE_REALLOCARRAY
387
388/* Define to 1 if you have the `recvmsg' function. */
389#undef HAVE_RECVMSG
390
391/* Define to 1 if you have the `sendmsg' function. */
392#undef HAVE_SENDMSG
393
394/* Define to 1 if you have the `setregid' function. */
395#undef HAVE_SETREGID
396
397/* Define to 1 if you have the `setresgid' function. */
398#undef HAVE_SETRESGID
399
400/* Define to 1 if you have the `setresuid' function. */
401#undef HAVE_SETRESUID
402
403/* Define to 1 if you have the `setreuid' function. */
404#undef HAVE_SETREUID
405
406/* Define to 1 if you have the `setrlimit' function. */
407#undef HAVE_SETRLIMIT
408
409/* Define to 1 if you have the `setsid' function. */
410#undef HAVE_SETSID
411
412/* Define to 1 if you have the `setusercontext' function. */
413#undef HAVE_SETUSERCONTEXT
414
415/* Define to 1 if you have the `SHA512_Update' function. */
416#undef HAVE_SHA512_UPDATE
417
418/* Define to 1 if you have the `shmget' function. */
419#undef HAVE_SHMGET
420
421/* Define to 1 if you have the `sigprocmask' function. */
422#undef HAVE_SIGPROCMASK
423
424/* Define to 1 if you have the `sleep' function. */
425#undef HAVE_SLEEP
426
427/* Define to 1 if you have the `snprintf' function. */
428#undef HAVE_SNPRINTF
429
430/* Define to 1 if you have the `socketpair' function. */
431#undef HAVE_SOCKETPAIR
432
433/* Using Solaris threads */
434#undef HAVE_SOLARIS_THREADS
435
436/* Define to 1 if you have the `srandom' function. */
437#undef HAVE_SRANDOM
438
439/* Define if you have the SSL libraries installed. */
440#undef HAVE_SSL
441
442/* Define to 1 if you have the `SSL_CTX_set_security_level' function. */
443#undef HAVE_SSL_CTX_SET_SECURITY_LEVEL
444
445/* Define to 1 if you have the `SSL_get0_peername' function. */
446#undef HAVE_SSL_GET0_PEERNAME
447
448/* Define to 1 if you have the `SSL_set1_host' function. */
449#undef HAVE_SSL_SET1_HOST
450
451/* Define to 1 if you have the <stdarg.h> header file. */
452#undef HAVE_STDARG_H
453
454/* Define to 1 if you have the <stdbool.h> header file. */
455#undef HAVE_STDBOOL_H
456
457/* Define to 1 if you have the <stdint.h> header file. */
458#undef HAVE_STDINT_H
459
460/* Define to 1 if you have the <stdlib.h> header file. */
461#undef HAVE_STDLIB_H
462
463/* Define to 1 if you have the `strftime' function. */
464#undef HAVE_STRFTIME
465
466/* Define to 1 if you have the <strings.h> header file. */
467#undef HAVE_STRINGS_H
468
469/* Define to 1 if you have the <string.h> header file. */
470#undef HAVE_STRING_H
471
472/* Define to 1 if you have the `strlcat' function. */
473#undef HAVE_STRLCAT
474
475/* Define to 1 if you have the `strlcpy' function. */
476#undef HAVE_STRLCPY
477
478/* Define to 1 if you have the `strptime' function. */
479#undef HAVE_STRPTIME
480
481/* Define to 1 if you have the `strsep' function. */
482#undef HAVE_STRSEP
483
484/* Define to 1 if `ipi_spec_dst' is a member of `struct in_pktinfo'. */
485#undef HAVE_STRUCT_IN_PKTINFO_IPI_SPEC_DST
486
487/* Define to 1 if `sun_len' is a member of `struct sockaddr_un'. */
488#undef HAVE_STRUCT_SOCKADDR_UN_SUN_LEN
489
490/* Define if you have Swig libraries and header files. */
491#undef HAVE_SWIG
492
493/* Define to 1 if you have the <syslog.h> header file. */
494#undef HAVE_SYSLOG_H
495
496/* Define to 1 if systemd should be used */
497#undef HAVE_SYSTEMD
498
499/* Define to 1 if you have the <sys/endian.h> header file. */
500#undef HAVE_SYS_ENDIAN_H
501
502/* Define to 1 if you have the <sys/ipc.h> header file. */
503#undef HAVE_SYS_IPC_H
504
505/* Define to 1 if you have the <sys/param.h> header file. */
506#undef HAVE_SYS_PARAM_H
507
508/* Define to 1 if you have the <sys/resource.h> header file. */
509#undef HAVE_SYS_RESOURCE_H
510
511/* Define to 1 if you have the <sys/sha2.h> header file. */
512#undef HAVE_SYS_SHA2_H
513
514/* Define to 1 if you have the <sys/shm.h> header file. */
515#undef HAVE_SYS_SHM_H
516
517/* Define to 1 if you have the <sys/socket.h> header file. */
518#undef HAVE_SYS_SOCKET_H
519
520/* Define to 1 if you have the <sys/stat.h> header file. */
521#undef HAVE_SYS_STAT_H
522
523/* Define to 1 if you have the <sys/sysctl.h> header file. */
524#undef HAVE_SYS_SYSCTL_H
525
526/* Define to 1 if you have the <sys/types.h> header file. */
527#undef HAVE_SYS_TYPES_H
528
529/* Define to 1 if you have the <sys/uio.h> header file. */
530#undef HAVE_SYS_UIO_H
531
532/* Define to 1 if you have the <sys/un.h> header file. */
533#undef HAVE_SYS_UN_H
534
535/* Define to 1 if you have the <sys/wait.h> header file. */
536#undef HAVE_SYS_WAIT_H
537
538/* Define to 1 if you have the <time.h> header file. */
539#undef HAVE_TIME_H
540
541/* Define to 1 if you have the `tzset' function. */
542#undef HAVE_TZSET
543
544/* Define to 1 if you have the <unistd.h> header file. */
545#undef HAVE_UNISTD_H
546
547/* Define to 1 if you have the `usleep' function. */
548#undef HAVE_USLEEP
549
550/* Define to 1 if you have the `vfork' function. */
551#undef HAVE_VFORK
552
553/* Define to 1 if you have the <vfork.h> header file. */
554#undef HAVE_VFORK_H
555
556/* Define to 1 if you have the <windows.h> header file. */
557#undef HAVE_WINDOWS_H
558
559/* Using Windows threads */
560#undef HAVE_WINDOWS_THREADS
561
562/* Define to 1 if you have the <winsock2.h> header file. */
563#undef HAVE_WINSOCK2_H
564
565/* Define to 1 if `fork' works. */
566#undef HAVE_WORKING_FORK
567
568/* Define to 1 if `vfork' works. */
569#undef HAVE_WORKING_VFORK
570
571/* Define to 1 if you have the `writev' function. */
572#undef HAVE_WRITEV
573
574/* Define to 1 if you have the <ws2tcpip.h> header file. */
575#undef HAVE_WS2TCPIP_H
576
577/* Define to 1 if you have the `_beginthreadex' function. */
578#undef HAVE__BEGINTHREADEX
579
580/* if lex has yylex_destroy */
581#undef LEX_HAS_YYLEX_DESTROY
582
583/* Define to the sub-directory where libtool stores uninstalled libraries. */
584#undef LT_OBJDIR
585
586/* Define to the maximum message length to pass to syslog. */
587#undef MAXSYSLOGMSGLEN
588
589/* Define if memcmp() does not compare unsigned bytes */
590#undef MEMCMP_IS_BROKEN
591
592/* Define if mkdir has one argument. */
593#undef MKDIR_HAS_ONE_ARG
594
595/* Define if the network stack does not fully support nonblocking io (causes
596   lower performance). */
597#undef NONBLOCKING_IS_BROKEN
598
599/* Put -D_ALL_SOURCE define in config.h */
600#undef OMITTED__D_ALL_SOURCE
601
602/* Put -D_BSD_SOURCE define in config.h */
603#undef OMITTED__D_BSD_SOURCE
604
605/* Put -D_DEFAULT_SOURCE define in config.h */
606#undef OMITTED__D_DEFAULT_SOURCE
607
608/* Put -D_GNU_SOURCE define in config.h */
609#undef OMITTED__D_GNU_SOURCE
610
611/* Put -D_LARGEFILE_SOURCE=1 define in config.h */
612#undef OMITTED__D_LARGEFILE_SOURCE_1
613
614/* Put -D_POSIX_C_SOURCE=200112 define in config.h */
615#undef OMITTED__D_POSIX_C_SOURCE_200112
616
617/* Put -D_XOPEN_SOURCE=600 define in config.h */
618#undef OMITTED__D_XOPEN_SOURCE_600
619
620/* Put -D_XOPEN_SOURCE_EXTENDED=1 define in config.h */
621#undef OMITTED__D_XOPEN_SOURCE_EXTENDED_1
622
623/* Put -D__EXTENSIONS__ define in config.h */
624#undef OMITTED__D__EXTENSIONS__
625
626/* Define to the address where bug reports for this package should be sent. */
627#undef PACKAGE_BUGREPORT
628
629/* Define to the full name of this package. */
630#undef PACKAGE_NAME
631
632/* Define to the full name and version of this package. */
633#undef PACKAGE_STRING
634
635/* Define to the one symbol short name of this package. */
636#undef PACKAGE_TARNAME
637
638/* Define to the home page for this package. */
639#undef PACKAGE_URL
640
641/* Define to the version of this package. */
642#undef PACKAGE_VERSION
643
644/* default pidfile location */
645#undef PIDFILE
646
647/* Define to necessary symbol if this constant uses a non-standard name on
648   your system. */
649#undef PTHREAD_CREATE_JOINABLE
650
651/* Define as the return type of signal handlers (`int' or `void'). */
652#undef RETSIGTYPE
653
654/* default rootkey location */
655#undef ROOT_ANCHOR_FILE
656
657/* default rootcert location */
658#undef ROOT_CERT_FILE
659
660/* version number for resource files */
661#undef RSRC_PACKAGE_VERSION
662
663/* Directory to chdir to */
664#undef RUN_DIR
665
666/* Shared data */
667#undef SHARE_DIR
668
669/* The size of `time_t', as computed by sizeof. */
670#undef SIZEOF_TIME_T
671
672/* define if (v)snprintf does not return length needed, (but length used) */
673#undef SNPRINTF_RET_BROKEN
674
675/* Define to 1 if libsodium supports sodium_set_misuse_handler */
676#undef SODIUM_MISUSE_HANDLER
677
678/* Define to 1 if you have the ANSI C header files. */
679#undef STDC_HEADERS
680
681/* use default strptime. */
682#undef STRPTIME_WORKS
683
684/* Use win32 resources and API */
685#undef UB_ON_WINDOWS
686
687/* default username */
688#undef UB_USERNAME
689
690/* use to enable lightweight alloc assertions, for debug use */
691#undef UNBOUND_ALLOC_LITE
692
693/* use malloc not regions, for debug use */
694#undef UNBOUND_ALLOC_NONREGIONAL
695
696/* use statistics for allocs and frees, for debug use */
697#undef UNBOUND_ALLOC_STATS
698
699/* define this to enable debug checks. */
700#undef UNBOUND_DEBUG
701
702/* Define to 1 to use cachedb support */
703#undef USE_CACHEDB
704
705/* Define to 1 to enable dnscrypt support */
706#undef USE_DNSCRYPT
707
708/* Define to 1 to enable dnscrypt with xchacha20 support */
709#undef USE_DNSCRYPT_XCHACHA20
710
711/* Define to 1 to enable dnstap support */
712#undef USE_DNSTAP
713
714/* Define this to enable DSA support. */
715#undef USE_DSA
716
717/* Define this to enable ECDSA support. */
718#undef USE_ECDSA
719
720/* Define this to enable an EVP workaround for older openssl */
721#undef USE_ECDSA_EVP_WORKAROUND
722
723/* Define this to enable ED25519 support. */
724#undef USE_ED25519
725
726/* Define this to enable ED448 support. */
727#undef USE_ED448
728
729/* Define this to enable GOST support. */
730#undef USE_GOST
731
732/* Define to 1 to use ipsecmod support. */
733#undef USE_IPSECMOD
734
735/* Define if you want to use internal select based events */
736#undef USE_MINI_EVENT
737
738/* Define this to enable client TCP Fast Open. */
739#undef USE_MSG_FASTOPEN
740
741/* Define this to enable client TCP Fast Open. */
742#undef USE_OSX_MSG_FASTOPEN
743
744/* Define this to use hiredis client. */
745#undef USE_REDIS
746
747/* Define this to enable SHA1 support. */
748#undef USE_SHA1
749
750/* Define this to enable SHA256 and SHA512 support. */
751#undef USE_SHA2
752
753/* Enable extensions on AIX 3, Interix.  */
754#ifndef _ALL_SOURCE
755# undef _ALL_SOURCE
756#endif
757/* Enable GNU extensions on systems that have them.  */
758#ifndef _GNU_SOURCE
759# undef _GNU_SOURCE
760#endif
761/* Enable threading extensions on Solaris.  */
762#ifndef _POSIX_PTHREAD_SEMANTICS
763# undef _POSIX_PTHREAD_SEMANTICS
764#endif
765/* Enable extensions on HP NonStop.  */
766#ifndef _TANDEM_SOURCE
767# undef _TANDEM_SOURCE
768#endif
769/* Enable general extensions on Solaris.  */
770#ifndef __EXTENSIONS__
771# undef __EXTENSIONS__
772#endif
773
774
775/* Define this to enable server TCP Fast Open. */
776#undef USE_TCP_FASTOPEN
777
778/* Whether the windows socket API is used */
779#undef USE_WINSOCK
780
781/* the version of the windows API enabled */
782#undef WINVER
783
784/* Define if you want Python module. */
785#undef WITH_PYTHONMODULE
786
787/* Define if you want PyUnbound. */
788#undef WITH_PYUNBOUND
789
790/* Define to 1 if `lex' declares `yytext' as a `char *' by default, not a
791   `char[]'. */
792#undef YYTEXT_POINTER
793
794/* Enable large inode numbers on Mac OS X 10.5.  */
795#ifndef _DARWIN_USE_64_BIT_INODE
796# define _DARWIN_USE_64_BIT_INODE 1
797#endif
798
799/* Number of bits in a file offset, on hosts where this is settable. */
800#undef _FILE_OFFSET_BITS
801
802/* Define to 1 to make fseeko visible on some hosts (e.g. glibc 2.2). */
803#undef _LARGEFILE_SOURCE
804
805/* Define for large files, on AIX-style hosts. */
806#undef _LARGE_FILES
807
808/* Define to 1 if on MINIX. */
809#undef _MINIX
810
811/* Enable for compile on Minix */
812#undef _NETBSD_SOURCE
813
814/* Define to 2 if the system does not provide POSIX.1 features except with
815   this defined. */
816#undef _POSIX_1_SOURCE
817
818/* Define to 1 if you need to in order for `stat' and other things to work. */
819#undef _POSIX_SOURCE
820
821/* Define to empty if `const' does not conform to ANSI C. */
822#undef const
823
824/* Define to `int' if <sys/types.h> doesn't define. */
825#undef gid_t
826
827/* in_addr_t */
828#undef in_addr_t
829
830/* in_port_t */
831#undef in_port_t
832
833/* Define to `__inline__' or `__inline' if that's what the C compiler
834   calls it, or to nothing if 'inline' is not supported under any name.  */
835#ifndef __cplusplus
836#undef inline
837#endif
838
839/* Define to `short' if <sys/types.h> does not define. */
840#undef int16_t
841
842/* Define to `int' if <sys/types.h> does not define. */
843#undef int32_t
844
845/* Define to `long long' if <sys/types.h> does not define. */
846#undef int64_t
847
848/* Define to `signed char' if <sys/types.h> does not define. */
849#undef int8_t
850
851/* Define if replacement function should be used. */
852#undef malloc
853
854/* Define to `long int' if <sys/types.h> does not define. */
855#undef off_t
856
857/* Define to `int' if <sys/types.h> does not define. */
858#undef pid_t
859
860/* Define to 'int' if not defined */
861#undef rlim_t
862
863/* Define to `unsigned int' if <sys/types.h> does not define. */
864#undef size_t
865
866/* Define to 'int' if not defined */
867#undef socklen_t
868
869/* Define to `int' if <sys/types.h> does not define. */
870#undef ssize_t
871
872/* Define to 'unsigned char if not defined */
873#undef u_char
874
875/* Define to `int' if <sys/types.h> doesn't define. */
876#undef uid_t
877
878/* Define to `unsigned short' if <sys/types.h> does not define. */
879#undef uint16_t
880
881/* Define to `unsigned int' if <sys/types.h> does not define. */
882#undef uint32_t
883
884/* Define to `unsigned long long' if <sys/types.h> does not define. */
885#undef uint64_t
886
887/* Define to `unsigned char' if <sys/types.h> does not define. */
888#undef uint8_t
889
890/* Define as `fork' if `vfork' does not work. */
891#undef vfork
892
893#if defined(OMITTED__D_GNU_SOURCE) && !defined(_GNU_SOURCE)
894#define _GNU_SOURCE 1
895#endif
896
897#if defined(OMITTED__D_BSD_SOURCE) && !defined(_BSD_SOURCE)
898#define _BSD_SOURCE 1
899#endif
900
901#if defined(OMITTED__D_DEFAULT_SOURCE) && !defined(_DEFAULT_SOURCE)
902#define _DEFAULT_SOURCE 1
903#endif
904
905#if defined(OMITTED__D__EXTENSIONS__) && !defined(__EXTENSIONS__)
906#define __EXTENSIONS__ 1
907#endif
908
909#if defined(OMITTED__D_POSIX_C_SOURCE_200112) && !defined(_POSIX_C_SOURCE)
910#define _POSIX_C_SOURCE 200112
911#endif
912
913#if defined(OMITTED__D_XOPEN_SOURCE_600) && !defined(_XOPEN_SOURCE)
914#define _XOPEN_SOURCE 600
915#endif
916
917#if defined(OMITTED__D_XOPEN_SOURCE_EXTENDED_1) && !defined(_XOPEN_SOURCE_EXTENDED)
918#define _XOPEN_SOURCE_EXTENDED 1
919#endif
920
921#if defined(OMITTED__D_ALL_SOURCE) && !defined(_ALL_SOURCE)
922#define _ALL_SOURCE 1
923#endif
924
925#if defined(OMITTED__D_LARGEFILE_SOURCE_1) && !defined(_LARGEFILE_SOURCE)
926#define _LARGEFILE_SOURCE 1
927#endif
928
929
930
931
932#ifndef UNBOUND_DEBUG
933#  define NDEBUG
934#endif
935
936/** Use small-ldns codebase */
937#define USE_SLDNS 1
938#ifdef HAVE_SSL
939#  define LDNS_BUILD_CONFIG_HAVE_SSL 1
940#endif
941
942#include <stdio.h>
943#include <string.h>
944#include <unistd.h>
945#include <assert.h>
946
947#if STDC_HEADERS
948#include <stdlib.h>
949#include <stddef.h>
950#endif
951
952#ifdef HAVE_STDARG_H
953#include <stdarg.h>
954#endif
955
956#ifdef HAVE_STDINT_H
957#include <stdint.h>
958#endif
959
960#include <errno.h>
961
962#if HAVE_SYS_PARAM_H
963#include <sys/param.h>
964#endif
965
966#ifdef HAVE_SYS_SOCKET_H
967#include <sys/socket.h>
968#endif
969
970#ifdef HAVE_SYS_UIO_H
971#include <sys/uio.h>
972#endif
973
974#ifdef HAVE_NETINET_IN_H
975#include <netinet/in.h>
976#endif
977
978#ifdef HAVE_NETINET_TCP_H
979#include <netinet/tcp.h>
980#endif
981
982#ifdef HAVE_ARPA_INET_H
983#include <arpa/inet.h>
984#endif
985
986#ifdef HAVE_WINSOCK2_H
987#include <winsock2.h>
988#endif
989
990#ifdef HAVE_WS2TCPIP_H
991#include <ws2tcpip.h>
992#endif
993
994#ifndef USE_WINSOCK
995#define ARG_LL "%ll"
996#else
997#define ARG_LL "%I64"
998#endif
999
1000#ifndef AF_LOCAL
1001#define AF_LOCAL AF_UNIX
1002#endif
1003
1004
1005
1006#ifdef HAVE_ATTR_FORMAT
1007#  define ATTR_FORMAT(archetype, string_index, first_to_check) \
1008    __attribute__ ((format (archetype, string_index, first_to_check)))
1009#else /* !HAVE_ATTR_FORMAT */
1010#  define ATTR_FORMAT(archetype, string_index, first_to_check) /* empty */
1011#endif /* !HAVE_ATTR_FORMAT */
1012
1013
1014#if defined(DOXYGEN)
1015#  define ATTR_UNUSED(x)  x
1016#elif defined(__cplusplus)
1017#  define ATTR_UNUSED(x)
1018#elif defined(HAVE_ATTR_UNUSED)
1019#  define ATTR_UNUSED(x)  x __attribute__((unused))
1020#else /* !HAVE_ATTR_UNUSED */
1021#  define ATTR_UNUSED(x)  x
1022#endif /* !HAVE_ATTR_UNUSED */
1023
1024
1025#ifndef HAVE_FSEEKO
1026#define fseeko fseek
1027#define ftello ftell
1028#endif /* HAVE_FSEEKO */
1029
1030
1031#ifndef MAXHOSTNAMELEN
1032#define MAXHOSTNAMELEN 256
1033#endif
1034
1035#if !defined(HAVE_SNPRINTF) || defined(SNPRINTF_RET_BROKEN)
1036#define snprintf snprintf_unbound
1037#define vsnprintf vsnprintf_unbound
1038#include <stdarg.h>
1039int snprintf (char *str, size_t count, const char *fmt, ...);
1040int vsnprintf (char *str, size_t count, const char *fmt, va_list arg);
1041#endif /* HAVE_SNPRINTF or SNPRINTF_RET_BROKEN */
1042
1043#ifndef HAVE_INET_PTON
1044#define inet_pton inet_pton_unbound
1045int inet_pton(int af, const char* src, void* dst);
1046#endif /* HAVE_INET_PTON */
1047
1048
1049#ifndef HAVE_INET_NTOP
1050#define inet_ntop inet_ntop_unbound
1051const char *inet_ntop(int af, const void *src, char *dst, size_t size);
1052#endif
1053
1054
1055#ifndef HAVE_INET_ATON
1056#define inet_aton inet_aton_unbound
1057int inet_aton(const char *cp, struct in_addr *addr);
1058#endif
1059
1060
1061#ifndef HAVE_MEMMOVE
1062#define memmove memmove_unbound
1063void *memmove(void *dest, const void *src, size_t n);
1064#endif
1065
1066
1067#ifndef HAVE_STRLCAT
1068#define strlcat strlcat_unbound
1069size_t strlcat(char *dst, const char *src, size_t siz);
1070#endif
1071
1072
1073#ifndef HAVE_STRLCPY
1074#define strlcpy strlcpy_unbound
1075size_t strlcpy(char *dst, const char *src, size_t siz);
1076#endif
1077
1078
1079#ifndef HAVE_GMTIME_R
1080#define gmtime_r gmtime_r_unbound
1081struct tm *gmtime_r(const time_t *timep, struct tm *result);
1082#endif
1083
1084
1085#ifndef HAVE_REALLOCARRAY
1086#define reallocarray reallocarrayunbound
1087void* reallocarray(void *ptr, size_t nmemb, size_t size);
1088#endif
1089
1090
1091#if !defined(HAVE_SLEEP) || defined(HAVE_WINDOWS_H)
1092#define sleep(x) Sleep((x)*1000) /* on win32 */
1093#endif /* HAVE_SLEEP */
1094
1095
1096#ifndef HAVE_USLEEP
1097#define usleep(x) Sleep((x)/1000 + 1) /* on win32 */
1098#endif /* HAVE_USLEEP */
1099
1100
1101#ifndef HAVE_RANDOM
1102#define random rand /* on win32, for tests only (bad random) */
1103#endif /* HAVE_RANDOM */
1104
1105
1106#ifndef HAVE_SRANDOM
1107#define srandom(x) srand(x) /* on win32, for tests only (bad random) */
1108#endif /* HAVE_SRANDOM */
1109
1110
1111/* detect if we need to cast to unsigned int for FD_SET to avoid warnings */
1112#ifdef HAVE_WINSOCK2_H
1113#define FD_SET_T (u_int)
1114#else
1115#define FD_SET_T
1116#endif
1117
1118
1119#ifndef IPV6_MIN_MTU
1120#define IPV6_MIN_MTU 1280
1121#endif /* IPV6_MIN_MTU */
1122
1123
1124#ifdef MEMCMP_IS_BROKEN
1125#include "compat/memcmp.h"
1126#define memcmp memcmp_unbound
1127int memcmp(const void *x, const void *y, size_t n);
1128#endif
1129
1130
1131
1132#ifndef HAVE_CTIME_R
1133#define ctime_r unbound_ctime_r
1134char *ctime_r(const time_t *timep, char *buf);
1135#endif
1136
1137#ifndef HAVE_STRSEP
1138#define strsep unbound_strsep
1139char *strsep(char **stringp, const char *delim);
1140#endif
1141
1142#ifndef HAVE_ISBLANK
1143#define isblank unbound_isblank
1144int isblank(int c);
1145#endif
1146
1147#if defined(HAVE_INET_NTOP) && !HAVE_DECL_INET_NTOP
1148const char *inet_ntop(int af, const void *src, char *dst, size_t size);
1149#endif
1150
1151#if defined(HAVE_INET_PTON) && !HAVE_DECL_INET_PTON
1152int inet_pton(int af, const char* src, void* dst);
1153#endif
1154
1155#if !defined(HAVE_STRPTIME) || !defined(STRPTIME_WORKS)
1156#define strptime unbound_strptime
1157struct tm;
1158char *strptime(const char *s, const char *format, struct tm *tm);
1159#endif
1160
1161#ifdef HAVE_LIBRESSL
1162#  if !HAVE_DECL_STRLCPY
1163size_t strlcpy(char *dst, const char *src, size_t siz);
1164#  endif
1165#  if !HAVE_DECL_STRLCAT
1166size_t strlcat(char *dst, const char *src, size_t siz);
1167#  endif
1168#  if !HAVE_DECL_ARC4RANDOM && defined(HAVE_ARC4RANDOM)
1169uint32_t arc4random(void);
1170#  endif
1171#  if !HAVE_DECL_ARC4RANDOM_UNIFORM && defined(HAVE_ARC4RANDOM_UNIFORM)
1172uint32_t arc4random_uniform(uint32_t upper_bound);
1173#  endif
1174#  if !HAVE_DECL_REALLOCARRAY
1175void *reallocarray(void *ptr, size_t nmemb, size_t size);
1176#  endif
1177#endif /* HAVE_LIBRESSL */
1178#ifndef HAVE_ARC4RANDOM
1179void explicit_bzero(void* buf, size_t len);
1180int getentropy(void* buf, size_t len);
1181uint32_t arc4random(void);
1182void arc4random_buf(void* buf, size_t n);
1183void _ARC4_LOCK(void);
1184void _ARC4_UNLOCK(void);
1185void _ARC4_LOCK_DESTROY(void);
1186#endif
1187#ifndef HAVE_ARC4RANDOM_UNIFORM
1188uint32_t arc4random_uniform(uint32_t upper_bound);
1189#endif
1190#ifdef COMPAT_SHA512
1191#ifndef SHA512_DIGEST_LENGTH
1192#define SHA512_BLOCK_LENGTH		128
1193#define SHA512_DIGEST_LENGTH		64
1194#define SHA512_DIGEST_STRING_LENGTH	(SHA512_DIGEST_LENGTH * 2 + 1)
1195typedef struct _SHA512_CTX {
1196	uint64_t	state[8];
1197	uint64_t	bitcount[2];
1198	uint8_t	buffer[SHA512_BLOCK_LENGTH];
1199} SHA512_CTX;
1200#endif /* SHA512_DIGEST_LENGTH */
1201void SHA512_Init(SHA512_CTX*);
1202void SHA512_Update(SHA512_CTX*, void*, size_t);
1203void SHA512_Final(uint8_t[SHA512_DIGEST_LENGTH], SHA512_CTX*);
1204unsigned char *SHA512(void* data, unsigned int data_len, unsigned char *digest);
1205#endif /* COMPAT_SHA512 */
1206
1207
1208
1209#if defined(HAVE_EVENT_H) && !defined(HAVE_EVENT_BASE_ONCE) && !(defined(HAVE_EV_LOOP) || defined(HAVE_EV_DEFAULT_LOOP)) && (defined(HAVE_PTHREAD) || defined(HAVE_SOLARIS_THREADS))
1210   /* using version of libevent that is not threadsafe. */
1211#  define LIBEVENT_SIGNAL_PROBLEM 1
1212#endif
1213
1214#ifndef CHECKED_INET6
1215#  define CHECKED_INET6
1216#  ifdef AF_INET6
1217#    define INET6
1218#  else
1219#    define AF_INET6        28
1220#  endif
1221#endif /* CHECKED_INET6 */
1222
1223#ifndef HAVE_GETADDRINFO
1224struct sockaddr_storage;
1225#include "compat/fake-rfc2553.h"
1226#endif
1227
1228#ifdef UNBOUND_ALLOC_STATS
1229#  define malloc(s) unbound_stat_malloc_log(s, __FILE__, __LINE__, __func__)
1230#  define calloc(n,s) unbound_stat_calloc_log(n, s, __FILE__, __LINE__, __func__)
1231#  define free(p) unbound_stat_free_log(p, __FILE__, __LINE__, __func__)
1232#  define realloc(p,s) unbound_stat_realloc_log(p, s, __FILE__, __LINE__, __func__)
1233void *unbound_stat_malloc(size_t size);
1234void *unbound_stat_calloc(size_t nmemb, size_t size);
1235void unbound_stat_free(void *ptr);
1236void *unbound_stat_realloc(void *ptr, size_t size);
1237void *unbound_stat_malloc_log(size_t size, const char* file, int line,
1238	const char* func);
1239void *unbound_stat_calloc_log(size_t nmemb, size_t size, const char* file,
1240	int line, const char* func);
1241void unbound_stat_free_log(void *ptr, const char* file, int line,
1242	const char* func);
1243void *unbound_stat_realloc_log(void *ptr, size_t size, const char* file,
1244	int line, const char* func);
1245#elif defined(UNBOUND_ALLOC_LITE)
1246#  include "util/alloc.h"
1247#endif /* UNBOUND_ALLOC_LITE and UNBOUND_ALLOC_STATS */
1248
1249/** default port for DNS traffic. */
1250#define UNBOUND_DNS_PORT 53
1251/** default port for DNS over TLS traffic. */
1252#define UNBOUND_DNS_OVER_TLS_PORT 853
1253/** default port for unbound control traffic, registered port with IANA,
1254    ub-dns-control  8953/tcp    unbound dns nameserver control */
1255#define UNBOUND_CONTROL_PORT 8953
1256/** the version of unbound-control that this software implements */
1257#define UNBOUND_CONTROL_VERSION 1
1258
1259
1260