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