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