]>
git.saurik.com Git - apple/network_cmds.git/blob - unbound/config.h
1 /* config.h. Generated from config.h.in by configure. */
2 /* config.h.in. Generated from configure.ac by autoheader. */
4 /* Directory to chroot to */
5 #define CHROOT_DIR "/usr/local/etc/unbound"
7 /* Do sha512 definitions in config.h */
8 /* #undef COMPAT_SHA512 */
10 /* Pathname to the Unbound configuration file */
11 #define CONFIGFILE "/usr/local/etc/unbound/unbound.conf"
13 /* Define this if on macOSX10.4-darwin8 and setreuid and setregid do not work
15 /* #undef DARWIN_BROKEN_SETREUID */
17 /* Whether daemon is deprecated */
18 #define DEPRECATED_DAEMON 1
20 /* default dnstap socket path */
21 /* #undef DNSTAP_SOCKET_PATH */
23 /* Define if you want to use debug lock checking (slow). */
24 /* #undef ENABLE_LOCK_CHECKS */
26 /* Define this if you enabled-allsymbols from libunbound to link binaries to
27 it for smaller install size, but the libunbound export table is polluted by
29 /* #undef EXPORT_ALL_SYMBOLS */
31 /* Define to 1 if you have the `arc4random' function. */
32 #define HAVE_ARC4RANDOM 1
34 /* Define to 1 if you have the `arc4random_uniform' function. */
35 #define HAVE_ARC4RANDOM_UNIFORM 1
37 /* Define to 1 if you have the <arpa/inet.h> header file. */
38 #define HAVE_ARPA_INET_H 1
40 /* Whether the C compiler accepts the "format" attribute */
41 #define HAVE_ATTR_FORMAT 1
43 /* Whether the C compiler accepts the "unused" attribute */
44 #define HAVE_ATTR_UNUSED 1
46 /* Define to 1 if your system has a working `chown' function. */
49 /* Define to 1 if you have the `chroot' function. */
52 /* Define to 1 if you have the `ctime_r' function. */
53 #define HAVE_CTIME_R 1
55 /* Define to 1 if you have the `daemon' function. */
58 /* Define to 1 if you have the declaration of `arc4random', and to 0 if you
60 /* #undef HAVE_DECL_ARC4RANDOM */
62 /* Define to 1 if you have the declaration of `arc4random_uniform', and to 0
64 /* #undef HAVE_DECL_ARC4RANDOM_UNIFORM */
66 /* Define to 1 if you have the declaration of `NID_secp384r1', and to 0 if you
68 /* #undef HAVE_DECL_NID_SECP384R1 */
70 /* Define to 1 if you have the declaration of `NID_X9_62_prime256v1', and to 0
72 /* #undef HAVE_DECL_NID_X9_62_PRIME256V1 */
74 /* Define to 1 if you have the declaration of `sk_SSL_COMP_pop_free', and to 0
76 #define HAVE_DECL_SK_SSL_COMP_POP_FREE 1
78 /* Define to 1 if you have the declaration of
79 `SSL_COMP_get_compression_methods', and to 0 if you don't. */
80 #define HAVE_DECL_SSL_COMP_GET_COMPRESSION_METHODS 1
82 /* Define to 1 if you have the declaration of `strlcat', and to 0 if you
84 /* #undef HAVE_DECL_STRLCAT */
86 /* Define to 1 if you have the declaration of `strlcpy', and to 0 if you
88 /* #undef HAVE_DECL_STRLCPY */
90 /* Define to 1 if you have the <dlfcn.h> header file. */
91 #define HAVE_DLFCN_H 1
93 /* Define to 1 if you have the <endian.h> header file. */
94 /* #undef HAVE_ENDIAN_H */
96 /* Define to 1 if you have the `endprotoent' function. */
97 #define HAVE_ENDPROTOENT 1
99 /* Define to 1 if you have the `endservent' function. */
100 #define HAVE_ENDSERVENT 1
102 /* Define to 1 if you have the `event_base_free' function. */
103 /* #undef HAVE_EVENT_BASE_FREE */
105 /* Define to 1 if you have the `event_base_get_method' function. */
106 /* #undef HAVE_EVENT_BASE_GET_METHOD */
108 /* Define to 1 if you have the `event_base_new' function. */
109 /* #undef HAVE_EVENT_BASE_NEW */
111 /* Define to 1 if you have the `event_base_once' function. */
112 /* #undef HAVE_EVENT_BASE_ONCE */
114 /* Define to 1 if you have the <event.h> header file. */
115 /* #undef HAVE_EVENT_H */
117 /* Define to 1 if you have the `EVP_sha1' function. */
118 #define HAVE_EVP_SHA1 1
120 /* Define to 1 if you have the `EVP_sha256' function. */
121 #define HAVE_EVP_SHA256 1
123 /* Define to 1 if you have the `EVP_sha512' function. */
124 #define HAVE_EVP_SHA512 1
126 /* Define to 1 if you have the `ev_default_loop' function. */
127 /* #undef HAVE_EV_DEFAULT_LOOP */
129 /* Define to 1 if you have the `ev_loop' function. */
130 /* #undef HAVE_EV_LOOP */
132 /* Define to 1 if you have the <expat.h> header file. */
133 #define HAVE_EXPAT_H 1
135 /* Define to 1 if you have the `fcntl' function. */
138 /* Define to 1 if you have the `FIPS_mode' function. */
139 /* #undef HAVE_FIPS_MODE */
141 /* Define to 1 if you have the `fork' function. */
144 /* Define to 1 if fseeko (and presumably ftello) exists and is declared. */
145 #define HAVE_FSEEKO 1
147 /* Whether getaddrinfo is available */
148 #define HAVE_GETADDRINFO 1
150 /* Define to 1 if you have the `getentropy' function. */
151 /* #undef HAVE_GETENTROPY */
153 /* Define to 1 if you have the <getopt.h> header file. */
154 #define HAVE_GETOPT_H 1
156 /* Define to 1 if you have the `getpwnam' function. */
157 #define HAVE_GETPWNAM 1
159 /* Define to 1 if you have the `getrlimit' function. */
160 #define HAVE_GETRLIMIT 1
162 /* Define to 1 if you have the `glob' function. */
165 /* Define to 1 if you have the <glob.h> header file. */
166 #define HAVE_GLOB_H 1
168 /* Define to 1 if you have the `gmtime_r' function. */
169 #define HAVE_GMTIME_R 1
171 /* Define to 1 if you have the <grp.h> header file. */
174 /* If you have HMAC_CTX_init */
175 #define HAVE_HMAC_CTX_INIT 1
177 /* Define to 1 if you have the `inet_aton' function. */
178 #define HAVE_INET_ATON 1
180 /* Define to 1 if you have the `inet_ntop' function. */
181 #define HAVE_INET_NTOP 1
183 /* Define to 1 if you have the `inet_pton' function. */
184 #define HAVE_INET_PTON 1
186 /* Define to 1 if you have the `initgroups' function. */
187 #define HAVE_INITGROUPS 1
189 /* Define to 1 if you have the <inttypes.h> header file. */
190 #define HAVE_INTTYPES_H 1
192 /* if the function 'ioctlsocket' is available */
193 /* #undef HAVE_IOCTLSOCKET */
195 /* Define to 1 if you have the <iphlpapi.h> header file. */
196 /* #undef HAVE_IPHLPAPI_H */
198 /* Define to 1 if you have the `kill' function. */
201 /* Define if we have LibreSSL */
202 /* #undef HAVE_LIBRESSL */
204 /* Define to 1 if you have the `localtime_r' function. */
205 #define HAVE_LOCALTIME_R 1
207 /* Define to 1 if you have the <login_cap.h> header file. */
208 /* #undef HAVE_LOGIN_CAP_H */
210 /* If have GNU libc compatible malloc */
211 #define HAVE_MALLOC 1
213 /* Define to 1 if you have the `memmove' function. */
214 #define HAVE_MEMMOVE 1
216 /* Define to 1 if you have the <memory.h> header file. */
217 #define HAVE_MEMORY_H 1
219 /* Define to 1 if you have the <netdb.h> header file. */
220 #define HAVE_NETDB_H 1
222 /* Define to 1 if you have the <netinet/in.h> header file. */
223 #define HAVE_NETINET_IN_H 1
225 /* Use libnss for crypto */
226 /* #undef HAVE_NSS */
228 /* Define to 1 if you have the `OPENSSL_config' function. */
229 #define HAVE_OPENSSL_CONFIG 1
231 /* Define to 1 if you have the <openssl/conf.h> header file. */
232 #define HAVE_OPENSSL_CONF_H 1
234 /* Define to 1 if you have the <openssl/engine.h> header file. */
235 #define HAVE_OPENSSL_ENGINE_H 1
237 /* Define to 1 if you have the <openssl/err.h> header file. */
238 #define HAVE_OPENSSL_ERR_H 1
240 /* Define to 1 if you have the <openssl/rand.h> header file. */
241 #define HAVE_OPENSSL_RAND_H 1
243 /* Define to 1 if you have the <openssl/ssl.h> header file. */
244 #define HAVE_OPENSSL_SSL_H 1
246 /* Define if you have POSIX threads libraries and header files. */
247 #define HAVE_PTHREAD 1
249 /* Have PTHREAD_PRIO_INHERIT. */
250 #define HAVE_PTHREAD_PRIO_INHERIT 1
252 /* Define to 1 if the system has the type `pthread_rwlock_t'. */
253 #define HAVE_PTHREAD_RWLOCK_T 1
255 /* Define to 1 if the system has the type `pthread_spinlock_t'. */
256 /* #undef HAVE_PTHREAD_SPINLOCK_T */
258 /* Define to 1 if you have the <pwd.h> header file. */
261 /* Define if you have Python libraries and header files. */
262 /* #undef HAVE_PYTHON */
264 /* Define to 1 if you have the `random' function. */
265 #define HAVE_RANDOM 1
267 /* Define to 1 if you have the `recvmsg' function. */
268 #define HAVE_RECVMSG 1
270 /* Define to 1 if you have the `sbrk' function. */
273 /* Define to 1 if you have the `sendmsg' function. */
274 #define HAVE_SENDMSG 1
276 /* Define to 1 if you have the `setregid' function. */
277 #define HAVE_SETREGID 1
279 /* Define to 1 if you have the `setresgid' function. */
280 /* #undef HAVE_SETRESGID */
282 /* Define to 1 if you have the `setresuid' function. */
283 /* #undef HAVE_SETRESUID */
285 /* Define to 1 if you have the `setreuid' function. */
286 #define HAVE_SETREUID 1
288 /* Define to 1 if you have the `setrlimit' function. */
289 #define HAVE_SETRLIMIT 1
291 /* Define to 1 if you have the `setsid' function. */
292 #define HAVE_SETSID 1
294 /* Define to 1 if you have the `setusercontext' function. */
295 /* #undef HAVE_SETUSERCONTEXT */
297 /* Define to 1 if you have the `SHA512_Update' function. */
298 /* #undef HAVE_SHA512_UPDATE */
300 /* Define to 1 if you have the `sigprocmask' function. */
301 #define HAVE_SIGPROCMASK 1
303 /* Define to 1 if you have the `sleep' function. */
306 /* Define to 1 if you have the `snprintf' function. */
307 #define HAVE_SNPRINTF 1
309 /* Define to 1 if you have the `socketpair' function. */
310 #define HAVE_SOCKETPAIR 1
312 /* Using Solaris threads */
313 /* #undef HAVE_SOLARIS_THREADS */
315 /* Define to 1 if you have the `srandom' function. */
316 #define HAVE_SRANDOM 1
318 /* Define if you have the SSL libraries installed. */
319 #define HAVE_SSL /**/
321 /* Define to 1 if you have the <stdarg.h> header file. */
322 #define HAVE_STDARG_H 1
324 /* Define to 1 if you have the <stdbool.h> header file. */
325 #define HAVE_STDBOOL_H 1
327 /* Define to 1 if you have the <stdint.h> header file. */
328 #define HAVE_STDINT_H 1
330 /* Define to 1 if you have the <stdlib.h> header file. */
331 #define HAVE_STDLIB_H 1
333 /* Define to 1 if you have the `strftime' function. */
334 #define HAVE_STRFTIME 1
336 /* Define to 1 if you have the <strings.h> header file. */
337 #define HAVE_STRINGS_H 1
339 /* Define to 1 if you have the <string.h> header file. */
340 #define HAVE_STRING_H 1
342 /* Define to 1 if you have the `strlcat' function. */
343 #define HAVE_STRLCAT 1
345 /* Define to 1 if you have the `strlcpy' function. */
346 #define HAVE_STRLCPY 1
348 /* Define to 1 if you have the `strptime' function. */
349 #define HAVE_STRPTIME 1
351 /* Define to 1 if `ipi_spec_dst' is a member of `struct in_pktinfo'. */
352 #define HAVE_STRUCT_IN_PKTINFO_IPI_SPEC_DST 1
354 /* Define if you have Swig libraries and header files. */
355 /* #undef HAVE_SWIG */
357 /* Define to 1 if you have the <syslog.h> header file. */
358 #define HAVE_SYSLOG_H 1
360 /* Define to 1 if you have the <sys/param.h> header file. */
361 #define HAVE_SYS_PARAM_H 1
363 /* Define to 1 if you have the <sys/resource.h> header file. */
364 #define HAVE_SYS_RESOURCE_H 1
366 /* Define to 1 if you have the <sys/sha2.h> header file. */
367 /* #undef HAVE_SYS_SHA2_H */
369 /* Define to 1 if you have the <sys/socket.h> header file. */
370 #define HAVE_SYS_SOCKET_H 1
372 /* Define to 1 if you have the <sys/stat.h> header file. */
373 #define HAVE_SYS_STAT_H 1
375 /* Define to 1 if you have the <sys/sysctl.h> header file. */
376 /* #undef HAVE_SYS_SYSCTL_H */
378 /* Define to 1 if you have the <sys/types.h> header file. */
379 #define HAVE_SYS_TYPES_H 1
381 /* Define to 1 if you have the <sys/uio.h> header file. */
382 #define HAVE_SYS_UIO_H 1
384 /* Define to 1 if you have the <sys/wait.h> header file. */
385 #define HAVE_SYS_WAIT_H 1
387 /* Define to 1 if you have the <time.h> header file. */
388 #define HAVE_TIME_H 1
390 /* Define to 1 if you have the `tzset' function. */
393 /* Define to 1 if you have the <unistd.h> header file. */
394 #define HAVE_UNISTD_H 1
396 /* Define to 1 if you have the `usleep' function. */
397 #define HAVE_USLEEP 1
399 /* Define to 1 if you have the `vfork' function. */
402 /* Define to 1 if you have the <vfork.h> header file. */
403 /* #undef HAVE_VFORK_H */
405 /* Define to 1 if you have the <windows.h> header file. */
406 /* #undef HAVE_WINDOWS_H */
408 /* Using Windows threads */
409 /* #undef HAVE_WINDOWS_THREADS */
411 /* Define to 1 if you have the <winsock2.h> header file. */
412 /* #undef HAVE_WINSOCK2_H */
414 /* Define to 1 if `fork' works. */
415 #define HAVE_WORKING_FORK 1
417 /* Define to 1 if `vfork' works. */
418 #define HAVE_WORKING_VFORK 1
420 /* Define to 1 if you have the `writev' function. */
421 #define HAVE_WRITEV 1
423 /* Define to 1 if you have the <ws2tcpip.h> header file. */
424 /* #undef HAVE_WS2TCPIP_H */
426 /* Define to 1 if you have the `_beginthreadex' function. */
427 /* #undef HAVE__BEGINTHREADEX */
429 /* if lex has yylex_destroy */
430 #define LEX_HAS_YYLEX_DESTROY 1
432 /* Define to the sub-directory in which libtool stores uninstalled libraries.
434 #define LT_OBJDIR ".libs/"
436 /* Define to the maximum message length to pass to syslog. */
437 #define MAXSYSLOGMSGLEN 10240
439 /* Define if memcmp() does not compare unsigned bytes */
440 /* #undef MEMCMP_IS_BROKEN */
442 /* Define if mkdir has one argument. */
443 /* #undef MKDIR_HAS_ONE_ARG */
445 /* Define if the network stack does not fully support nonblocking io (causes
446 lower performance). */
447 /* #undef NONBLOCKING_IS_BROKEN */
449 /* Put -D_ALL_SOURCE define in config.h */
450 /* #undef OMITTED__D_ALL_SOURCE */
452 /* Put -D_BSD_SOURCE define in config.h */
453 /* #undef OMITTED__D_BSD_SOURCE */
455 /* Put -D_GNU_SOURCE define in config.h */
456 /* #undef OMITTED__D_GNU_SOURCE */
458 /* Put -D_LARGEFILE_SOURCE=1 define in config.h */
459 /* #undef OMITTED__D_LARGEFILE_SOURCE_1 */
461 /* Put -D_POSIX_C_SOURCE=200112 define in config.h */
462 /* #undef OMITTED__D_POSIX_C_SOURCE_200112 */
464 /* Put -D_XOPEN_SOURCE=600 define in config.h */
465 /* #undef OMITTED__D_XOPEN_SOURCE_600 */
467 /* Put -D_XOPEN_SOURCE_EXTENDED=1 define in config.h */
468 /* #undef OMITTED__D_XOPEN_SOURCE_EXTENDED_1 */
470 /* Put -D__EXTENSIONS__ define in config.h */
471 /* #undef OMITTED__D__EXTENSIONS__ */
473 /* Define to the address where bug reports for this package should be sent. */
474 #define PACKAGE_BUGREPORT "unbound-bugs@nlnetlabs.nl"
476 /* Define to the full name of this package. */
477 #define PACKAGE_NAME "unbound"
479 /* Define to the full name and version of this package. */
480 #define PACKAGE_STRING "unbound 1.5.1"
482 /* Define to the one symbol short name of this package. */
483 #define PACKAGE_TARNAME "unbound"
485 /* Define to the home page for this package. */
486 #define PACKAGE_URL ""
488 /* Define to the version of this package. */
489 #define PACKAGE_VERSION "1.5.1"
491 /* default pidfile location */
492 #define PIDFILE "/usr/local/etc/unbound/unbound.pid"
494 /* Define to necessary symbol if this constant uses a non-standard name on
496 /* #undef PTHREAD_CREATE_JOINABLE */
498 /* Define as the return type of signal handlers (`int' or `void'). */
499 #define RETSIGTYPE void
501 /* default rootkey location */
502 #define ROOT_ANCHOR_FILE "/usr/local/etc/unbound/root.key"
504 /* default rootcert location */
505 #define ROOT_CERT_FILE "/usr/local/etc/unbound/icannbundle.pem"
507 /* version number for resource files */
508 #define RSRC_PACKAGE_VERSION 1,5,1,0
510 /* Directory to chdir to */
511 #define RUN_DIR "/usr/local/etc/unbound"
514 #define SHARE_DIR "/usr/local/etc/unbound"
516 /* The size of `time_t', as computed by sizeof. */
517 #define SIZEOF_TIME_T 8
519 /* Define to 1 if you have the ANSI C header files. */
520 #define STDC_HEADERS 1
522 /* use default strptime. */
523 /* #undef STRPTIME_WORKS */
525 /* Use win32 resources and API */
526 /* #undef UB_ON_WINDOWS */
528 /* default username */
529 #define UB_USERNAME "unbound"
531 /* use to enable lightweight alloc assertions, for debug use */
532 /* #undef UNBOUND_ALLOC_LITE */
534 /* use malloc not regions, for debug use */
535 /* #undef UNBOUND_ALLOC_NONREGIONAL */
537 /* use statistics for allocs and frees, for debug use */
538 /* #undef UNBOUND_ALLOC_STATS */
540 /* define this to enable debug checks. */
541 /* #undef UNBOUND_DEBUG */
543 /* Define to 1 to enable dnstap support */
544 /* #undef USE_DNSTAP */
546 /* Define this to enable ECDSA support. */
547 /* #undef USE_ECDSA */
549 /* Define this to enable an EVP workaround for older openssl */
550 /* #undef USE_ECDSA_EVP_WORKAROUND */
552 /* Define this to enable GOST support. */
553 /* #undef USE_GOST */
555 /* Define if you want to use internal select based events */
556 #define USE_MINI_EVENT 1
558 /* Define this to enable SHA256 and SHA512 support. */
559 /* #undef USE_SHA2 */
561 /* Enable extensions on AIX 3, Interix. */
563 # define _ALL_SOURCE 1
565 /* Enable GNU extensions on systems that have them. */
567 # define _GNU_SOURCE 1
569 /* Enable threading extensions on Solaris. */
570 #ifndef _POSIX_PTHREAD_SEMANTICS
571 # define _POSIX_PTHREAD_SEMANTICS 1
573 /* Enable extensions on HP NonStop. */
574 #ifndef _TANDEM_SOURCE
575 # define _TANDEM_SOURCE 1
577 /* Enable general extensions on Solaris. */
578 #ifndef __EXTENSIONS__
579 # define __EXTENSIONS__ 1
583 /* Whether the windows socket API is used */
584 /* #undef USE_WINSOCK */
586 /* the version of the windows API enabled */
587 #define WINVER 0x0502
589 /* Define if you want Python module. */
590 /* #undef WITH_PYTHONMODULE */
592 /* Define if you want PyUnbound. */
593 /* #undef WITH_PYUNBOUND */
595 /* Define to 1 if `lex' declares `yytext' as a `char *' by default, not a
597 #define YYTEXT_POINTER 1
599 /* Enable large inode numbers on Mac OS X 10.5. */
600 #ifndef _DARWIN_USE_64_BIT_INODE
601 # define _DARWIN_USE_64_BIT_INODE 1
604 /* Number of bits in a file offset, on hosts where this is settable. */
605 /* #undef _FILE_OFFSET_BITS */
607 /* Define to 1 to make fseeko visible on some hosts (e.g. glibc 2.2). */
608 /* #undef _LARGEFILE_SOURCE */
610 /* Define for large files, on AIX-style hosts. */
611 /* #undef _LARGE_FILES */
613 /* Define to 1 if on MINIX. */
616 /* Enable for compile on Minix */
617 /* #undef _NETBSD_SOURCE */
619 /* Define to 2 if the system does not provide POSIX.1 features except with
621 /* #undef _POSIX_1_SOURCE */
623 /* Define to 1 if you need to in order for `stat' and other things to work. */
624 /* #undef _POSIX_SOURCE */
626 /* Define to empty if `const' does not conform to ANSI C. */
629 /* Define to `int' if <sys/types.h> doesn't define. */
633 /* #undef in_addr_t */
636 /* #undef in_port_t */
638 /* Define to `__inline__' or `__inline' if that's what the C compiler
639 calls it, or to nothing if 'inline' is not supported under any name. */
644 /* Define to `short' if <sys/types.h> does not define. */
647 /* Define to `int' if <sys/types.h> does not define. */
650 /* Define to `long long' if <sys/types.h> does not define. */
653 /* Define to `signed char' if <sys/types.h> does not define. */
656 /* Define if replacement function should be used. */
659 /* Define to `long int' if <sys/types.h> does not define. */
662 /* Define to `int' if <sys/types.h> does not define. */
665 /* Define to 'int' if not defined */
668 /* Define to `unsigned int' if <sys/types.h> does not define. */
671 /* Define to 'int' if not defined */
672 /* #undef socklen_t */
674 /* Define to `int' if <sys/types.h> does not define. */
677 /* Define to 'unsigned char if not defined */
680 /* Define to `int' if <sys/types.h> doesn't define. */
683 /* Define to `unsigned short' if <sys/types.h> does not define. */
684 /* #undef uint16_t */
686 /* Define to `unsigned int' if <sys/types.h> does not define. */
687 /* #undef uint32_t */
689 /* Define to `unsigned long long' if <sys/types.h> does not define. */
690 /* #undef uint64_t */
692 /* Define to `unsigned char' if <sys/types.h> does not define. */
695 /* Define as `fork' if `vfork' does not work. */
698 #if defined(OMITTED__D_GNU_SOURCE) && !defined(_GNU_SOURCE)
699 #define _GNU_SOURCE 1
702 #if defined(OMITTED__D_BSD_SOURCE) && !defined(_BSD_SOURCE)
703 #define _BSD_SOURCE 1
706 #if defined(OMITTED__D__EXTENSIONS__) && !defined(__EXTENSIONS__)
707 #define __EXTENSIONS__ 1
710 #if defined(OMITTED__D_POSIX_C_SOURCE_200112) && !defined(_POSIX_C_SOURCE)
711 #define _POSIX_C_SOURCE 200112
714 #if defined(OMITTED__D_XOPEN_SOURCE_600) && !defined(_XOPEN_SOURCE)
715 #define _XOPEN_SOURCE 600
718 #if defined(OMITTED__D_XOPEN_SOURCE_EXTENDED_1) && !defined(_XOPEN_SOURCE_EXTENDED)
719 #define _XOPEN_SOURCE_EXTENDED 1
722 #if defined(OMITTED__D_ALL_SOURCE) && !defined(_ALL_SOURCE)
723 #define _ALL_SOURCE 1
726 #if defined(OMITTED__D_LARGEFILE_SOURCE_1) && !defined(_LARGEFILE_SOURCE)
727 #define _LARGEFILE_SOURCE 1
733 #ifndef UNBOUND_DEBUG
737 /** Use small-ldns codebase */
740 # define LDNS_BUILD_CONFIG_HAVE_SSL 1
764 #include <sys/param.h>
767 #ifdef HAVE_SYS_SOCKET_H
768 #include <sys/socket.h>
771 #ifdef HAVE_SYS_UIO_H
775 #ifdef HAVE_NETINET_IN_H
776 #include <netinet/in.h>
779 #ifdef HAVE_ARPA_INET_H
780 #include <arpa/inet.h>
783 #ifdef HAVE_WINSOCK2_H
784 #include <winsock2.h>
787 #ifdef HAVE_WS2TCPIP_H
788 #include <ws2tcpip.h>
794 #define ARG_LL "%I64"
799 #ifdef HAVE_ATTR_FORMAT
800 # define ATTR_FORMAT(archetype, string_index, first_to_check) \
801 __attribute__ ((format (archetype, string_index, first_to_check)))
802 #else /* !HAVE_ATTR_FORMAT */
803 # define ATTR_FORMAT(archetype, string_index, first_to_check) /* empty */
804 #endif /* !HAVE_ATTR_FORMAT */
808 # define ATTR_UNUSED(x) x
809 #elif defined(__cplusplus)
810 # define ATTR_UNUSED(x)
811 #elif defined(HAVE_ATTR_UNUSED)
812 # define ATTR_UNUSED(x) x __attribute__((unused))
813 #else /* !HAVE_ATTR_UNUSED */
814 # define ATTR_UNUSED(x) x
815 #endif /* !HAVE_ATTR_UNUSED */
821 #endif /* HAVE_FSEEKO */
824 #ifndef MAXHOSTNAMELEN
825 #define MAXHOSTNAMELEN 256
829 #ifndef HAVE_SNPRINTF
830 #define snprintf snprintf_unbound
831 #define vsnprintf vsnprintf_unbound
833 int snprintf (char *str
, size_t count
, const char *fmt
, ...);
834 int vsnprintf (char *str
, size_t count
, const char *fmt
, va_list arg
);
835 #endif /* HAVE_SNPRINTF */
838 #ifndef HAVE_INET_PTON
839 #define inet_pton inet_pton_unbound
840 int inet_pton(int af
, const char* src
, void* dst
);
841 #endif /* HAVE_INET_PTON */
844 #ifndef HAVE_INET_NTOP
845 #define inet_ntop inet_ntop_unbound
846 const char *inet_ntop(int af
, const void *src
, char *dst
, size_t size
);
850 #ifndef HAVE_INET_ATON
851 #define inet_aton inet_aton_unbound
852 int inet_aton(const char *cp
, struct in_addr
*addr
);
857 #define memmove memmove_unbound
858 void *memmove(void *dest
, const void *src
, size_t n
);
863 #define strlcat strlcat_unbound
864 size_t strlcat(char *dst
, const char *src
, size_t siz
);
869 #define strlcpy strlcpy_unbound
870 size_t strlcpy(char *dst
, const char *src
, size_t siz
);
874 #ifndef HAVE_GMTIME_R
875 #define gmtime_r gmtime_r_unbound
876 struct tm
*gmtime_r(const time_t *timep
, struct tm
*result
);
880 #if !defined(HAVE_SLEEP) || defined(HAVE_WINDOWS_H)
881 #define sleep(x) Sleep((x)*1000) /* on win32 */
882 #endif /* HAVE_SLEEP */
886 #define usleep(x) Sleep((x)/1000 + 1) /* on win32 */
887 #endif /* HAVE_USLEEP */
891 #define random rand /* on win32, for tests only (bad random) */
892 #endif /* HAVE_RANDOM */
896 #define srandom(x) srand(x) /* on win32, for tests only (bad random) */
897 #endif /* HAVE_SRANDOM */
900 /* detect if we need to cast to unsigned int for FD_SET to avoid warnings */
901 #ifdef HAVE_WINSOCK2_H
902 #define FD_SET_T (u_int)
909 #define IPV6_MIN_MTU 1280
910 #endif /* IPV6_MIN_MTU */
913 #ifdef MEMCMP_IS_BROKEN
914 #include "compat/memcmp.h"
915 #define memcmp memcmp_unbound
916 int memcmp(const void *x
, const void *y
, size_t n
);
922 #define ctime_r unbound_ctime_r
923 char *ctime_r(const time_t *timep
, char *buf
);
926 #if !defined(HAVE_STRPTIME) || !defined(STRPTIME_WORKS)
927 #define strptime unbound_strptime
929 char *strptime(const char *s
, const char *format
, struct tm
*tm
);
933 # if !HAVE_DECL_STRLCPY
934 size_t strlcpy(char *dst
, const char *src
, size_t siz
);
936 # if !HAVE_DECL_STRLCAT
937 size_t strlcat(char *dst
, const char *src
, size_t siz
);
939 # if !HAVE_DECL_ARC4RANDOM && defined(HAVE_ARC4RANDOM)
940 uint32_t arc4random(void);
942 # if !HAVE_DECL_ARC4RANDOM_UNIFORM && defined(HAVE_ARC4RANDOM_UNIFORM)
943 uint32_t arc4random_uniform(uint32_t upper_bound
);
945 #endif /* HAVE_LIBRESSL */
946 #ifndef HAVE_ARC4RANDOM
947 void explicit_bzero(void* buf
, size_t len
);
948 int getentropy(void* buf
, size_t len
);
949 uint32_t arc4random(void);
950 void arc4random_buf(void* buf
, size_t n
);
951 void _ARC4_LOCK(void);
952 void _ARC4_UNLOCK(void);
954 #ifndef HAVE_ARC4RANDOM_UNIFORM
955 uint32_t arc4random_uniform(uint32_t upper_bound
);
958 #ifndef SHA512_DIGEST_LENGTH
959 #define SHA512_BLOCK_LENGTH 128
960 #define SHA512_DIGEST_LENGTH 64
961 #define SHA512_DIGEST_STRING_LENGTH (SHA512_DIGEST_LENGTH * 2 + 1)
962 typedef struct _SHA512_CTX
{
964 uint64_t bitcount
[2];
965 uint8_t buffer
[SHA512_BLOCK_LENGTH
];
967 #endif /* SHA512_DIGEST_LENGTH */
968 void SHA512_Init(SHA512_CTX
*);
969 void SHA512_Update(SHA512_CTX
*, void*, size_t);
970 void SHA512_Final(uint8_t[SHA512_DIGEST_LENGTH
], SHA512_CTX
*);
971 unsigned char *SHA512(void* data
, unsigned int data_len
, unsigned char *digest
);
972 #endif /* COMPAT_SHA512 */
976 #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))
977 /* using version of libevent that is not threadsafe. */
978 # define LIBEVENT_SIGNAL_PROBLEM 1
981 #ifndef CHECKED_INET6
982 # define CHECKED_INET6
988 #endif /* CHECKED_INET6 */
990 #ifndef HAVE_GETADDRINFO
991 struct sockaddr_storage
;
992 #include "compat/fake-rfc2553.h"
995 #ifdef UNBOUND_ALLOC_STATS
996 # define malloc(s) unbound_stat_malloc_log(s, __FILE__, __LINE__, __func__)
997 # define calloc(n,s) unbound_stat_calloc_log(n, s, __FILE__, __LINE__, __func__)
998 # define free(p) unbound_stat_free_log(p, __FILE__, __LINE__, __func__)
999 # define realloc(p,s) unbound_stat_realloc_log(p, s, __FILE__, __LINE__, __func__)
1000 void *unbound_stat_malloc(size_t size
);
1001 void *unbound_stat_calloc(size_t nmemb
, size_t size
);
1002 void unbound_stat_free(void *ptr
);
1003 void *unbound_stat_realloc(void *ptr
, size_t size
);
1004 void *unbound_stat_malloc_log(size_t size
, const char* file
, int line
,
1006 void *unbound_stat_calloc_log(size_t nmemb
, size_t size
, const char* file
,
1007 int line
, const char* func
);
1008 void unbound_stat_free_log(void *ptr
, const char* file
, int line
,
1010 void *unbound_stat_realloc_log(void *ptr
, size_t size
, const char* file
,
1011 int line
, const char* func
);
1012 #elif defined(UNBOUND_ALLOC_LITE)
1013 # include "util/alloc.h"
1014 #endif /* UNBOUND_ALLOC_LITE and UNBOUND_ALLOC_STATS */
1016 /** default port for DNS traffic. */
1017 #define UNBOUND_DNS_PORT 53
1018 /** default port for unbound control traffic, registered port with IANA,
1019 ub-dns-control 8953/tcp unbound dns nameserver control */
1020 #define UNBOUND_CONTROL_PORT 8953
1021 /** the version of unbound-control that this software implements */
1022 #define UNBOUND_CONTROL_VERSION 1