1/* config.h.in. Generated from configure.ac by autoheader. */ 2 3/* Define if building universal (internal helper macro) */ 4#undef AC_APPLE_UNIVERSAL_BUILD 5 6/* why not HAVE_P_S? */ 7#undef CALL_PTHREAD_SETCONCURRENCY 8 9/* Define to 1 if using 'alloca.c'. */ 10#undef C_ALLOCA 11 12/* Enable debugging code? */ 13#undef DEBUG 14 15/* Directory separator character, usually / or \\ */ 16#undef DIR_SEP 17 18/* number of args to el_init() */ 19#undef EL_INIT_ARGS 20 21/* nls support in libopts */ 22#undef ENABLE_NLS 23 24/* successful termination */ 25#undef EX_OK 26 27/* internal software error */ 28#undef EX_SOFTWARE 29 30/* fopen(3) accepts a 'b' in the mode flag */ 31#undef FOPEN_BINARY_FLAG 32 33/* fopen(3) accepts a 't' in the mode flag */ 34#undef FOPEN_TEXT_FLAG 35 36/* What is getsockname()'s socklen type? */ 37#undef GETSOCKNAME_SOCKLEN_TYPE 38 39/* Define to 1 if you have 'alloca', as a function or macro. */ 40#undef HAVE_ALLOCA 41 42/* Define to 1 if <alloca.h> works. */ 43#undef HAVE_ALLOCA_H 44 45/* Define to 1 if you have the <arpa/nameser.h> header file. */ 46#undef HAVE_ARPA_NAMESER_H 47 48/* Define to 1 if you have the `canonicalize_file_name' function. */ 49#undef HAVE_CANONICALIZE_FILE_NAME 50 51/* Define to 1 if you have the `chmod' function. */ 52#undef HAVE_CHMOD 53 54/* Define to 1 if you have the `clock_getres' function. */ 55#undef HAVE_CLOCK_GETRES 56 57/* Define to 1 if you have the `clock_gettime' function. */ 58#undef HAVE_CLOCK_GETTIME 59 60/* Define to 1 if you have the `clock_settime' function. */ 61#undef HAVE_CLOCK_SETTIME 62 63/* Define to 1 if you have the <cthreads.h> header file. */ 64#undef HAVE_CTHREADS_H 65 66/* Define to 1 if you have the declaration of `strerror_r', and to 0 if you 67 don't. */ 68#undef HAVE_DECL_STRERROR_R 69 70/* Define this if /dev/zero is readable device */ 71#undef HAVE_DEV_ZERO 72 73/* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'. 74 */ 75#undef HAVE_DIRENT_H 76 77/* Define to 1 if you have the <dlfcn.h> header file. */ 78#undef HAVE_DLFCN_H 79 80/* Define to 1 if you don't have `vprintf' but do have `_doprnt.' */ 81#undef HAVE_DOPRNT 82 83/* Can we drop root privileges? */ 84#undef HAVE_DROPROOT 85 86/* Define to 1 if you have the <errno.h> header file. */ 87#undef HAVE_ERRNO_H 88 89/* Define to 1 if you have the `EVP_MD_do_all_sorted' function. */ 90#undef HAVE_EVP_MD_DO_ALL_SORTED 91 92/* Define to 1 if you have the `fchmod' function. */ 93#undef HAVE_FCHMOD 94 95/* Define to 1 if you have the <fcntl.h> header file. */ 96#undef HAVE_FCNTL_H 97 98/* Define to 1 if you have the `fork' function. */ 99#undef HAVE_FORK 100 101/* Define to 1 if you have the `fstat' function. */ 102#undef HAVE_FSTAT 103 104/* Define to 1 if you have the `getclock' function. */ 105#undef HAVE_GETCLOCK 106 107/* Define to 1 if you have the `getdtablesize' function. */ 108#undef HAVE_GETDTABLESIZE 109 110/* Define to 1 if you have the `getifaddrs' function. */ 111#undef HAVE_GETIFADDRS 112 113/* if you have GNU Pth */ 114#undef HAVE_GNU_PTH 115 116/* Define to 1 if you have the <histedit.h> header file. */ 117#undef HAVE_HISTEDIT_H 118 119/* Define to 1 if you have the <history.h> header file. */ 120#undef HAVE_HISTORY_H 121 122/* Define to 1 if you have the `if_nametoindex' function. */ 123#undef HAVE_IF_NAMETOINDEX 124 125/* inline keyword or macro available */ 126#undef HAVE_INLINE 127 128/* Define to 1 if the system has the type `int16_t'. */ 129#undef HAVE_INT16_T 130 131/* Define to 1 if the system has the type `int32'. */ 132#undef HAVE_INT32 133 134/* int32 type in DNS headers, not others. */ 135#undef HAVE_INT32_ONLY_WITH_DNS 136 137/* Define to 1 if the system has the type `int32_t'. */ 138#undef HAVE_INT32_T 139 140/* Define to 1 if the system has the type `int8_t'. */ 141#undef HAVE_INT8_T 142 143/* Define to 1 if the system has the type `intmax_t'. */ 144#undef HAVE_INTMAX_T 145 146/* Define to 1 if the system has the type `intptr_t'. */ 147#undef HAVE_INTPTR_T 148 149/* Define to 1 if you have the <inttypes.h> header file. */ 150#undef HAVE_INTTYPES_H 151 152/* Define to 1 if you have the `gen' library (-lgen). */ 153#undef HAVE_LIBGEN 154 155/* Define to 1 if you have the <libgen.h> header file. */ 156#undef HAVE_LIBGEN_H 157 158/* Define to 1 if you have the `intl' library (-lintl). */ 159#undef HAVE_LIBINTL 160 161/* Define to 1 if you have the <libintl.h> header file. */ 162#undef HAVE_LIBINTL_H 163 164/* Define to 1 if you have the <limits.h> header file. */ 165#undef HAVE_LIMITS_H 166 167/* using Linux pthread? */ 168#undef HAVE_LINUXTHREADS 169 170/* Do we have Linux capabilities? */ 171#undef HAVE_LINUX_CAPABILITIES 172 173/* Define to 1 if you have the <linux/if_addr.h> header file. */ 174#undef HAVE_LINUX_IF_ADDR_H 175 176/* if you have LinuxThreads */ 177#undef HAVE_LINUX_THREADS 178 179/* Define to 1 if you have the `localeconv' function. */ 180#undef HAVE_LOCALECONV 181 182/* Define to 1 if you have the <locale.h> header file. */ 183#undef HAVE_LOCALE_H 184 185/* Define to 1 if the system has the type `long double'. */ 186#undef HAVE_LONG_DOUBLE 187 188/* Define to 1 if the system has the type `long long'. */ 189#undef HAVE_LONG_LONG 190 191/* Define to 1 if the system has the type `long long int'. */ 192#undef HAVE_LONG_LONG_INT 193 194/* if you have SunOS LWP package */ 195#undef HAVE_LWP 196 197/* Define to 1 if you have the <lwp/lwp.h> header file. */ 198#undef HAVE_LWP_LWP_H 199 200/* define if you have Mach Cthreads */ 201#undef HAVE_MACH_CTHREADS 202 203/* Define to 1 if you have the <mach/cthreads.h> header file. */ 204#undef HAVE_MACH_CTHREADS_H 205 206/* Define to 1 if you have the `MD5Init' function. */ 207#undef HAVE_MD5INIT 208 209/* Define to 1 if you have the <md5.h> header file. */ 210#undef HAVE_MD5_H 211 212/* Define to 1 if you have the <memory.h> header file. */ 213#undef HAVE_MEMORY_H 214 215/* Define to 1 if you have the <minix/config.h> header file. */ 216#undef HAVE_MINIX_CONFIG_H 217 218/* Define to 1 if you have the `mmap' function. */ 219#undef HAVE_MMAP 220 221/* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */ 222#undef HAVE_NDIR_H 223 224/* Define to 1 if you have the <netdb.h> header file. */ 225#undef HAVE_NETDB_H 226 227/* Define to 1 if you have the <netinet/in.h> header file. */ 228#undef HAVE_NETINET_IN_H 229 230/* Define to 1 if you have the <netinet/in_system.h> header file. */ 231#undef HAVE_NETINET_IN_SYSTEM_H 232 233/* Define to 1 if you have the <netinet/in_systm.h> header file. */ 234#undef HAVE_NETINET_IN_SYSTM_H 235 236/* Define to 1 if you have the <netinet/in_var.h> header file. */ 237#undef HAVE_NETINET_IN_VAR_H 238 239/* Define to 1 if you have the <netinet/ip.h> header file. */ 240#undef HAVE_NETINET_IP_H 241 242/* Define to 1 if you have the <net/if.h> header file. */ 243#undef HAVE_NET_IF_H 244 245/* Define to 1 if you have the <net/if_var.h> header file. */ 246#undef HAVE_NET_IF_VAR_H 247 248/* sntp does not care about 'nice' */ 249#undef HAVE_NO_NICE 250 251/* if you have NT Event Log */ 252#undef HAVE_NT_EVENT_LOG 253 254/* if you have NT Service Manager */ 255#undef HAVE_NT_SERVICE_MANAGER 256 257/* if you have NT Threads */ 258#undef HAVE_NT_THREADS 259 260/* Define to 1 if you have the <openssl/cmac.h> header file. */ 261#undef HAVE_OPENSSL_CMAC_H 262 263/* Define to 1 if you have the <openssl/hmac.h> header file. */ 264#undef HAVE_OPENSSL_HMAC_H 265 266/* Define this if pathfind(3) works */ 267#undef HAVE_PATHFIND 268 269/* Define to 1 if the system has the type `pid_t'. */ 270#undef HAVE_PID_T 271 272/* Define to 1 if you have the <priv.h> header file. */ 273#undef HAVE_PRIV_H 274 275/* Define if you have POSIX threads libraries and header files. */ 276#undef HAVE_PTHREAD 277 278/* define to pthreads API spec revision */ 279#undef HAVE_PTHREADS 280 281/* Define to 1 if you have the `pthread_attr_getstacksize' function. */ 282#undef HAVE_PTHREAD_ATTR_GETSTACKSIZE 283 284/* Define to 1 if you have the `pthread_attr_setstacksize' function. */ 285#undef HAVE_PTHREAD_ATTR_SETSTACKSIZE 286 287/* define if you have pthread_detach function */ 288#undef HAVE_PTHREAD_DETACH 289 290/* Define to 1 if you have the `pthread_getconcurrency' function. */ 291#undef HAVE_PTHREAD_GETCONCURRENCY 292 293/* Define to 1 if you have the <pthread.h> header file. */ 294#undef HAVE_PTHREAD_H 295 296/* Define to 1 if you have the `pthread_kill' function. */ 297#undef HAVE_PTHREAD_KILL 298 299/* Define to 1 if you have the `pthread_kill_other_threads_np' function. */ 300#undef HAVE_PTHREAD_KILL_OTHER_THREADS_NP 301 302/* define if you have pthread_rwlock_destroy function */ 303#undef HAVE_PTHREAD_RWLOCK_DESTROY 304 305/* Define to 1 if you have the `pthread_setconcurrency' function. */ 306#undef HAVE_PTHREAD_SETCONCURRENCY 307 308/* Define to 1 if you have the `pthread_yield' function. */ 309#undef HAVE_PTHREAD_YIELD 310 311/* Define to 1 if you have the <pth.h> header file. */ 312#undef HAVE_PTH_H 313 314/* Define to 1 if the system has the type `ptrdiff_t'. */ 315#undef HAVE_PTRDIFF_T 316 317/* Define to 1 if you have the <readline.h> header file. */ 318#undef HAVE_READLINE_H 319 320/* Define if your readline library has \`add_history' */ 321#undef HAVE_READLINE_HISTORY 322 323/* Define to 1 if you have the <readline/history.h> header file. */ 324#undef HAVE_READLINE_HISTORY_H 325 326/* Define to 1 if you have the <readline/readline.h> header file. */ 327#undef HAVE_READLINE_READLINE_H 328 329/* Define this if we have a functional realpath(3C) */ 330#undef HAVE_REALPATH 331 332/* Define to 1 if you have the `recvmsg' function. */ 333#undef HAVE_RECVMSG 334 335/* Define to 1 if you have the <resolv.h> header file. */ 336#undef HAVE_RESOLV_H 337 338/* Define to 1 if you have the `res_init' function. */ 339#undef HAVE_RES_INIT 340 341/* Define to 1 if you have the <runetype.h> header file. */ 342#undef HAVE_RUNETYPE_H 343 344/* Define to 1 if you have the <sched.h> header file. */ 345#undef HAVE_SCHED_H 346 347/* Define to 1 if you have the `sched_yield' function. */ 348#undef HAVE_SCHED_YIELD 349 350/* Define to 1 if you have the <semaphore.h> header file. */ 351#undef HAVE_SEMAPHORE_H 352 353/* Define to 1 if you have the `sem_timedwait' function. */ 354#undef HAVE_SEM_TIMEDWAIT 355 356/* Define to 1 if you have the <setjmp.h> header file. */ 357#undef HAVE_SETJMP_H 358 359/* Define to 1 if you have the `settimeofday' function. */ 360#undef HAVE_SETTIMEOFDAY 361 362/* Define to 1 if you have the `sigaction' function. */ 363#undef HAVE_SIGACTION 364 365/* Can we use SIGIO for tcp and udp IO? */ 366#undef HAVE_SIGNALED_IO 367 368/* Define to 1 if you have the `sigset' function. */ 369#undef HAVE_SIGSET 370 371/* Define to 1 if you have the `sigvec' function. */ 372#undef HAVE_SIGVEC 373 374/* sigwait() available? */ 375#undef HAVE_SIGWAIT 376 377/* Define to 1 if the system has the type `size_t'. */ 378#undef HAVE_SIZE_T 379 380/* Define to 1 if you have the `snprintf' function. */ 381#undef HAVE_SNPRINTF 382 383/* Define to 1 if you have the `socket' function. */ 384#undef HAVE_SOCKET 385 386/* Define to 1 if you have the `socketpair' function. */ 387#undef HAVE_SOCKETPAIR 388 389/* Are Solaris privileges available? */ 390#undef HAVE_SOLARIS_PRIVS 391 392/* Define to 1 if you have the <stdarg.h> header file. */ 393#undef HAVE_STDARG_H 394 395/* Define to 1 if stdbool.h conforms to C99. */ 396#undef HAVE_STDBOOL_H 397 398/* Define to 1 if you have the <stddef.h> header file. */ 399#undef HAVE_STDDEF_H 400 401/* Define to 1 if you have the <stdint.h> header file. */ 402#undef HAVE_STDINT_H 403 404/* Define to 1 if you have the <stdio.h> header file. */ 405#undef HAVE_STDIO_H 406 407/* Define to 1 if you have the <stdlib.h> header file. */ 408#undef HAVE_STDLIB_H 409 410/* Define to 1 if you have the `stime' function. */ 411#undef HAVE_STIME 412 413/* Define to 1 if you have the `strchr' function. */ 414#undef HAVE_STRCHR 415 416/* Define to 1 if you have the `strdup' function. */ 417#undef HAVE_STRDUP 418 419/* Define if you have `strerror_r'. */ 420#undef HAVE_STRERROR_R 421 422/* Define this if strftime() works */ 423#undef HAVE_STRFTIME 424 425/* Define to 1 if you have the <strings.h> header file. */ 426#undef HAVE_STRINGS_H 427 428/* Define to 1 if you have the <string.h> header file. */ 429#undef HAVE_STRING_H 430 431/* Define to 1 if you have the `strlcat' function. */ 432#undef HAVE_STRLCAT 433 434/* Define to 1 if you have the `strlcpy' function. */ 435#undef HAVE_STRLCPY 436 437/* Define to 1 if you have the `strrchr' function. */ 438#undef HAVE_STRRCHR 439 440/* Define to 1 if you have the `strsignal' function. */ 441#undef HAVE_STRSIGNAL 442 443/* Define to 1 if `decimal_point' is a member of `struct lconv'. */ 444#undef HAVE_STRUCT_LCONV_DECIMAL_POINT 445 446/* Define to 1 if `thousands_sep' is a member of `struct lconv'. */ 447#undef HAVE_STRUCT_LCONV_THOUSANDS_SEP 448 449/* Do we have struct ntptimeval? */ 450#undef HAVE_STRUCT_NTPTIMEVAL 451 452/* Does a system header define struct sockaddr_storage? */ 453#undef HAVE_STRUCT_SOCKADDR_STORAGE 454 455/* struct timespec declared? */ 456#undef HAVE_STRUCT_TIMESPEC 457 458/* Define to 1 if you have the <synch.h> header file. */ 459#undef HAVE_SYNCH_H 460 461/* Define to 1 if you have the `sysconf' function. */ 462#undef HAVE_SYSCONF 463 464/* Define to 1 if you have the <sysexits.h> header file. */ 465#undef HAVE_SYSEXITS_H 466 467/* */ 468#undef HAVE_SYSLOG_FACILITYNAMES 469 470/* Define to 1 if you have the <syslog.h> header file. */ 471#undef HAVE_SYSLOG_H 472 473/* Define to 1 if you have the <sys/capability.h> header file. */ 474#undef HAVE_SYS_CAPABILITY_H 475 476/* Define to 1 if you have the <sys/clockctl.h> header file. */ 477#undef HAVE_SYS_CLOCKCTL_H 478 479/* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'. 480 */ 481#undef HAVE_SYS_DIR_H 482 483/* Define to 1 if you have the <sys/limits.h> header file. */ 484#undef HAVE_SYS_LIMITS_H 485 486/* Define to 1 if you have the <sys/mac.h> header file. */ 487#undef HAVE_SYS_MAC_H 488 489/* Define to 1 if you have the <sys/mman.h> header file. */ 490#undef HAVE_SYS_MMAN_H 491 492/* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'. 493 */ 494#undef HAVE_SYS_NDIR_H 495 496/* Define to 1 if you have the <sys/param.h> header file. */ 497#undef HAVE_SYS_PARAM_H 498 499/* Define to 1 if you have the <sys/poll.h> header file. */ 500#undef HAVE_SYS_POLL_H 501 502/* Define to 1 if you have the <sys/prctl.h> header file. */ 503#undef HAVE_SYS_PRCTL_H 504 505/* Define to 1 if you have the <sys/procset.h> header file. */ 506#undef HAVE_SYS_PROCSET_H 507 508/* Define to 1 if you have the <sys/select.h> header file. */ 509#undef HAVE_SYS_SELECT_H 510 511/* Define to 1 if you have the <sys/socket.h> header file. */ 512#undef HAVE_SYS_SOCKET_H 513 514/* Define to 1 if you have the <sys/stat.h> header file. */ 515#undef HAVE_SYS_STAT_H 516 517/* Define to 1 if you have the <sys/stropts.h> header file. */ 518#undef HAVE_SYS_STROPTS_H 519 520/* Define to 1 if you have the <sys/sysctl.h> header file. */ 521#undef HAVE_SYS_SYSCTL_H 522 523/* Define to 1 if you have the <sys/timepps.h> header file. */ 524#undef HAVE_SYS_TIMEPPS_H 525 526/* Define to 1 if you have the <sys/timers.h> header file. */ 527#undef HAVE_SYS_TIMERS_H 528 529/* Define to 1 if you have the <sys/time.h> header file. */ 530#undef HAVE_SYS_TIME_H 531 532/* Define to 1 if you have the <sys/types.h> header file. */ 533#undef HAVE_SYS_TYPES_H 534 535/* Define to 1 if you have the <sys/un.h> header file. */ 536#undef HAVE_SYS_UN_H 537 538/* Define to 1 if you have the <sys/wait.h> header file. */ 539#undef HAVE_SYS_WAIT_H 540 541/* Define to 1 if the system has the type `s_char'. */ 542#undef HAVE_S_CHAR 543 544/* sntp does not care about TTY stuff */ 545#undef HAVE_TERMIOS 546 547/* if you have Solaris LWP (thr) package */ 548#undef HAVE_THR 549 550/* Define to 1 if you have the <thread.h> header file. */ 551#undef HAVE_THREAD_H 552 553/* Define to 1 if you have the `thr_getconcurrency' function. */ 554#undef HAVE_THR_GETCONCURRENCY 555 556/* Define to 1 if you have the `thr_setconcurrency' function. */ 557#undef HAVE_THR_SETCONCURRENCY 558 559/* Define to 1 if you have the `thr_yield' function. */ 560#undef HAVE_THR_YIELD 561 562/* Define to 1 if you have the `timegm' function. */ 563#undef HAVE_TIMEGM 564 565/* Define to 1 if you have the <time.h> header file. */ 566#undef HAVE_TIME_H 567 568/* Are TrustedBSD MAC policy privileges available? */ 569#undef HAVE_TRUSTEDBSD_MAC 570 571/* Define to 1 if the system has the type `uint16_t'. */ 572#undef HAVE_UINT16_T 573 574/* Define to 1 if the system has the type `uint32_t'. */ 575#undef HAVE_UINT32_T 576 577/* Define to 1 if the system has the type `uint8_t'. */ 578#undef HAVE_UINT8_T 579 580/* Define to 1 if the system has the type `uintmax_t'. */ 581#undef HAVE_UINTMAX_T 582 583/* Define to 1 if the system has the type `uintptr_t'. */ 584#undef HAVE_UINTPTR_T 585 586/* Define to 1 if the system has the type `uint_t'. */ 587#undef HAVE_UINT_T 588 589/* Define to 1 if you have the <unistd.h> header file. */ 590#undef HAVE_UNISTD_H 591 592/* deviant sigwait? */ 593#undef HAVE_UNIXWARE_SIGWAIT 594 595/* Define to 1 if the system has the type `unsigned long long int'. */ 596#undef HAVE_UNSIGNED_LONG_LONG_INT 597 598/* Define to 1 if you have the <utime.h> header file. */ 599#undef HAVE_UTIME_H 600 601/* Define to 1 if the system has the type `u_int32'. */ 602#undef HAVE_U_INT32 603 604/* u_int32 type in DNS headers, not others. */ 605#undef HAVE_U_INT32_ONLY_WITH_DNS 606 607/* Define to 1 if you have the <values.h> header file. */ 608#undef HAVE_VALUES_H 609 610/* Define to 1 if you have the <varargs.h> header file. */ 611#undef HAVE_VARARGS_H 612 613/* Define to 1 if you have the `vfork' function. */ 614#undef HAVE_VFORK 615 616/* Define to 1 if you have the <vfork.h> header file. */ 617#undef HAVE_VFORK_H 618 619/* Define to 1 if you have the `vprintf' function. */ 620#undef HAVE_VPRINTF 621 622/* Define if C99-compliant `vsnprintf' is available. */ 623#undef HAVE_VSNPRINTF 624 625/* Define to 1 if you have the <wchar.h> header file. */ 626#undef HAVE_WCHAR_H 627 628/* Define to 1 if the system has the type `wchar_t'. */ 629#undef HAVE_WCHAR_T 630 631/* Define to 1 if the system has the type `wint_t'. */ 632#undef HAVE_WINT_T 633 634/* Define to 1 if `fork' works. */ 635#undef HAVE_WORKING_FORK 636 637/* Define to 1 if `vfork' works. */ 638#undef HAVE_WORKING_VFORK 639 640/* define if select implicitly yields */ 641#undef HAVE_YIELDING_SELECT 642 643/* Define to 1 if the system has the type `_Bool'. */ 644#undef HAVE__BOOL 645 646/* defined if C compiler supports __attribute__((...)) */ 647#undef HAVE___ATTRIBUTE__ 648 649 650 /* define away __attribute__() if unsupported */ 651 #ifndef HAVE___ATTRIBUTE__ 652 # define __attribute__(x) /* empty */ 653 #endif 654 #define ISC_PLATFORM_NORETURN_PRE 655 #define ISC_PLATFORM_NORETURN_POST __attribute__((__noreturn__)) 656 657 658 659/* Define to 1 if you have the `__res_init' function. */ 660#undef HAVE___RES_INIT 661 662/* Does struct sockaddr_storage have __ss_family? */ 663#undef HAVE___SS_FAMILY_IN_SS 664 665 666 /* Handle sockaddr_storage.__ss_family */ 667 #ifdef HAVE___SS_FAMILY_IN_SS 668 # define ss_family __ss_family 669 #endif /* HAVE___SS_FAMILY_IN_SS */ 670 671 672 673/* Define to provide `rpl_snprintf' function. */ 674#undef HW_WANT_RPL_SNPRINTF 675 676/* Define to provide `rpl_vsnprintf' function. */ 677#undef HW_WANT_RPL_VSNPRINTF 678 679/* Enclose PTHREAD_ONCE_INIT in extra braces? */ 680#undef ISC_PLATFORM_BRACEPTHREADONCEINIT 681 682/* Do we need to fix in6isaddr? */ 683#undef ISC_PLATFORM_FIXIN6ISADDR 684 685/* ISC: do we have if_nametoindex()? */ 686#undef ISC_PLATFORM_HAVEIFNAMETOINDEX 687 688/* have struct if_laddrconf? */ 689#undef ISC_PLATFORM_HAVEIF_LADDRCONF 690 691/* have struct if_laddrreq? */ 692#undef ISC_PLATFORM_HAVEIF_LADDRREQ 693 694/* have struct in6_pktinfo? */ 695#undef ISC_PLATFORM_HAVEIN6PKTINFO 696 697/* have IPv6? */ 698#undef ISC_PLATFORM_HAVEIPV6 699 700/* struct sockaddr has sa_len? */ 701#undef ISC_PLATFORM_HAVESALEN 702 703/* sin6_scope_id? */ 704#undef ISC_PLATFORM_HAVESCOPEID 705 706/* missing in6addr_any? */ 707#undef ISC_PLATFORM_NEEDIN6ADDRANY 708 709/* Do we need netinet6/in6.h? */ 710#undef ISC_PLATFORM_NEEDNETINET6IN6H 711 712/* ISC: provide inet_ntop() */ 713#undef ISC_PLATFORM_NEEDNTOP 714 715/* Declare in_port_t? */ 716#undef ISC_PLATFORM_NEEDPORTT 717 718/* ISC: provide inet_pton() */ 719#undef ISC_PLATFORM_NEEDPTON 720 721/* enable libisc thread support? */ 722#undef ISC_PLATFORM_USETHREADS 723 724/* define to 1 if library is thread safe */ 725#undef LDAP_API_FEATURE_X_OPENLDAP_THREAD_SAFE 726 727/* Define to the sub-directory where libtool stores uninstalled libraries. */ 728#undef LT_OBJDIR 729 730/* Does the target support multicast IP? */ 731#undef MCAST 732 733/* having to fork the DNS worker early when doing chroot? */ 734#undef NEED_EARLY_FORK 735 736/* pthread_init() required? */ 737#undef NEED_PTHREAD_INIT 738 739/* use PTHREAD_SCOPE_SYSTEM? */ 740#undef NEED_PTHREAD_SCOPE_SYSTEM 741 742/* Do we need an s_char typedef? */ 743#undef NEED_S_CHAR_TYPEDEF 744 745/* Define this if optional arguments are disallowed */ 746#undef NO_OPTIONAL_OPT_ARGS 747 748/* Should we avoid #warning on option name collisions? */ 749#undef NO_OPTION_NAME_WARNINGS 750 751/* define if you have (or want) no threads */ 752#undef NO_THREADS 753 754/* Use OpenSSL? */ 755#undef OPENSSL 756 757/* Name of package */ 758#undef PACKAGE 759 760/* Define to the address where bug reports for this package should be sent. */ 761#undef PACKAGE_BUGREPORT 762 763/* Define to the full name of this package. */ 764#undef PACKAGE_NAME 765 766/* Define to the full name and version of this package. */ 767#undef PACKAGE_STRING 768 769/* Define to the one symbol short name of this package. */ 770#undef PACKAGE_TARNAME 771 772/* Define to the home page for this package. */ 773#undef PACKAGE_URL 774 775/* Define to the version of this package. */ 776#undef PACKAGE_VERSION 777 778/* define to a working POSIX compliant shell */ 779#undef POSIX_SHELL 780 781/* enable thread safety */ 782#undef REENTRANT 783 784/* name of regex header file */ 785#undef REGEX_HEADER 786 787/* define if sched_yield yields the entire process */ 788#undef REPLACE_BROKEN_YIELD 789 790/* The size of `char *', as computed by sizeof. */ 791#undef SIZEOF_CHAR_P 792 793/* The size of `int', as computed by sizeof. */ 794#undef SIZEOF_INT 795 796/* The size of `long', as computed by sizeof. */ 797#undef SIZEOF_LONG 798 799/* The size of `long long', as computed by sizeof. */ 800#undef SIZEOF_LONG_LONG 801 802/* The size of `pthread_t', as computed by sizeof. */ 803#undef SIZEOF_PTHREAD_T 804 805/* The size of `short', as computed by sizeof. */ 806#undef SIZEOF_SHORT 807 808/* The size of `signed char', as computed by sizeof. */ 809#undef SIZEOF_SIGNED_CHAR 810 811/* The size of `time_t', as computed by sizeof. */ 812#undef SIZEOF_TIME_T 813 814/* If using the C implementation of alloca, define if you know the 815 direction of stack growth for your system; otherwise it will be 816 automatically deduced at runtime. 817 STACK_DIRECTION > 0 => grows toward higher addresses 818 STACK_DIRECTION < 0 => grows toward lower addresses 819 STACK_DIRECTION = 0 => direction of growth unknown */ 820#undef STACK_DIRECTION 821 822/* Define to 1 if all of the C90 standard headers exist (not just the ones 823 required in a freestanding environment). This macro is provided for 824 backward compatibility; new code need not use it. */ 825#undef STDC_HEADERS 826 827/* Define to 1 if strerror_r returns char *. */ 828#undef STRERROR_R_CHAR_P 829 830/* canonical system (cpu-vendor-os) of where we should run */ 831#undef STR_SYSTEM 832 833/* Does Xettimeofday take 1 arg? */ 834#undef SYSV_TIMEOFDAY 835 836/* enable thread safety */ 837#undef THREADSAFE 838 839/* enable thread safety */ 840#undef THREAD_SAFE 841 842/* Define to 1 if you can safely include both <sys/time.h> and <time.h>. This 843 macro is obsolete. */ 844#undef TIME_WITH_SYS_TIME 845 846/* Provide a typedef for uintptr_t? */ 847#ifndef HAVE_UINTPTR_T 848typedef unsigned int uintptr_t; 849#define HAVE_UINTPTR_T 1 850#endif 851 852/* What type to use for setsockopt */ 853#undef TYPEOF_IP_MULTICAST_LOOP 854 855/* OK to use snprintb()? */ 856#undef USE_SNPRINTB 857 858/* Enable extensions on AIX 3, Interix. */ 859#ifndef _ALL_SOURCE 860# undef _ALL_SOURCE 861#endif 862/* Enable general extensions on macOS. */ 863#ifndef _DARWIN_C_SOURCE 864# undef _DARWIN_C_SOURCE 865#endif 866/* Enable general extensions on Solaris. */ 867#ifndef __EXTENSIONS__ 868# undef __EXTENSIONS__ 869#endif 870/* Enable GNU extensions on systems that have them. */ 871#ifndef _GNU_SOURCE 872# undef _GNU_SOURCE 873#endif 874/* Enable X/Open compliant socket functions that do not require linking 875 with -lxnet on HP-UX 11.11. */ 876#ifndef _HPUX_ALT_XOPEN_SOCKET_API 877# undef _HPUX_ALT_XOPEN_SOCKET_API 878#endif 879/* Identify the host operating system as Minix. 880 This macro does not affect the system headers' behavior. 881 A future release of Autoconf may stop defining this macro. */ 882#ifndef _MINIX 883# undef _MINIX 884#endif 885/* Enable general extensions on NetBSD. 886 Enable NetBSD compatibility extensions on Minix. */ 887#ifndef _NETBSD_SOURCE 888# undef _NETBSD_SOURCE 889#endif 890/* Enable OpenBSD compatibility extensions on NetBSD. 891 Oddly enough, this does nothing on OpenBSD. */ 892#ifndef _OPENBSD_SOURCE 893# undef _OPENBSD_SOURCE 894#endif 895/* Define to 1 if needed for POSIX-compatible behavior. */ 896#ifndef _POSIX_SOURCE 897# undef _POSIX_SOURCE 898#endif 899/* Define to 2 if needed for POSIX-compatible behavior. */ 900#ifndef _POSIX_1_SOURCE 901# undef _POSIX_1_SOURCE 902#endif 903/* Enable POSIX-compatible threading on Solaris. */ 904#ifndef _POSIX_PTHREAD_SEMANTICS 905# undef _POSIX_PTHREAD_SEMANTICS 906#endif 907/* Enable extensions specified by ISO/IEC TS 18661-5:2014. */ 908#ifndef __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 909# undef __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 910#endif 911/* Enable extensions specified by ISO/IEC TS 18661-1:2014. */ 912#ifndef __STDC_WANT_IEC_60559_BFP_EXT__ 913# undef __STDC_WANT_IEC_60559_BFP_EXT__ 914#endif 915/* Enable extensions specified by ISO/IEC TS 18661-2:2015. */ 916#ifndef __STDC_WANT_IEC_60559_DFP_EXT__ 917# undef __STDC_WANT_IEC_60559_DFP_EXT__ 918#endif 919/* Enable extensions specified by ISO/IEC TS 18661-4:2015. */ 920#ifndef __STDC_WANT_IEC_60559_FUNCS_EXT__ 921# undef __STDC_WANT_IEC_60559_FUNCS_EXT__ 922#endif 923/* Enable extensions specified by ISO/IEC TS 18661-3:2015. */ 924#ifndef __STDC_WANT_IEC_60559_TYPES_EXT__ 925# undef __STDC_WANT_IEC_60559_TYPES_EXT__ 926#endif 927/* Enable extensions specified by ISO/IEC TR 24731-2:2010. */ 928#ifndef __STDC_WANT_LIB_EXT2__ 929# undef __STDC_WANT_LIB_EXT2__ 930#endif 931/* Enable extensions specified by ISO/IEC 24747:2009. */ 932#ifndef __STDC_WANT_MATH_SPEC_FUNCS__ 933# undef __STDC_WANT_MATH_SPEC_FUNCS__ 934#endif 935/* Enable extensions on HP NonStop. */ 936#ifndef _TANDEM_SOURCE 937# undef _TANDEM_SOURCE 938#endif 939/* Enable X/Open extensions. Define to 500 only if necessary 940 to make mbstate_t available. */ 941#ifndef _XOPEN_SOURCE 942# undef _XOPEN_SOURCE 943#endif 944 945 946/* Can we use SIGPOLL for tty IO? */ 947#undef USE_TTY_SIGPOLL 948 949/* Can we use SIGPOLL for UDP? */ 950#undef USE_UDP_SIGPOLL 951 952/* Version number of package */ 953#undef VERSION 954 955/* vsnprintf expands "%m" to strerror(errno) */ 956#undef VSNPRINTF_PERCENT_M 957 958/* configure --enable-ipv6 */ 959#undef WANT_IPV6 960 961/* Define this if a working libregex can be found */ 962#undef WITH_LIBREGEX 963 964/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most 965 significant byte first (like Motorola and SPARC, unlike Intel). */ 966#if defined AC_APPLE_UNIVERSAL_BUILD 967# if defined __BIG_ENDIAN__ 968# define WORDS_BIGENDIAN 1 969# endif 970#else 971# ifndef WORDS_BIGENDIAN 972# undef WORDS_BIGENDIAN 973# endif 974#endif 975 976/* enable thread safety */ 977#undef _REENTRANT 978 979/* enable thread safety */ 980#undef _SGI_MP_SOURCE 981 982/* enable thread safety */ 983#undef _THREADSAFE 984 985/* enable thread safety */ 986#undef _THREAD_SAFE 987 988/* Are we _special_? */ 989#undef __APPLE_USE_RFC_3542 990 991/* Define to 1 if type `char' is unsigned and your compiler does not 992 predefine this macro. */ 993#ifndef __CHAR_UNSIGNED__ 994# undef __CHAR_UNSIGNED__ 995#endif 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/* Define to `__inline__' or `__inline' if that's what the C compiler 1004 calls it, or to nothing if 'inline' is not supported under any name. */ 1005#ifndef __cplusplus 1006#undef inline 1007#endif 1008 1009/* Define to the widest signed integer type if <stdint.h> and <inttypes.h> do 1010 not define. */ 1011#undef intmax_t 1012 1013/* Define as a signed integer type capable of holding a process identifier. */ 1014#undef pid_t 1015 1016/* Define to `unsigned int' if <sys/types.h> does not define. */ 1017#undef size_t 1018 1019 1020 #if !defined(_KERNEL) && !defined(PARSESTREAM) 1021 /* 1022 * stdio.h must be included after _GNU_SOURCE is defined 1023 * but before #define snprintf rpl_snprintf 1024 */ 1025 # include <stdio.h> 1026 #endif 1027 1028 1029/* Define to rpl_snprintf if the replacement function should be used. */ 1030#undef snprintf 1031 1032/* Define to `int' if <sys/types.h> doesn't define. */ 1033#undef uid_t 1034 1035/* Define to the widest unsigned integer type if <stdint.h> and <inttypes.h> 1036 do not define. */ 1037#undef uintmax_t 1038 1039/* Define to the type of an unsigned integer type wide enough to hold a 1040 pointer, if such a type exists, and if the system does not define it. */ 1041#undef uintptr_t 1042 1043/* Define as `fork' if `vfork' does not work. */ 1044#undef vfork 1045 1046/* Define to empty if the keyword `volatile' does not work. Warning: valid 1047 code using `volatile' can become incorrect without. Disable with care. */ 1048#undef volatile 1049 1050/* Define to rpl_vsnprintf if the replacement function should be used. */ 1051#undef vsnprintf 1052 1053 1054#ifndef MPINFOU_PREDECLARED 1055# define MPINFOU_PREDECLARED 1056typedef union mpinfou { 1057 struct pdk_mpinfo *pdkptr; 1058 struct mpinfo *pikptr; 1059} mpinfou_t; 1060#endif 1061 1062 1063 1064 #if !defined(_KERNEL) && !defined(PARSESTREAM) 1065 # if defined(HW_WANT_RPL_VSNPRINTF) 1066 # if defined(__cplusplus) 1067 extern "C" { 1068 # endif 1069 # include <stdarg.h> 1070 int rpl_vsnprintf(char *, size_t, const char *, va_list); 1071 # if defined(__cplusplus) 1072 } 1073 # endif 1074 # endif 1075 # if defined(HW_WANT_RPL_SNPRINTF) 1076 # if defined(__cplusplus) 1077 extern "C" { 1078 # endif 1079 int rpl_snprintf(char *, size_t, const char *, ...); 1080 # if defined(__cplusplus) 1081 } 1082 # endif 1083 # endif 1084 #endif /* !defined(_KERNEL) && !defined(PARSESTREAM) */ 1085 1086