1/* config.h.in. Generated from configure.ac by autoheader. */ 2 3/* Directory to chroot to */ 4#undef CHROOT_DIR 5 6/* Pathname to the Unbound configuration file */ 7#undef CONFIGFILE 8 9/* Define this if on macOSX10.4-darwin8 and setreuid and setregid do not work 10 */ 11#undef DARWIN_BROKEN_SETREUID 12 13/* Whether daemon is deprecated */ 14#undef DEPRECATED_DAEMON 15 16/* Define if you want to use debug lock checking (slow). */ 17#undef ENABLE_LOCK_CHECKS 18 19/* Define this if you enabled-allsymbols from libunbound to link binaries to 20 it for smaller install size, but the libunbound export table is polluted by 21 internal symbols */ 22#undef EXPORT_ALL_SYMBOLS 23 24/* Define to 1 if you have the <arpa/inet.h> header file. */ 25#undef HAVE_ARPA_INET_H 26 27/* Whether the C compiler accepts the "format" attribute */ 28#undef HAVE_ATTR_FORMAT 29 30/* Whether the C compiler accepts the "unused" attribute */ 31#undef HAVE_ATTR_UNUSED 32 33/* Define to 1 if your system has a working `chown' function. */ 34#undef HAVE_CHOWN 35 36/* Define to 1 if you have the `chroot' function. */ 37#undef HAVE_CHROOT 38 39/* Define to 1 if you have the `ctime_r' function. */ 40#undef HAVE_CTIME_R 41 42/* Define to 1 if you have the `daemon' function. */ 43#undef HAVE_DAEMON 44 45/* Define to 1 if you have the declaration of `NID_secp384r1', and to 0 if you 46 don't. */ 47#undef HAVE_DECL_NID_SECP384R1 48 49/* Define to 1 if you have the declaration of `NID_X9_62_prime256v1', and to 0 50 if you don't. */ 51#undef HAVE_DECL_NID_X9_62_PRIME256V1 52 53/* Define to 1 if you have the declaration of `sk_SSL_COMP_pop_free', and to 0 54 if you don't. */ 55#undef HAVE_DECL_SK_SSL_COMP_POP_FREE 56 57/* Define to 1 if you have the declaration of 58 `SSL_COMP_get_compression_methods', and to 0 if you don't. */ 59#undef HAVE_DECL_SSL_COMP_GET_COMPRESSION_METHODS 60 61/* Define to 1 if you have the <dlfcn.h> header file. */ 62#undef HAVE_DLFCN_H 63 64/* Define to 1 if you have the `endprotoent' function. */ 65#undef HAVE_ENDPROTOENT 66 67/* Define to 1 if you have the `endservent' function. */ 68#undef HAVE_ENDSERVENT 69 70/* Define to 1 if you have the `event_base_free' function. */ 71#undef HAVE_EVENT_BASE_FREE 72 73/* Define to 1 if you have the `event_base_get_method' function. */ 74#undef HAVE_EVENT_BASE_GET_METHOD 75 76/* Define to 1 if you have the `event_base_new' function. */ 77#undef HAVE_EVENT_BASE_NEW 78 79/* Define to 1 if you have the `event_base_once' function. */ 80#undef HAVE_EVENT_BASE_ONCE 81 82/* Define to 1 if you have the <event.h> header file. */ 83#undef HAVE_EVENT_H 84 85/* Define to 1 if you have the `EVP_sha1' function. */ 86#undef HAVE_EVP_SHA1 87 88/* Define to 1 if you have the `EVP_sha256' function. */ 89#undef HAVE_EVP_SHA256 90 91/* Define to 1 if you have the `EVP_sha512' function. */ 92#undef HAVE_EVP_SHA512 93 94/* Define to 1 if you have the `ev_default_loop' function. */ 95#undef HAVE_EV_DEFAULT_LOOP 96 97/* Define to 1 if you have the `ev_loop' function. */ 98#undef HAVE_EV_LOOP 99 100/* Define to 1 if you have the <expat.h> header file. */ 101#undef HAVE_EXPAT_H 102 103/* Define to 1 if you have the `fcntl' function. */ 104#undef HAVE_FCNTL 105 106/* Define to 1 if you have the `FIPS_mode' function. */ 107#undef HAVE_FIPS_MODE 108 109/* Define to 1 if you have the `fork' function. */ 110#undef HAVE_FORK 111 112/* Define to 1 if fseeko (and presumably ftello) exists and is declared. */ 113#undef HAVE_FSEEKO 114 115/* Whether getaddrinfo is available */ 116#undef HAVE_GETADDRINFO 117 118/* Define to 1 if you have the <getopt.h> header file. */ 119#undef HAVE_GETOPT_H 120 121/* Define to 1 if you have the `getpwnam' function. */ 122#undef HAVE_GETPWNAM 123 124/* Define to 1 if you have the `getrlimit' function. */ 125#undef HAVE_GETRLIMIT 126 127/* Define to 1 if you have the `glob' function. */ 128#undef HAVE_GLOB 129 130/* Define to 1 if you have the <glob.h> header file. */ 131#undef HAVE_GLOB_H 132 133/* Define to 1 if you have the `gmtime_r' function. */ 134#undef HAVE_GMTIME_R 135 136/* Define to 1 if you have the <grp.h> header file. */ 137#undef HAVE_GRP_H 138 139/* If you have HMAC_CTX_init */ 140#undef HAVE_HMAC_CTX_INIT 141 142/* Define to 1 if you have the `inet_aton' function. */ 143#undef HAVE_INET_ATON 144 145/* Define to 1 if you have the `inet_ntop' function. */ 146#undef HAVE_INET_NTOP 147 148/* Define to 1 if you have the `inet_pton' function. */ 149#undef HAVE_INET_PTON 150 151/* Define to 1 if you have the `initgroups' function. */ 152#undef HAVE_INITGROUPS 153 154/* Define to 1 if you have the <inttypes.h> header file. */ 155#undef HAVE_INTTYPES_H 156 157/* if the function 'ioctlsocket' is available */ 158#undef HAVE_IOCTLSOCKET 159 160/* Define to 1 if you have the <iphlpapi.h> header file. */ 161#undef HAVE_IPHLPAPI_H 162 163/* Define to 1 if you have the `kill' function. */ 164#undef HAVE_KILL 165 166/* Define to 1 if you have the `localtime_r' function. */ 167#undef HAVE_LOCALTIME_R 168 169/* Define to 1 if you have the <login_cap.h> header file. */ 170#undef HAVE_LOGIN_CAP_H 171 172/* If have GNU libc compatible malloc */ 173#undef HAVE_MALLOC 174 175/* Define to 1 if you have the `memmove' function. */ 176#undef HAVE_MEMMOVE 177 178/* Define to 1 if you have the <memory.h> header file. */ 179#undef HAVE_MEMORY_H 180 181/* Define to 1 if you have the <netdb.h> header file. */ 182#undef HAVE_NETDB_H 183 184/* Define to 1 if you have the <netinet/in.h> header file. */ 185#undef HAVE_NETINET_IN_H 186 187/* Use libnss for crypto */ 188#undef HAVE_NSS 189 190/* Define to 1 if you have the `OPENSSL_config' function. */ 191#undef HAVE_OPENSSL_CONFIG 192 193/* Define to 1 if you have the <openssl/conf.h> header file. */ 194#undef HAVE_OPENSSL_CONF_H 195 196/* Define to 1 if you have the <openssl/engine.h> header file. */ 197#undef HAVE_OPENSSL_ENGINE_H 198 199/* Define to 1 if you have the <openssl/err.h> header file. */ 200#undef HAVE_OPENSSL_ERR_H 201 202/* Define to 1 if you have the <openssl/rand.h> header file. */ 203#undef HAVE_OPENSSL_RAND_H 204 205/* Define to 1 if you have the <openssl/ssl.h> header file. */ 206#undef HAVE_OPENSSL_SSL_H 207 208/* Define if you have POSIX threads libraries and header files. */ 209#undef HAVE_PTHREAD 210 211/* Have PTHREAD_PRIO_INHERIT. */ 212#undef HAVE_PTHREAD_PRIO_INHERIT 213 214/* Define to 1 if the system has the type `pthread_rwlock_t'. */ 215#undef HAVE_PTHREAD_RWLOCK_T 216 217/* Define to 1 if the system has the type `pthread_spinlock_t'. */ 218#undef HAVE_PTHREAD_SPINLOCK_T 219 220/* Define to 1 if you have the <pwd.h> header file. */ 221#undef HAVE_PWD_H 222 223/* Define if you have Python libraries and header files. */ 224#undef HAVE_PYTHON 225 226/* Define to 1 if you have the `random' function. */ 227#undef HAVE_RANDOM 228 229/* Define to 1 if you have the `recvmsg' function. */ 230#undef HAVE_RECVMSG 231 232/* Define to 1 if you have the `sbrk' function. */ 233#undef HAVE_SBRK 234 235/* Define to 1 if you have the `sendmsg' function. */ 236#undef HAVE_SENDMSG 237 238/* Define to 1 if you have the `setregid' function. */ 239#undef HAVE_SETREGID 240 241/* Define to 1 if you have the `setresgid' function. */ 242#undef HAVE_SETRESGID 243 244/* Define to 1 if you have the `setresuid' function. */ 245#undef HAVE_SETRESUID 246 247/* Define to 1 if you have the `setreuid' function. */ 248#undef HAVE_SETREUID 249 250/* Define to 1 if you have the `setrlimit' function. */ 251#undef HAVE_SETRLIMIT 252 253/* Define to 1 if you have the `setsid' function. */ 254#undef HAVE_SETSID 255 256/* Define to 1 if you have the `setusercontext' function. */ 257#undef HAVE_SETUSERCONTEXT 258 259/* Define to 1 if you have the `sigprocmask' function. */ 260#undef HAVE_SIGPROCMASK 261 262/* Define to 1 if you have the `sleep' function. */ 263#undef HAVE_SLEEP 264 265/* Define to 1 if you have the `snprintf' function. */ 266#undef HAVE_SNPRINTF 267 268/* Define to 1 if you have the `socketpair' function. */ 269#undef HAVE_SOCKETPAIR 270 271/* Using Solaris threads */ 272#undef HAVE_SOLARIS_THREADS 273 274/* Define to 1 if you have the `srandom' function. */ 275#undef HAVE_SRANDOM 276 277/* Define if you have the SSL libraries installed. */ 278#undef HAVE_SSL 279 280/* Define to 1 if you have the <stdarg.h> header file. */ 281#undef HAVE_STDARG_H 282 283/* Define to 1 if you have the <stdbool.h> header file. */ 284#undef HAVE_STDBOOL_H 285 286/* Define to 1 if you have the <stdint.h> header file. */ 287#undef HAVE_STDINT_H 288 289/* Define to 1 if you have the <stdlib.h> header file. */ 290#undef HAVE_STDLIB_H 291 292/* Define to 1 if you have the `strftime' function. */ 293#undef HAVE_STRFTIME 294 295/* Define to 1 if you have the <strings.h> header file. */ 296#undef HAVE_STRINGS_H 297 298/* Define to 1 if you have the <string.h> header file. */ 299#undef HAVE_STRING_H 300 301/* Define to 1 if you have the `strlcat' function. */ 302#undef HAVE_STRLCAT 303 304/* Define to 1 if you have the `strlcpy' function. */ 305#undef HAVE_STRLCPY 306 307/* Define to 1 if you have the `strptime' function. */ 308#undef HAVE_STRPTIME 309 310/* Define to 1 if `ipi_spec_dst' is a member of `struct in_pktinfo'. */ 311#undef HAVE_STRUCT_IN_PKTINFO_IPI_SPEC_DST 312 313/* Define if you have Swig libraries and header files. */ 314#undef HAVE_SWIG 315 316/* Define to 1 if you have the <syslog.h> header file. */ 317#undef HAVE_SYSLOG_H 318 319/* Define to 1 if you have the <sys/param.h> header file. */ 320#undef HAVE_SYS_PARAM_H 321 322/* Define to 1 if you have the <sys/resource.h> header file. */ 323#undef HAVE_SYS_RESOURCE_H 324 325/* Define to 1 if you have the <sys/socket.h> header file. */ 326#undef HAVE_SYS_SOCKET_H 327 328/* Define to 1 if you have the <sys/stat.h> header file. */ 329#undef HAVE_SYS_STAT_H 330 331/* Define to 1 if you have the <sys/types.h> header file. */ 332#undef HAVE_SYS_TYPES_H 333 334/* Define to 1 if you have the <sys/uio.h> header file. */ 335#undef HAVE_SYS_UIO_H 336 337/* Define to 1 if you have the <sys/wait.h> header file. */ 338#undef HAVE_SYS_WAIT_H 339 340/* Define to 1 if you have the <time.h> header file. */ 341#undef HAVE_TIME_H 342 343/* Define to 1 if you have the `tzset' function. */ 344#undef HAVE_TZSET 345 346/* Define to 1 if you have the <unistd.h> header file. */ 347#undef HAVE_UNISTD_H 348 349/* Define to 1 if you have the `usleep' function. */ 350#undef HAVE_USLEEP 351 352/* Define to 1 if you have the `vfork' function. */ 353#undef HAVE_VFORK 354 355/* Define to 1 if you have the <vfork.h> header file. */ 356#undef HAVE_VFORK_H 357 358/* Define to 1 if you have the <windows.h> header file. */ 359#undef HAVE_WINDOWS_H 360 361/* Using Windows threads */ 362#undef HAVE_WINDOWS_THREADS 363 364/* Define to 1 if you have the <winsock2.h> header file. */ 365#undef HAVE_WINSOCK2_H 366 367/* Define to 1 if `fork' works. */ 368#undef HAVE_WORKING_FORK 369 370/* Define to 1 if `vfork' works. */ 371#undef HAVE_WORKING_VFORK 372 373/* Define to 1 if you have the `writev' function. */ 374#undef HAVE_WRITEV 375 376/* Define to 1 if you have the <ws2tcpip.h> header file. */ 377#undef HAVE_WS2TCPIP_H 378 379/* Define to 1 if you have the `_beginthreadex' function. */ 380#undef HAVE__BEGINTHREADEX 381 382/* if lex has yylex_destroy */ 383#undef LEX_HAS_YYLEX_DESTROY 384 385/* Define to the sub-directory in which libtool stores uninstalled libraries. 386 */ 387#undef LT_OBJDIR 388 389/* Define to the maximum message length to pass to syslog. */ 390#undef MAXSYSLOGMSGLEN 391 392/* Define if memcmp() does not compare unsigned bytes */ 393#undef MEMCMP_IS_BROKEN 394 395/* Define if mkdir has one argument. */ 396#undef MKDIR_HAS_ONE_ARG 397 398/* Define if the network stack does not fully support nonblocking io (causes 399 lower performance). */ 400#undef NONBLOCKING_IS_BROKEN 401 402/* Put -D_ALL_SOURCE define in config.h */ 403#undef OMITTED__D_ALL_SOURCE 404 405/* Put -D_BSD_SOURCE define in config.h */ 406#undef OMITTED__D_BSD_SOURCE 407 408/* Put -D_GNU_SOURCE define in config.h */ 409#undef OMITTED__D_GNU_SOURCE 410 411/* Put -D_LARGEFILE_SOURCE=1 define in config.h */ 412#undef OMITTED__D_LARGEFILE_SOURCE_1 413 414/* Put -D_POSIX_C_SOURCE=200112 define in config.h */ 415#undef OMITTED__D_POSIX_C_SOURCE_200112 416 417/* Put -D_XOPEN_SOURCE=600 define in config.h */ 418#undef OMITTED__D_XOPEN_SOURCE_600 419 420/* Put -D_XOPEN_SOURCE_EXTENDED=1 define in config.h */ 421#undef OMITTED__D_XOPEN_SOURCE_EXTENDED_1 422 423/* Put -D__EXTENSIONS__ define in config.h */ 424#undef OMITTED__D__EXTENSIONS__ 425 426/* Define to the address where bug reports for this package should be sent. */ 427#undef PACKAGE_BUGREPORT 428 429/* Define to the full name of this package. */ 430#undef PACKAGE_NAME 431 432/* Define to the full name and version of this package. */ 433#undef PACKAGE_STRING 434 435/* Define to the one symbol short name of this package. */ 436#undef PACKAGE_TARNAME 437 438/* Define to the home page for this package. */ 439#undef PACKAGE_URL 440 441/* Define to the version of this package. */ 442#undef PACKAGE_VERSION 443 444/* default pidfile location */ 445#undef PIDFILE 446 447/* Define to necessary symbol if this constant uses a non-standard name on 448 your system. */ 449#undef PTHREAD_CREATE_JOINABLE 450 451/* Define as the return type of signal handlers (`int' or `void'). */ 452#undef RETSIGTYPE 453 454/* default rootkey location */ 455#undef ROOT_ANCHOR_FILE 456 457/* default rootcert location */ 458#undef ROOT_CERT_FILE 459 460/* version number for resource files */ 461#undef RSRC_PACKAGE_VERSION 462 463/* Directory to chdir to */ 464#undef RUN_DIR 465 466/* Shared data */ 467#undef SHARE_DIR 468 469/* The size of `time_t', as computed by sizeof. */ 470#undef SIZEOF_TIME_T 471 472/* Define to 1 if you have the ANSI C header files. */ 473#undef STDC_HEADERS 474 475/* use default strptime. */ 476#undef STRPTIME_WORKS 477 478/* Use win32 resources and API */ 479#undef UB_ON_WINDOWS 480 481/* default username */ 482#undef UB_USERNAME 483 484/* use to enable lightweight alloc assertions, for debug use */ 485#undef UNBOUND_ALLOC_LITE 486 487/* use malloc not regions, for debug use */ 488#undef UNBOUND_ALLOC_NONREGIONAL 489 490/* use statistics for allocs and frees, for debug use */ 491#undef UNBOUND_ALLOC_STATS 492 493/* define this to enable debug checks. */ 494#undef UNBOUND_DEBUG 495 496/* Define this to enable ECDSA support. */ 497#undef USE_ECDSA 498 499/* Define this to enable an EVP workaround for older openssl */ 500#undef USE_ECDSA_EVP_WORKAROUND 501 502/* Define this to enable GOST support. */ 503#undef USE_GOST 504 505/* Define if you want to use internal select based events */ 506#undef USE_MINI_EVENT 507 508/* Define this to enable SHA256 and SHA512 support. */ 509#undef USE_SHA2 510 511/* Enable extensions on AIX 3, Interix. */ 512#ifndef _ALL_SOURCE 513# undef _ALL_SOURCE 514#endif 515/* Enable GNU extensions on systems that have them. */ 516#ifndef _GNU_SOURCE 517# undef _GNU_SOURCE 518#endif 519/* Enable threading extensions on Solaris. */ 520#ifndef _POSIX_PTHREAD_SEMANTICS 521# undef _POSIX_PTHREAD_SEMANTICS 522#endif 523/* Enable extensions on HP NonStop. */ 524#ifndef _TANDEM_SOURCE 525# undef _TANDEM_SOURCE 526#endif 527/* Enable general extensions on Solaris. */ 528#ifndef __EXTENSIONS__ 529# undef __EXTENSIONS__ 530#endif 531 532 533/* Whether the windows socket API is used */ 534#undef USE_WINSOCK 535 536/* the version of the windows API enabled */ 537#undef WINVER 538 539/* Define if you want Python module. */ 540#undef WITH_PYTHONMODULE 541 542/* Define if you want PyUnbound. */ 543#undef WITH_PYUNBOUND 544 545/* Define to 1 if `lex' declares `yytext' as a `char *' by default, not a 546 `char[]'. */ 547#undef YYTEXT_POINTER 548 549/* Enable large inode numbers on Mac OS X 10.5. */ 550#ifndef _DARWIN_USE_64_BIT_INODE 551# define _DARWIN_USE_64_BIT_INODE 1 552#endif 553 554/* Number of bits in a file offset, on hosts where this is settable. */ 555#undef _FILE_OFFSET_BITS 556 557/* Define to 1 to make fseeko visible on some hosts (e.g. glibc 2.2). */ 558#undef _LARGEFILE_SOURCE 559 560/* Define for large files, on AIX-style hosts. */ 561#undef _LARGE_FILES 562 563/* Define to 1 if on MINIX. */ 564#undef _MINIX 565 566/* Enable for compile on Minix */ 567#undef _NETBSD_SOURCE 568 569/* Define to 2 if the system does not provide POSIX.1 features except with 570 this defined. */ 571#undef _POSIX_1_SOURCE 572 573/* Define to 1 if you need to in order for `stat' and other things to work. */ 574#undef _POSIX_SOURCE 575 576/* Define to empty if `const' does not conform to ANSI C. */ 577#undef const 578 579/* Define to `int' if <sys/types.h> doesn't define. */ 580#undef gid_t 581 582/* in_addr_t */ 583#undef in_addr_t 584 585/* in_port_t */ 586#undef in_port_t 587 588/* Define to `__inline__' or `__inline' if that's what the C compiler 589 calls it, or to nothing if 'inline' is not supported under any name. */ 590#ifndef __cplusplus 591#undef inline 592#endif 593 594/* Define to `short' if <sys/types.h> does not define. */ 595#undef int16_t 596 597/* Define to `int' if <sys/types.h> does not define. */ 598#undef int32_t 599 600/* Define to `long long' if <sys/types.h> does not define. */ 601#undef int64_t 602 603/* Define to `signed char' if <sys/types.h> does not define. */ 604#undef int8_t 605 606/* Define if replacement function should be used. */ 607#undef malloc 608 609/* Define to `long int' if <sys/types.h> does not define. */ 610#undef off_t 611 612/* Define to `int' if <sys/types.h> does not define. */ 613#undef pid_t 614 615/* Define to 'int' if not defined */ 616#undef rlim_t 617 618/* Define to `unsigned int' if <sys/types.h> does not define. */ 619#undef size_t 620 621/* Define to 'int' if not defined */ 622#undef socklen_t 623 624/* Define to `int' if <sys/types.h> does not define. */ 625#undef ssize_t 626 627/* Define to 'unsigned char if not defined */ 628#undef u_char 629 630/* Define to `int' if <sys/types.h> doesn't define. */ 631#undef uid_t 632 633/* Define to `unsigned short' if <sys/types.h> does not define. */ 634#undef uint16_t 635 636/* Define to `unsigned int' if <sys/types.h> does not define. */ 637#undef uint32_t 638 639/* Define to `unsigned long long' if <sys/types.h> does not define. */ 640#undef uint64_t 641 642/* Define to `unsigned char' if <sys/types.h> does not define. */ 643#undef uint8_t 644 645/* Define as `fork' if `vfork' does not work. */ 646#undef vfork 647 648#if defined(OMITTED__D_GNU_SOURCE) && !defined(_GNU_SOURCE) 649#define _GNU_SOURCE 1 650#endif 651 652#if defined(OMITTED__D_BSD_SOURCE) && !defined(_BSD_SOURCE) 653#define _BSD_SOURCE 1 654#endif 655 656#if defined(OMITTED__D__EXTENSIONS__) && !defined(__EXTENSIONS__) 657#define __EXTENSIONS__ 1 658#endif 659 660#if defined(OMITTED__D_POSIX_C_SOURCE_200112) && !defined(_POSIX_C_SOURCE) 661#define _POSIX_C_SOURCE 200112 662#endif 663 664#if defined(OMITTED__D_XOPEN_SOURCE_600) && !defined(_XOPEN_SOURCE) 665#define _XOPEN_SOURCE 600 666#endif 667 668#if defined(OMITTED__D_XOPEN_SOURCE_EXTENDED_1) && !defined(_XOPEN_SOURCE_EXTENDED) 669#define _XOPEN_SOURCE_EXTENDED 1 670#endif 671 672#if defined(OMITTED__D_ALL_SOURCE) && !defined(_ALL_SOURCE) 673#define _ALL_SOURCE 1 674#endif 675 676#if defined(OMITTED__D_LARGEFILE_SOURCE_1) && !defined(_LARGEFILE_SOURCE) 677#define _LARGEFILE_SOURCE 1 678#endif 679 680 681 682 683#ifndef UNBOUND_DEBUG 684# define NDEBUG 685#endif 686 687/** Use small-ldns codebase */ 688#define USE_SLDNS 1 689#ifdef HAVE_SSL 690# define LDNS_BUILD_CONFIG_HAVE_SSL 1 691#endif 692 693#include <stdio.h> 694#include <string.h> 695#include <unistd.h> 696#include <assert.h> 697 698#if STDC_HEADERS 699#include <stdlib.h> 700#include <stddef.h> 701#endif 702 703#ifdef HAVE_STDARG_H 704#include <stdarg.h> 705#endif 706 707#ifdef HAVE_STDINT_H 708#include <stdint.h> 709#endif 710 711#include <errno.h> 712 713#if HAVE_SYS_PARAM_H 714#include <sys/param.h> 715#endif 716 717#ifdef HAVE_SYS_SOCKET_H 718#include <sys/socket.h> 719#endif 720 721#ifdef HAVE_SYS_UIO_H 722#include <sys/uio.h> 723#endif 724 725#ifdef HAVE_NETINET_IN_H 726#include <netinet/in.h> 727#endif 728 729#ifdef HAVE_ARPA_INET_H 730#include <arpa/inet.h> 731#endif 732 733#ifdef HAVE_WINSOCK2_H 734#include <winsock2.h> 735#endif 736 737#ifdef HAVE_WS2TCPIP_H 738#include <ws2tcpip.h> 739#endif 740 741#ifndef USE_WINSOCK 742#define ARG_LL "%ll" 743#else 744#define ARG_LL "%I64" 745#endif 746 747 748 749#ifdef HAVE_ATTR_FORMAT 750# define ATTR_FORMAT(archetype, string_index, first_to_check) \ 751 __attribute__ ((format (archetype, string_index, first_to_check))) 752#else /* !HAVE_ATTR_FORMAT */ 753# define ATTR_FORMAT(archetype, string_index, first_to_check) /* empty */ 754#endif /* !HAVE_ATTR_FORMAT */ 755 756 757#if defined(DOXYGEN) 758# define ATTR_UNUSED(x) x 759#elif defined(__cplusplus) 760# define ATTR_UNUSED(x) 761#elif defined(HAVE_ATTR_UNUSED) 762# define ATTR_UNUSED(x) x __attribute__((unused)) 763#else /* !HAVE_ATTR_UNUSED */ 764# define ATTR_UNUSED(x) x 765#endif /* !HAVE_ATTR_UNUSED */ 766 767 768#ifndef HAVE_FSEEKO 769#define fseeko fseek 770#define ftello ftell 771#endif /* HAVE_FSEEKO */ 772 773 774#ifndef MAXHOSTNAMELEN 775#define MAXHOSTNAMELEN 256 776#endif 777 778 779#ifndef HAVE_SNPRINTF 780#define snprintf snprintf_unbound 781#define vsnprintf vsnprintf_unbound 782#include <stdarg.h> 783int snprintf (char *str, size_t count, const char *fmt, ...); 784int vsnprintf (char *str, size_t count, const char *fmt, va_list arg); 785#endif /* HAVE_SNPRINTF */ 786 787 788#ifndef HAVE_INET_PTON 789#define inet_pton inet_pton_unbound 790int inet_pton(int af, const char* src, void* dst); 791#endif /* HAVE_INET_PTON */ 792 793 794#ifndef HAVE_INET_NTOP 795#define inet_ntop inet_ntop_unbound 796const char *inet_ntop(int af, const void *src, char *dst, size_t size); 797#endif 798 799 800#ifndef HAVE_INET_ATON 801#define inet_aton inet_aton_unbound 802int inet_aton(const char *cp, struct in_addr *addr); 803#endif 804 805 806#ifndef HAVE_MEMMOVE 807#define memmove memmove_unbound 808void *memmove(void *dest, const void *src, size_t n); 809#endif 810 811 812#ifndef HAVE_STRLCAT 813#define strlcat strlcat_unbound 814size_t strlcat(char *dst, const char *src, size_t siz); 815#endif 816 817 818#ifndef HAVE_STRLCPY 819#define strlcpy strlcpy_unbound 820size_t strlcpy(char *dst, const char *src, size_t siz); 821#endif 822 823 824#ifndef HAVE_GMTIME_R 825#define gmtime_r gmtime_r_unbound 826struct tm *gmtime_r(const time_t *timep, struct tm *result); 827#endif 828 829 830#if !defined(HAVE_SLEEP) || defined(HAVE_WINDOWS_H) 831#define sleep(x) Sleep((x)*1000) /* on win32 */ 832#endif /* HAVE_SLEEP */ 833 834 835#ifndef HAVE_USLEEP 836#define usleep(x) Sleep((x)/1000 + 1) /* on win32 */ 837#endif /* HAVE_USLEEP */ 838 839 840#ifndef HAVE_RANDOM 841#define random rand /* on win32, for tests only (bad random) */ 842#endif /* HAVE_RANDOM */ 843 844 845#ifndef HAVE_SRANDOM 846#define srandom(x) srand(x) /* on win32, for tests only (bad random) */ 847#endif /* HAVE_SRANDOM */ 848 849 850/* detect if we need to cast to unsigned int for FD_SET to avoid warnings */ 851#ifdef HAVE_WINSOCK2_H 852#define FD_SET_T (u_int) 853#else 854#define FD_SET_T 855#endif 856 857 858#ifndef IPV6_MIN_MTU 859#define IPV6_MIN_MTU 1280 860#endif /* IPV6_MIN_MTU */ 861 862 863#ifdef MEMCMP_IS_BROKEN 864#include "compat/memcmp.h" 865#define memcmp memcmp_unbound 866int memcmp(const void *x, const void *y, size_t n); 867#endif 868 869 870 871#ifndef HAVE_CTIME_R 872#define ctime_r unbound_ctime_r 873char *ctime_r(const time_t *timep, char *buf); 874#endif 875 876#if !defined(HAVE_STRPTIME) || !defined(STRPTIME_WORKS) 877#define strptime unbound_strptime 878struct tm; 879char *strptime(const char *s, const char *format, struct tm *tm); 880#endif 881 882#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)) 883 /* using version of libevent that is not threadsafe. */ 884# define LIBEVENT_SIGNAL_PROBLEM 1 885#endif 886 887#ifndef CHECKED_INET6 888# define CHECKED_INET6 889# ifdef AF_INET6 890# define INET6 891# else 892# define AF_INET6 28 893# endif 894#endif /* CHECKED_INET6 */ 895 896#ifndef HAVE_GETADDRINFO 897struct sockaddr_storage; 898#include "compat/fake-rfc2553.h" 899#endif 900 901#ifdef UNBOUND_ALLOC_STATS 902# define malloc(s) unbound_stat_malloc_log(s, __FILE__, __LINE__, __func__) 903# define calloc(n,s) unbound_stat_calloc_log(n, s, __FILE__, __LINE__, __func__) 904# define free(p) unbound_stat_free_log(p, __FILE__, __LINE__, __func__) 905# define realloc(p,s) unbound_stat_realloc_log(p, s, __FILE__, __LINE__, __func__) 906void *unbound_stat_malloc(size_t size); 907void *unbound_stat_calloc(size_t nmemb, size_t size); 908void unbound_stat_free(void *ptr); 909void *unbound_stat_realloc(void *ptr, size_t size); 910void *unbound_stat_malloc_log(size_t size, const char* file, int line, 911 const char* func); 912void *unbound_stat_calloc_log(size_t nmemb, size_t size, const char* file, 913 int line, const char* func); 914void unbound_stat_free_log(void *ptr, const char* file, int line, 915 const char* func); 916void *unbound_stat_realloc_log(void *ptr, size_t size, const char* file, 917 int line, const char* func); 918#elif defined(UNBOUND_ALLOC_LITE) 919# include "util/alloc.h" 920#endif /* UNBOUND_ALLOC_LITE and UNBOUND_ALLOC_STATS */ 921 922/** default port for DNS traffic. */ 923#define UNBOUND_DNS_PORT 53 924/** default port for unbound control traffic, registered port with IANA, 925 ub-dns-control 8953/tcp unbound dns nameserver control */ 926#define UNBOUND_CONTROL_PORT 8953 927/** the version of unbound-control that this software implements */ 928#define UNBOUND_CONTROL_VERSION 1 929 930 931