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/* Enable CMAC support? */ 22#undef ENABLE_CMAC 23 24/* nls support in libopts */ 25#undef ENABLE_NLS 26 27/* successful termination */ 28#undef EX_OK 29 30/* internal software error */ 31#undef EX_SOFTWARE 32 33/* fopen(3) accepts a 'b' in the mode flag */ 34#undef FOPEN_BINARY_FLAG 35 36/* fopen(3) accepts a 't' in the mode flag */ 37#undef FOPEN_TEXT_FLAG 38 39/* What is getsockname()'s socklen type? */ 40#undef GETSOCKNAME_SOCKLEN_TYPE 41 42/* Define to 1 if you have 'alloca', as a function or macro. */ 43#undef HAVE_ALLOCA 44 45/* Define to 1 if <alloca.h> works. */ 46#undef HAVE_ALLOCA_H 47 48/* Define to 1 if you have the <arpa/nameser.h> header file. */ 49#undef HAVE_ARPA_NAMESER_H 50 51/* Define to 1 if you have the `canonicalize_file_name' function. */ 52#undef HAVE_CANONICALIZE_FILE_NAME 53 54/* Define to 1 if you have the `chmod' function. */ 55#undef HAVE_CHMOD 56 57/* Define to 1 if you have the `clock_getres' function. */ 58#undef HAVE_CLOCK_GETRES 59 60/* Define to 1 if you have the `clock_gettime' function. */ 61#undef HAVE_CLOCK_GETTIME 62 63/* Define to 1 if you have the `clock_settime' function. */ 64#undef HAVE_CLOCK_SETTIME 65 66/* Define to 1 if you have the <cthreads.h> header file. */ 67#undef HAVE_CTHREADS_H 68 69/* Define to 1 if you have the declaration of `strerror_r', and to 0 if you 70 don't. */ 71#undef HAVE_DECL_STRERROR_R 72 73/* Define this if /dev/zero is readable device */ 74#undef HAVE_DEV_ZERO 75 76/* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'. 77 */ 78#undef HAVE_DIRENT_H 79 80/* Define to 1 if you have the <dlfcn.h> header file. */ 81#undef HAVE_DLFCN_H 82 83/* Define to 1 if you don't have `vprintf' but do have `_doprnt.' */ 84#undef HAVE_DOPRNT 85 86/* Can we drop root privileges? */ 87#undef HAVE_DROPROOT 88 89/* Define to 1 if you have the <errno.h> header file. */ 90#undef HAVE_ERRNO_H 91 92/* Define to 1 if you have the `EVP_MD_do_all_sorted' function. */ 93#undef HAVE_EVP_MD_DO_ALL_SORTED 94 95/* Define to 1 if you have the `fchmod' function. */ 96#undef HAVE_FCHMOD 97 98/* Define to 1 if you have the <fcntl.h> header file. */ 99#undef HAVE_FCNTL_H 100 101/* Define to 1 if you have the `fork' function. */ 102#undef HAVE_FORK 103 104/* Define to 1 if you have the `fstat' function. */ 105#undef HAVE_FSTAT 106 107/* Define to 1 if you have the `getclock' function. */ 108#undef HAVE_GETCLOCK 109 110/* Define to 1 if you have the `getdtablesize' function. */ 111#undef HAVE_GETDTABLESIZE 112 113/* Define to 1 if you have the `getifaddrs' function. */ 114#undef HAVE_GETIFADDRS 115 116/* if you have GNU Pth */ 117#undef HAVE_GNU_PTH 118 119/* Define to 1 if you have the <histedit.h> header file. */ 120#undef HAVE_HISTEDIT_H 121 122/* Define to 1 if you have the <history.h> header file. */ 123#undef HAVE_HISTORY_H 124 125/* Define to 1 if you have the `if_nametoindex' function. */ 126#undef HAVE_IF_NAMETOINDEX 127 128/* inline keyword or macro available */ 129#undef HAVE_INLINE 130 131/* Define to 1 if the system has the type `int16_t'. */ 132#undef HAVE_INT16_T 133 134/* Define to 1 if the system has the type `int32'. */ 135#undef HAVE_INT32 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 this if pathfind(3) works */ 264#undef HAVE_PATHFIND 265 266/* Define to 1 if the system has the type `pid_t'. */ 267#undef HAVE_PID_T 268 269/* Define to 1 if you have the <priv.h> header file. */ 270#undef HAVE_PRIV_H 271 272/* Define if you have POSIX threads libraries and header files. */ 273#undef HAVE_PTHREAD 274 275/* define to pthreads API spec revision */ 276#undef HAVE_PTHREADS 277 278/* Define to 1 if you have the `pthread_attr_getstacksize' function. */ 279#undef HAVE_PTHREAD_ATTR_GETSTACKSIZE 280 281/* Define to 1 if you have the `pthread_attr_setstacksize' function. */ 282#undef HAVE_PTHREAD_ATTR_SETSTACKSIZE 283 284/* define if you have pthread_detach function */ 285#undef HAVE_PTHREAD_DETACH 286 287/* Define to 1 if you have the `pthread_getconcurrency' function. */ 288#undef HAVE_PTHREAD_GETCONCURRENCY 289 290/* Define to 1 if you have the <pthread.h> header file. */ 291#undef HAVE_PTHREAD_H 292 293/* Define to 1 if you have the `pthread_kill' function. */ 294#undef HAVE_PTHREAD_KILL 295 296/* Define to 1 if you have the `pthread_kill_other_threads_np' function. */ 297#undef HAVE_PTHREAD_KILL_OTHER_THREADS_NP 298 299/* define if you have pthread_rwlock_destroy function */ 300#undef HAVE_PTHREAD_RWLOCK_DESTROY 301 302/* Define to 1 if you have the `pthread_setconcurrency' function. */ 303#undef HAVE_PTHREAD_SETCONCURRENCY 304 305/* Define to 1 if you have the `pthread_yield' function. */ 306#undef HAVE_PTHREAD_YIELD 307 308/* Define to 1 if you have the <pth.h> header file. */ 309#undef HAVE_PTH_H 310 311/* Define to 1 if the system has the type `ptrdiff_t'. */ 312#undef HAVE_PTRDIFF_T 313 314/* Define to 1 if you have the `RAND_bytes' function. */ 315#undef HAVE_RAND_BYTES 316 317/* Define to 1 if you have the `RAND_poll' function. */ 318#undef HAVE_RAND_POLL 319 320/* Define to 1 if you have the <readline.h> header file. */ 321#undef HAVE_READLINE_H 322 323/* Define if your readline library has \`add_history' */ 324#undef HAVE_READLINE_HISTORY 325 326/* Define to 1 if you have the <readline/history.h> header file. */ 327#undef HAVE_READLINE_HISTORY_H 328 329/* Define to 1 if you have the <readline/readline.h> header file. */ 330#undef HAVE_READLINE_READLINE_H 331 332/* Define this if we have a functional realpath(3C) */ 333#undef HAVE_REALPATH 334 335/* Define to 1 if you have the `recvmsg' function. */ 336#undef HAVE_RECVMSG 337 338/* Define to 1 if you have the <resolv.h> header file. */ 339#undef HAVE_RESOLV_H 340 341/* Define to 1 if you have the `res_init' function. */ 342#undef HAVE_RES_INIT 343 344/* Define to 1 if you have the <runetype.h> header file. */ 345#undef HAVE_RUNETYPE_H 346 347/* Define to 1 if you have the <sched.h> header file. */ 348#undef HAVE_SCHED_H 349 350/* Define to 1 if you have the `sched_yield' function. */ 351#undef HAVE_SCHED_YIELD 352 353/* Define to 1 if you have the <semaphore.h> header file. */ 354#undef HAVE_SEMAPHORE_H 355 356/* Define to 1 if you have the `sem_timedwait' function. */ 357#undef HAVE_SEM_TIMEDWAIT 358 359/* Define to 1 if you have the <setjmp.h> header file. */ 360#undef HAVE_SETJMP_H 361 362/* Define to 1 if you have the `settimeofday' function. */ 363#undef HAVE_SETTIMEOFDAY 364 365/* Define to 1 if you have the `sigaction' function. */ 366#undef HAVE_SIGACTION 367 368/* Can we use SIGIO for tcp and udp IO? */ 369#undef HAVE_SIGNALED_IO 370 371/* Define to 1 if you have the `sigset' function. */ 372#undef HAVE_SIGSET 373 374/* Define to 1 if you have the `sigvec' function. */ 375#undef HAVE_SIGVEC 376 377/* sigwait() available? */ 378#undef HAVE_SIGWAIT 379 380/* Define to 1 if the system has the type `size_t'. */ 381#undef HAVE_SIZE_T 382 383/* Define to 1 if you have the `snprintf' function. */ 384#undef HAVE_SNPRINTF 385 386/* Define to 1 if you have the `socket' function. */ 387#undef HAVE_SOCKET 388 389/* Define to 1 if you have the `socketpair' function. */ 390#undef HAVE_SOCKETPAIR 391 392/* Are Solaris privileges available? */ 393#undef HAVE_SOLARIS_PRIVS 394 395/* Define to 1 if you have the <stdarg.h> header file. */ 396#undef HAVE_STDARG_H 397 398/* Define to 1 if stdbool.h conforms to C99. */ 399#undef HAVE_STDBOOL_H 400 401/* Define to 1 if you have the <stddef.h> header file. */ 402#undef HAVE_STDDEF_H 403 404/* Define to 1 if you have the <stdint.h> header file. */ 405#undef HAVE_STDINT_H 406 407/* Define to 1 if you have the <stdio.h> header file. */ 408#undef HAVE_STDIO_H 409 410/* Define to 1 if you have the <stdlib.h> header file. */ 411#undef HAVE_STDLIB_H 412 413/* Define to 1 if you have the `stime' function. */ 414#undef HAVE_STIME 415 416/* Define to 1 if you have the `strchr' function. */ 417#undef HAVE_STRCHR 418 419/* Define to 1 if you have the `strdup' function. */ 420#undef HAVE_STRDUP 421 422/* Define if you have `strerror_r'. */ 423#undef HAVE_STRERROR_R 424 425/* Define this if strftime() works */ 426#undef HAVE_STRFTIME 427 428/* Define to 1 if you have the <strings.h> header file. */ 429#undef HAVE_STRINGS_H 430 431/* Define to 1 if you have the <string.h> header file. */ 432#undef HAVE_STRING_H 433 434/* Define to 1 if you have the `strlcat' function. */ 435#undef HAVE_STRLCAT 436 437/* Define to 1 if you have the `strlcpy' function. */ 438#undef HAVE_STRLCPY 439 440/* Define to 1 if you have the `strrchr' function. */ 441#undef HAVE_STRRCHR 442 443/* Define to 1 if you have the `strsignal' function. */ 444#undef HAVE_STRSIGNAL 445 446/* Define to 1 if `decimal_point' is a member of `struct lconv'. */ 447#undef HAVE_STRUCT_LCONV_DECIMAL_POINT 448 449/* Define to 1 if `thousands_sep' is a member of `struct lconv'. */ 450#undef HAVE_STRUCT_LCONV_THOUSANDS_SEP 451 452/* Do we have struct ntptimeval? */ 453#undef HAVE_STRUCT_NTPTIMEVAL 454 455/* Does a system header define struct sockaddr_storage? */ 456#undef HAVE_STRUCT_SOCKADDR_STORAGE 457 458/* struct timespec declared? */ 459#undef HAVE_STRUCT_TIMESPEC 460 461/* Define to 1 if you have the <synch.h> header file. */ 462#undef HAVE_SYNCH_H 463 464/* Define to 1 if you have the `sysconf' function. */ 465#undef HAVE_SYSCONF 466 467/* Define to 1 if you have the <sysexits.h> header file. */ 468#undef HAVE_SYSEXITS_H 469 470/* syslog.h provides facilitynames */ 471#undef HAVE_SYSLOG_FACILITYNAMES 472 473/* Define to 1 if you have the <syslog.h> header file. */ 474#undef HAVE_SYSLOG_H 475 476/* Define to 1 if you have the <sys/capability.h> header file. */ 477#undef HAVE_SYS_CAPABILITY_H 478 479/* Define to 1 if you have the <sys/clockctl.h> header file. */ 480#undef HAVE_SYS_CLOCKCTL_H 481 482/* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'. 483 */ 484#undef HAVE_SYS_DIR_H 485 486/* Define to 1 if you have the <sys/limits.h> header file. */ 487#undef HAVE_SYS_LIMITS_H 488 489/* Define to 1 if you have the <sys/mac.h> header file. */ 490#undef HAVE_SYS_MAC_H 491 492/* Define to 1 if you have the <sys/mman.h> header file. */ 493#undef HAVE_SYS_MMAN_H 494 495/* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'. 496 */ 497#undef HAVE_SYS_NDIR_H 498 499/* Define to 1 if you have the <sys/param.h> header file. */ 500#undef HAVE_SYS_PARAM_H 501 502/* Define to 1 if you have the <sys/poll.h> header file. */ 503#undef HAVE_SYS_POLL_H 504 505/* Define to 1 if you have the <sys/prctl.h> header file. */ 506#undef HAVE_SYS_PRCTL_H 507 508/* Define to 1 if you have the <sys/procset.h> header file. */ 509#undef HAVE_SYS_PROCSET_H 510 511/* Define to 1 if you have the <sys/select.h> header file. */ 512#undef HAVE_SYS_SELECT_H 513 514/* Define to 1 if you have the <sys/socket.h> header file. */ 515#undef HAVE_SYS_SOCKET_H 516 517/* Define to 1 if you have the <sys/stat.h> header file. */ 518#undef HAVE_SYS_STAT_H 519 520/* Define to 1 if you have the <sys/stropts.h> header file. */ 521#undef HAVE_SYS_STROPTS_H 522 523/* Define to 1 if you have the <sys/sysctl.h> header file. */ 524#undef HAVE_SYS_SYSCTL_H 525 526/* Define to 1 if you have the <sys/timepps.h> header file. */ 527#undef HAVE_SYS_TIMEPPS_H 528 529/* Define to 1 if you have the <sys/timers.h> header file. */ 530#undef HAVE_SYS_TIMERS_H 531 532/* Define to 1 if you have the <sys/time.h> header file. */ 533#undef HAVE_SYS_TIME_H 534 535/* Define to 1 if you have the <sys/types.h> header file. */ 536#undef HAVE_SYS_TYPES_H 537 538/* Define to 1 if you have the <sys/un.h> header file. */ 539#undef HAVE_SYS_UN_H 540 541/* Define to 1 if you have the <sys/wait.h> header file. */ 542#undef HAVE_SYS_WAIT_H 543 544/* Define to 1 if the system has the type `s_char'. */ 545#undef HAVE_S_CHAR 546 547/* sntp does not care about TTY stuff */ 548#undef HAVE_TERMIOS 549 550/* if you have Solaris LWP (thr) package */ 551#undef HAVE_THR 552 553/* Define to 1 if you have the <thread.h> header file. */ 554#undef HAVE_THREAD_H 555 556/* Define to 1 if you have the `thr_getconcurrency' function. */ 557#undef HAVE_THR_GETCONCURRENCY 558 559/* Define to 1 if you have the `thr_setconcurrency' function. */ 560#undef HAVE_THR_SETCONCURRENCY 561 562/* Define to 1 if you have the `thr_yield' function. */ 563#undef HAVE_THR_YIELD 564 565/* Define to 1 if you have the `timegm' function. */ 566#undef HAVE_TIMEGM 567 568/* Define to 1 if you have the <time.h> header file. */ 569#undef HAVE_TIME_H 570 571/* Are TrustedBSD MAC policy privileges available? */ 572#undef HAVE_TRUSTEDBSD_MAC 573 574/* Define to 1 if the system has the type `uint16_t'. */ 575#undef HAVE_UINT16_T 576 577/* Define to 1 if the system has the type `uint32_t'. */ 578#undef HAVE_UINT32_T 579 580/* Define to 1 if the system has the type `uint8_t'. */ 581#undef HAVE_UINT8_T 582 583/* Define to 1 if the system has the type `uintmax_t'. */ 584#undef HAVE_UINTMAX_T 585 586/* Define to 1 if the system has the type `uintptr_t'. */ 587#undef HAVE_UINTPTR_T 588 589/* Define to 1 if the system has the type `uint_t'. */ 590#undef HAVE_UINT_T 591 592/* Define to 1 if you have the <unistd.h> header file. */ 593#undef HAVE_UNISTD_H 594 595/* deviant sigwait? */ 596#undef HAVE_UNIXWARE_SIGWAIT 597 598/* Define to 1 if the system has the type `unsigned long long int'. */ 599#undef HAVE_UNSIGNED_LONG_LONG_INT 600 601/* Define to 1 if you have the <utime.h> header file. */ 602#undef HAVE_UTIME_H 603 604/* Define to 1 if the system has the type `u_int32'. */ 605#undef HAVE_U_INT32 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/* Suppress OpenSSL 3 deprecation warnings */ 758#undef OPENSSL_SUPPRESS_DEPRECATED 759 760/* Name of package */ 761#undef PACKAGE 762 763/* Define to the address where bug reports for this package should be sent. */ 764#undef PACKAGE_BUGREPORT 765 766/* Define to the full name of this package. */ 767#undef PACKAGE_NAME 768 769/* Define to the full name and version of this package. */ 770#undef PACKAGE_STRING 771 772/* Define to the one symbol short name of this package. */ 773#undef PACKAGE_TARNAME 774 775/* Define to the home page for this package. */ 776#undef PACKAGE_URL 777 778/* Define to the version of this package. */ 779#undef PACKAGE_VERSION 780 781/* define to a working POSIX compliant shell */ 782#undef POSIX_SHELL 783 784/* enable thread safety */ 785#undef REENTRANT 786 787/* name of regex header file */ 788#undef REGEX_HEADER 789 790/* define if sched_yield yields the entire process */ 791#undef REPLACE_BROKEN_YIELD 792 793/* The size of `char *', as computed by sizeof. */ 794#undef SIZEOF_CHAR_P 795 796/* The size of `int', as computed by sizeof. */ 797#undef SIZEOF_INT 798 799/* The size of `long', as computed by sizeof. */ 800#undef SIZEOF_LONG 801 802/* The size of `long long', as computed by sizeof. */ 803#undef SIZEOF_LONG_LONG 804 805/* The size of `pthread_t', as computed by sizeof. */ 806#undef SIZEOF_PTHREAD_T 807 808/* The size of `short', as computed by sizeof. */ 809#undef SIZEOF_SHORT 810 811/* The size of `signed char', as computed by sizeof. */ 812#undef SIZEOF_SIGNED_CHAR 813 814/* The size of `time_t', as computed by sizeof. */ 815#undef SIZEOF_TIME_T 816 817/* If using the C implementation of alloca, define if you know the 818 direction of stack growth for your system; otherwise it will be 819 automatically deduced at runtime. 820 STACK_DIRECTION > 0 => grows toward higher addresses 821 STACK_DIRECTION < 0 => grows toward lower addresses 822 STACK_DIRECTION = 0 => direction of growth unknown */ 823#undef STACK_DIRECTION 824 825/* Define to 1 if all of the C90 standard headers exist (not just the ones 826 required in a freestanding environment). This macro is provided for 827 backward compatibility; new code need not use it. */ 828#undef STDC_HEADERS 829 830/* Define to 1 if strerror_r returns char *. */ 831#undef STRERROR_R_CHAR_P 832 833/* canonical system (cpu-vendor-os) of where we should run */ 834#undef STR_SYSTEM 835 836/* Does Xettimeofday take 1 arg? */ 837#undef SYSV_TIMEOFDAY 838 839/* enable thread safety */ 840#undef THREADSAFE 841 842/* enable thread safety */ 843#undef THREAD_SAFE 844 845/* Provide a typedef for uintptr_t? */ 846#ifndef HAVE_UINTPTR_T 847typedef unsigned int uintptr_t; 848#define HAVE_UINTPTR_T 1 849#endif 850 851/* What type to use for setsockopt */ 852#undef TYPEOF_IP_MULTICAST_LOOP 853 854/* Use OpenSSL's crypto random functions */ 855#undef USE_OPENSSL_CRYPTO_RAND 856 857/* OK to use snprintb()? */ 858#undef USE_SNPRINTB 859 860/* Enable extensions on AIX 3, Interix. */ 861#ifndef _ALL_SOURCE 862# undef _ALL_SOURCE 863#endif 864/* Enable general extensions on macOS. */ 865#ifndef _DARWIN_C_SOURCE 866# undef _DARWIN_C_SOURCE 867#endif 868/* Enable general extensions on Solaris. */ 869#ifndef __EXTENSIONS__ 870# undef __EXTENSIONS__ 871#endif 872/* Enable GNU extensions on systems that have them. */ 873#ifndef _GNU_SOURCE 874# undef _GNU_SOURCE 875#endif 876/* Enable X/Open compliant socket functions that do not require linking 877 with -lxnet on HP-UX 11.11. */ 878#ifndef _HPUX_ALT_XOPEN_SOCKET_API 879# undef _HPUX_ALT_XOPEN_SOCKET_API 880#endif 881/* Identify the host operating system as Minix. 882 This macro does not affect the system headers' behavior. 883 A future release of Autoconf may stop defining this macro. */ 884#ifndef _MINIX 885# undef _MINIX 886#endif 887/* Enable general extensions on NetBSD. 888 Enable NetBSD compatibility extensions on Minix. */ 889#ifndef _NETBSD_SOURCE 890# undef _NETBSD_SOURCE 891#endif 892/* Enable OpenBSD compatibility extensions on NetBSD. 893 Oddly enough, this does nothing on OpenBSD. */ 894#ifndef _OPENBSD_SOURCE 895# undef _OPENBSD_SOURCE 896#endif 897/* Define to 1 if needed for POSIX-compatible behavior. */ 898#ifndef _POSIX_SOURCE 899# undef _POSIX_SOURCE 900#endif 901/* Define to 2 if needed for POSIX-compatible behavior. */ 902#ifndef _POSIX_1_SOURCE 903# undef _POSIX_1_SOURCE 904#endif 905/* Enable POSIX-compatible threading on Solaris. */ 906#ifndef _POSIX_PTHREAD_SEMANTICS 907# undef _POSIX_PTHREAD_SEMANTICS 908#endif 909/* Enable extensions specified by ISO/IEC TS 18661-5:2014. */ 910#ifndef __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 911# undef __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 912#endif 913/* Enable extensions specified by ISO/IEC TS 18661-1:2014. */ 914#ifndef __STDC_WANT_IEC_60559_BFP_EXT__ 915# undef __STDC_WANT_IEC_60559_BFP_EXT__ 916#endif 917/* Enable extensions specified by ISO/IEC TS 18661-2:2015. */ 918#ifndef __STDC_WANT_IEC_60559_DFP_EXT__ 919# undef __STDC_WANT_IEC_60559_DFP_EXT__ 920#endif 921/* Enable extensions specified by ISO/IEC TS 18661-4:2015. */ 922#ifndef __STDC_WANT_IEC_60559_FUNCS_EXT__ 923# undef __STDC_WANT_IEC_60559_FUNCS_EXT__ 924#endif 925/* Enable extensions specified by ISO/IEC TS 18661-3:2015. */ 926#ifndef __STDC_WANT_IEC_60559_TYPES_EXT__ 927# undef __STDC_WANT_IEC_60559_TYPES_EXT__ 928#endif 929/* Enable extensions specified by ISO/IEC TR 24731-2:2010. */ 930#ifndef __STDC_WANT_LIB_EXT2__ 931# undef __STDC_WANT_LIB_EXT2__ 932#endif 933/* Enable extensions specified by ISO/IEC 24747:2009. */ 934#ifndef __STDC_WANT_MATH_SPEC_FUNCS__ 935# undef __STDC_WANT_MATH_SPEC_FUNCS__ 936#endif 937/* Enable extensions on HP NonStop. */ 938#ifndef _TANDEM_SOURCE 939# undef _TANDEM_SOURCE 940#endif 941/* Enable X/Open extensions. Define to 500 only if necessary 942 to make mbstate_t available. */ 943#ifndef _XOPEN_SOURCE 944# undef _XOPEN_SOURCE 945#endif 946 947 948/* Can we use SIGPOLL for tty IO? */ 949#undef USE_TTY_SIGPOLL 950 951/* Can we use SIGPOLL for UDP? */ 952#undef USE_UDP_SIGPOLL 953 954/* Version number of package */ 955#undef VERSION 956 957/* vsnprintf expands "%m" to strerror(errno) */ 958#undef VSNPRINTF_PERCENT_M 959 960/* configure --enable-ipv6 */ 961#undef WANT_IPV6 962 963/* Define this if a working libregex can be found */ 964#undef WITH_LIBREGEX 965 966/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most 967 significant byte first (like Motorola and SPARC, unlike Intel). */ 968#if defined AC_APPLE_UNIVERSAL_BUILD 969# if defined __BIG_ENDIAN__ 970# define WORDS_BIGENDIAN 1 971# endif 972#else 973# ifndef WORDS_BIGENDIAN 974# undef WORDS_BIGENDIAN 975# endif 976#endif 977 978/* enable thread safety */ 979#undef _REENTRANT 980 981/* enable thread safety */ 982#undef _SGI_MP_SOURCE 983 984/* enable thread safety */ 985#undef _THREADSAFE 986 987/* enable thread safety */ 988#undef _THREAD_SAFE 989 990/* Are we _special_? */ 991#undef __APPLE_USE_RFC_3542 992 993/* Define to 1 if type `char' is unsigned and your compiler does not 994 predefine this macro. */ 995#ifndef __CHAR_UNSIGNED__ 996# undef __CHAR_UNSIGNED__ 997#endif 998 999/* Define to empty if `const' does not conform to ANSI C. */ 1000#undef const 1001 1002/* Define to `int' if <sys/types.h> doesn't define. */ 1003#undef gid_t 1004 1005/* Define to `__inline__' or `__inline' if that's what the C compiler 1006 calls it, or to nothing if 'inline' is not supported under any name. */ 1007#ifndef __cplusplus 1008#undef inline 1009#endif 1010 1011/* Define to the widest signed integer type if <stdint.h> and <inttypes.h> do 1012 not define. */ 1013#undef intmax_t 1014 1015/* Define as a signed integer type capable of holding a process identifier. */ 1016#undef pid_t 1017 1018/* Define to `unsigned int' if <sys/types.h> does not define. */ 1019#undef size_t 1020 1021 #include "c99_snprintf.h" 1022 1023 1024/* Define to rpl_snprintf if the replacement function should be used. */ 1025#undef snprintf 1026 1027/* Define to `int' if <sys/types.h> doesn't define. */ 1028#undef uid_t 1029 1030/* Define to the widest unsigned integer type if <stdint.h> and <inttypes.h> 1031 do not define. */ 1032#undef uintmax_t 1033 1034/* Define to the type of an unsigned integer type wide enough to hold a 1035 pointer, if such a type exists, and if the system does not define it. */ 1036#undef uintptr_t 1037 1038/* Define as `fork' if `vfork' does not work. */ 1039#undef vfork 1040 1041/* Define to empty if the keyword `volatile' does not work. Warning: valid 1042 code using `volatile' can become incorrect without. Disable with care. */ 1043#undef volatile 1044 1045/* Define to rpl_vsnprintf if the replacement function should be used. */ 1046#undef vsnprintf 1047 1048 1049#ifndef MPINFOU_PREDECLARED 1050# define MPINFOU_PREDECLARED 1051typedef union mpinfou { 1052 struct pdk_mpinfo *pdkptr; 1053 struct mpinfo *pikptr; 1054} mpinfou_t; 1055#endif 1056 1057 1058 1059 #if !defined(_KERNEL) && !defined(PARSESTREAM) 1060 # if defined(HW_WANT_RPL_VSNPRINTF) 1061 # if defined(__cplusplus) 1062 extern "C" { 1063 # endif 1064 # include <stdarg.h> 1065 int rpl_vsnprintf(char *, size_t, const char *, va_list); 1066 # if defined(__cplusplus) 1067 } 1068 # endif 1069 # endif 1070 # if defined(HW_WANT_RPL_SNPRINTF) 1071 # if defined(__cplusplus) 1072 extern "C" { 1073 # endif 1074 int rpl_snprintf(char *, size_t, const char *, ...); 1075 # if defined(__cplusplus) 1076 } 1077 # endif 1078 # endif 1079 #endif /* !defined(_KERNEL) && !defined(PARSESTREAM) */ 1080 1081