1/* config.h.in. Generated automatically from configure.in by autoheader. */ 2/* -*- C -*- */ 3/* @configure_input@ */ 4 5#ifndef config_h_included 6#define config_h_included 7 8/************************************************************************* 9 * This section is automatically generated by 'configure'. Adjust these 10 * if configure didn't make a correct guess for your system. 11 *************************************************************************/ 12 13/* Define to be the build options. */ 14#undef PR_BUILD_OPTS 15 16/* Define to be the build CFLAGS. */ 17#undef PR_BUILD_CFLAGS 18 19/* Define to be the build LDLAGS. */ 20#undef PR_BUILD_LDFLAGS 21 22/* Define to be the build LIBS. */ 23#undef PR_BUILD_LIBS 24 25/* Define to be the build platform. */ 26#undef PR_PLATFORM 27 28/* Define to `int' if <sys/types.h> doesn't define. */ 29#undef ino_t 30 31/* Define to `int' if <sys/types.h> doesn't define. */ 32#undef HAVE_INTPTR_T 33#if !defined(HAVE_INTPTR_T) 34# define intptr_t int 35#endif /* HAVE_INTPTR_T */ 36 37/* Define to `int' if <sys/socket.h> doesn't define. */ 38#undef socklen_t 39 40/* Define if you have AIX send_file() semantics. */ 41#undef HAVE_AIX_SENDFILE 42 43/* Define if you have BSD POSIX ACLs. */ 44#undef HAVE_BSD_POSIX_ACL 45 46/* Define if you have BSD sendfile() semantics. */ 47#undef HAVE_BSD_SENDFILE 48 49/* Define if you have Linux POSIX ACLs. */ 50#undef HAVE_LINUX_POSIX_ACL 51 52/* Define if you have Linux sendfile() semantics. */ 53#undef HAVE_LINUX_SENDFILE 54 55/* Define if you have MacOSX POSIX ACLs. */ 56#undef HAVE_MACOSX_POSIX_ACL 57 58/* Define if you have MacOSX sendfile() semantics. */ 59#undef HAVE_MACOSX_SENDFILE 60 61/* Define if you have Solaris POSIX ACLs. */ 62#undef HAVE_SOLARIS_POSIX_ACL 63 64/* Define if you have Solaris sendfile() semantics. */ 65#undef HAVE_SOLARIS_SENDFILE 66 67/* Define if your <syslog.h> defines the LOG_CRON macro */ 68#undef HAVE_LOG_CRON 69 70/* Define if your <syslog.h> defines the LOG_FTP macro */ 71#undef HAVE_LOG_FTP 72 73/* Define if you want support for PAM based authentication */ 74#undef HAVE_PAM 75 76/* Define if your DIR structure has member dd_fd */ 77#undef HAVE_STRUCT_DIR_DD_FD 78 79/* Define if your DIR structure has member __dd_fd */ 80#undef HAVE_STRUCT_DIR___DD_FD 81 82/* Define if you have struct cmsgcred. */ 83#undef HAVE_STRUCT_CMSGCRED 84 85/* Define if you have struct sockcred. */ 86#undef HAVE_STRUCT_SOCKCRED 87 88/* Define if you have struct sockpeercred. */ 89#undef HAVE_STRUCT_SOCKPEERCRED 90 91/* Define if your spwd structure has member warn */ 92#undef HAVE_SPWD_SP_WARN 93 94/* Define if your spwd structure has member inact */ 95#undef HAVE_SPWD_SP_INACT 96 97/* Define if your spwd structure has member expire */ 98#undef HAVE_SPWD_SP_EXPIRE 99 100/* Define if your system has __progname */ 101#undef HAVE___PROGNAME 102 103/* Define if your system has _pw_stayopen variable (IRIX specific?) */ 104#undef HAVE__PW_STAYOPEN 105 106/* Define if your system has POSIX ACL support */ 107#undef HAVE_POSIX_ACL 108 109/* Define if your system has the sendfile function */ 110#undef HAVE_SENDFILE 111 112/* Define this if you have the setpassent function */ 113#undef HAVE_SETPASSENT 114 115/* Define if your system has the setspent function. */ 116#undef HAVE_SETSPENT 117 118/* Define if your DIR structure has member d_fd */ 119#undef HAVE_STRUCT_DIR_D_FD 120 121/* Define if you have the <syslog.h> header file. */ 122#undef HAVE_SYSLOG_H 123 124/* Define if you have the tzname global variable. */ 125#undef HAVE_TZNAME 126 127/* Define if your struct utmp has ut_host */ 128#undef HAVE_UT_UT_HOST 129 130/* Define if your struct utmp uses ut_user and not ut_name */ 131#undef HAVE_UTMAXTYPE 132 133#define PF_ARGV_NONE 0 134#define PF_ARGV_NEW 1 135#define PF_ARGV_WRITEABLE 2 136#define PF_ARGV_PSTAT 3 137#define PF_ARGV_PSSTRINGS 4 138 139/* If you don't have setproctitle, PF_ARGV_TYPE needs to be set to either 140 * PF_ARGV_NEW (replace argv[] arguments), PF_ARGV_WRITEABLE (overwrite 141 * argv[]), PF_ARGV_PSTAT (use the pstat function), or PF_ARGV_PSSTRINGS 142 * (use PS_STRINGS). 143 * 144 * configure should, we hope <wink>, detect this for you. 145 */ 146#undef PF_ARGV_TYPE 147 148/* Define if using alloca.c. */ 149#undef C_ALLOCA 150 151/* Define to empty if the keyword does not work. */ 152#undef const 153 154/* Define to one of _getb67, GETB67, getb67 for Cray-2 and Cray-YMP systems. 155 This function is required for alloca.c support on those systems. */ 156#undef CRAY_STACKSEG_END 157 158/* Define to the type of elements in the array set by `getgroups'. 159 Usually this is either `int' or `gid_t'. */ 160#undef GETGROUPS_T 161 162/* Define to `int' if <sys/types.h> doesn't define. */ 163#undef gid_t 164 165/* Define if you have alloca, as a function or macro. */ 166#undef HAVE_ALLOCA 167 168/* Define if you have <alloca.h> and it should be used (not on Ultrix). */ 169#undef HAVE_ALLOCA_H 170 171/* Define if you don't have vprintf but do have _doprnt. */ 172#undef HAVE_DOPRNT 173 174/* Define if you have the vprintf function. */ 175#undef HAVE_VPRINTF 176 177/* Define as __inline if that's what the C compiler calls it. */ 178#undef inline 179 180/* Define to `int' if <sys/types.h> doesn't define. */ 181#undef mode_t 182 183/* Define to `long' if <sys/types.h> doesn't define. */ 184#undef off_t 185 186/* Define to `int' if <sys/types.h> doesn't define. */ 187#undef pid_t 188 189/* Define as the return type of signal handlers (int or void). */ 190#undef RETSIGTYPE 191 192/* Define if the `setpgrp' function takes no argument. This is the default 193 * POSIX signature, so assume that the host system uses the POSIX 194 * signature. This avoids cross-compilation errors; the Autoconf macro 195 * AC_FUNC_SETPGRP causes the configure script to fail when cross-compiling. 196 * Thus we always assume the POSIX signature. If this is incorrect, 197 * the generated config.h file can be updated manually. 198 */ 199#define SETPGRP_VOID 1 200 201/* Define if the `setgrent` function returns void. */ 202#undef SETGRENT_VOID 203 204/* Define to `unsigned' if <sys/types.h> doesn't define. */ 205#undef size_t 206 207/* If using the C implementation of alloca, define if you know the 208 direction of stack growth for your system; otherwise it will be 209 automatically deduced at run-time. 210 STACK_DIRECTION > 0 => grows toward higher addresses 211 STACK_DIRECTION < 0 => grows toward lower addresses 212 STACK_DIRECTION = 0 => direction of growth unknown 213 */ 214#undef STACK_DIRECTION 215 216/* Define if you have the ANSI C header files. */ 217#undef STDC_HEADERS 218 219/* Define if you can safely include both <sys/time.h> and <time.h>. */ 220#undef TIME_WITH_SYS_TIME 221 222/* Define if your <sys/time.h> declares struct tm. */ 223#undef TM_IN_SYS_TIME 224 225/* Define to `int' if <sys/types.h> doesn't define. */ 226#undef uid_t 227 228/* The number of bytes in a short. */ 229#undef SIZEOF_SHORT 230 231/* The number of bytes in an int. */ 232#undef SIZEOF_INT 233 234/* The number of bytes in a long. */ 235#undef SIZEOF_LONG 236 237/* The number of bytes in a long long. */ 238#undef SIZEOF_LONG_LONG 239 240/* The number of bytes in an off_t. */ 241#undef SIZEOF_OFF_T 242 243/* The number of bytes in a size_t. */ 244#undef SIZEOF_SIZE_T 245 246/* The number of bytes in a time_t. */ 247#undef SIZEOF_TIME_T 248 249/* The number of bytes in a pointer to a char. */ 250#undef SIZEOF_CHAR_P 251 252/* The number of bytes in a pointer to a void. */ 253#undef SIZEOF_VOID_P 254 255/* The number of bytes in a uid_t. */ 256#undef SIZEOF_UID_T 257 258/* The number of bytes in a gid_t. */ 259#undef SIZEOF_GID_T 260 261/* Define if you have the authenticate function. */ 262#undef HAVE_AUTHENTICATE 263 264/* Define if you have the backtrace function. */ 265#undef HAVE_BACKTRACE 266 267/* Define if you have the backtrace_symbols function. */ 268#undef HAVE_BACKTRACE_SYMBOLS 269 270/* Define if you have the bcopy function. */ 271#undef HAVE_BCOPY 272 273/* Define if you have the crypt function. */ 274#undef HAVE_CRYPT 275 276/* Define if you have the ctime_r function. */ 277#undef HAVE_CTIME_R 278 279/* Define if you have the dirfd function. */ 280#undef HAVE_DIRFD 281 282/* Define if you have the explicit_bzero function. */ 283#undef HAVE_EXPLICIT_BZERO 284 285/* Define if you have the endprotoent function. */ 286#undef HAVE_ENDPROTOENT 287 288/* Define if you have the extattr_delete_link function. */ 289#undef HAVE_EXTATTR_DELETE_LINK 290 291/* Define if you have the extattr_delete_link function. */ 292#undef HAVE_EXTATTR_GET_LINK 293 294/* Define if you have the extattr_delete_link function. */ 295#undef HAVE_EXTATTR_LIST_LINK 296 297/* Define if you have the extattr_delete_link function. */ 298#undef HAVE_EXTATTR_SET_LINK 299 300/* Define if you have the fconvert function. */ 301#undef HAVE_FCONVERT 302 303/* Define if you have the fcvt function. */ 304#undef HAVE_FCVT 305 306/* Define if you have the fdatasync function. */ 307#undef HAVE_FDATASYNC 308 309/* Define if you have the flock function. */ 310#undef HAVE_FLOCK 311 312/* Define if you have the fpathconf function. */ 313#undef HAVE_FPATHCONF 314 315/* Define if you have the fgetspent function. */ 316#undef HAVE_FGETSPENT 317 318/* Define if you have the freeaddrinfo function. */ 319#undef HAVE_FREEADDRINFO 320 321/* Define if you have the fsync function. */ 322#undef HAVE_FSYNC 323 324/* Define if you have the futimes function. */ 325#undef HAVE_FUTIMES 326 327/* Define if you have the gai_strerror function. */ 328#undef HAVE_GAI_STRERROR 329 330/* Define if you have the getaddrinfo function. */ 331#undef HAVE_GETADDRINFO 332 333/* Define if you have the getcwd function. */ 334#undef HAVE_GETCWD 335 336/* Define if you have the getenv function. */ 337#undef HAVE_GETENV 338 339/* Define if you have the getgrouplist function. */ 340#undef HAVE_GETGROUPLIST 341 342/* Define if your getgrouplist(3) function takes ints. */ 343#undef HAVE_GETGROUPLIST_TAKES_INTS 344 345/* Define if you have the getgroups function. */ 346#undef HAVE_GETGROUPS 347 348/* Define if you have the getgrset function. */ 349#undef HAVE_GETGRSET 350 351/* Define if you have the gethostbyname2 function. */ 352#undef HAVE_GETHOSTBYNAME2 353 354/* Define if you have the gethostname function. */ 355#undef HAVE_GETHOSTNAME 356 357/* Define if you have the getifaddrs function. */ 358#undef HAVE_GETIFADDRS 359 360/* Define if you have the getnameinfo function. */ 361#undef HAVE_GETNAMEINFO 362 363/* Define if you have the getopt function. */ 364#undef HAVE_GETOPT 365 366/* Define if you have the getopt_long function. */ 367#undef HAVE_GETOPT_LONG 368 369/* Define if you have the getpeereid function. */ 370#undef HAVE_GETPEEREID 371 372/* Define if you have the getpeerucred function. */ 373#undef HAVE_GETPEERUCRED 374 375/* Define if you have the getpgid function. */ 376#undef HAVE_GETPGID 377 378/* Define if you have the getpgrp function. */ 379#undef HAVE_GETPGRP 380 381/* Define if you have the getprpwent function. */ 382#undef HAVE_GETPRPWENT 383 384/* Define if you have the gettimeofday function. */ 385#undef HAVE_GETTIMEOFDAY 386 387/* Define if you have the gmtime_r function. */ 388#undef HAVE_GMTIME_R 389 390/* Define if you have the Hiredis redisReconnect function. */ 391#undef HAVE_HIREDIS_REDISRECONNECT 392 393/* Define if you have the hstrerror function. */ 394#undef HAVE_HSTRERROR 395 396/* Define if you have the iconv function. */ 397#undef HAVE_ICONV 398 399/* Define if you have the idna_to_ascii_8z function. */ 400#undef HAVE_IDNA_TO_ASCII_8Z 401 402/* Define if you have the inet_aton function. */ 403#undef HAVE_INET_ATON 404 405/* Define if you have the inet_ntop function. */ 406#undef HAVE_INET_NTOP 407 408/* Define if you have the inet_pton function. */ 409#undef HAVE_INET_PTON 410 411/* Define if you have the initgroups function. */ 412#undef HAVE_INITGROUPS 413 414/* Define if you have the lgetxattr function. */ 415#undef HAVE_LGETXATTR 416 417/* Define if you have the llistxattr function. */ 418#undef HAVE_LLISTXATTR 419 420/* Define if you have the localtime_r function. */ 421#undef HAVE_LOCALTIME_R 422 423/* Define if you have the loginfailed function. */ 424#undef HAVE_LOGINFAILED 425 426/* Define if you have the loginrestrictions function. */ 427#undef HAVE_LOGINRESTRICTIONS 428 429/* Define if you have the loginsuccess function. */ 430#undef HAVE_LOGINSUCCESS 431 432/* Define if you have the lremovexattr function. */ 433#undef HAVE_LREMOVEXATTR 434 435/* Define if you have the lsetxattr function. */ 436#undef HAVE_LSETXATTR 437 438/* Define if you have the memcpy function. */ 439#undef HAVE_MEMCPY 440 441/* Define if you have the mempcpy function. */ 442#undef HAVE_MEMPCPY 443 444/* Define if you have the memset_s function. */ 445#undef HAVE_MEMSET_S 446 447/* Define if you have the mkdir function. */ 448#undef HAVE_MKDIR 449 450/* Define if you have the mkdtemp function. */ 451#undef HAVE_MKDTEMP 452 453/* Define if you have the mkstemp function. */ 454#undef HAVE_MKSTEMP 455 456/* Define if you have the mlock function. */ 457#undef HAVE_MLOCK 458 459/* Define if you have the mlockall function. */ 460#undef HAVE_MLOCKALL 461 462/* Define if you have the munlock function. */ 463#undef HAVE_MUNLOCK 464 465/* Define if you have the munlockall function. */ 466#undef HAVE_MUNLOCKALL 467 468/* Define if you have the mysql_get_option function. */ 469#undef HAVE_MYSQL_GET_OPTION 470 471/* Define if you have the MySQL make_scrambled_password function. */ 472#undef HAVE_MYSQL_MAKE_SCRAMBLED_PASSWORD 473 474/* Define if you have the MySQL make_scrambled_password_323 function. */ 475#undef HAVE_MYSQL_MAKE_SCRAMBLED_PASSWORD_323 476 477/* Define if you have the MySQL my_make_scrambled_password function. */ 478#undef HAVE_MYSQL_MY_MAKE_SCRAMBLED_PASSWORD 479 480/* Define if you have the MySQL my_make_scrambled_password_323 function. */ 481#undef HAVE_MYSQL_MY_MAKE_SCRAMBLED_PASSWORD_323 482 483/* Define if you have the MySQL mysql_get_ssl_cipher function. */ 484#undef HAVE_MYSQL_MYSQL_GET_SSL_CIPHER 485 486/* Define if you have the MySQL mysql_ssl_set function. */ 487#undef HAVE_MYSQL_MYSQL_SSL_SET 488 489/* Define if you have the nl_langinfo function. */ 490#undef HAVE_NL_LANGINFO 491 492/* Define if you have the pathconf function. */ 493#undef HAVE_PATHCONF 494 495/* Define if you have the PCRE pcre_free_study function. */ 496#undef HAVE_PCRE_PCRE_FREE_STUDY 497 498/* Define if you have the perm_copy_fd function. */ 499#undef HAVE_PERM_COPY_FD 500 501/* Define if you have the posix_fadvise function. */ 502#undef HAVE_POSIX_FADVISE 503 504/* Define if you have the Postgres PQescapeStringConn function. */ 505#undef HAVE_POSTGRES_PQESCAPESTRINGCONN 506 507/* Define if you have the Postgres PQgetssl function. */ 508#undef HAVE_POSTGRES_PQGETSSL 509 510/* Define if you have the Postgres PQinitOpenSSL function. */ 511#undef HAVE_POSTGRES_PQINITOPENSSL 512 513/* Define if you have the pread function. */ 514#undef HAVE_PREAD 515 516/* Define if you have the prctl function. */ 517#undef HAVE_PRCTL 518 519/* Define if you have the pstat function. */ 520#undef HAVE_PSTAT 521 522/* Define if you have the putenv function. */ 523#undef HAVE_PUTENV 524 525/* Define if you have the pwrite function. */ 526#undef HAVE_PWRITE 527 528/* Define if you have the random function. */ 529#undef HAVE_RANDOM 530 531/* Define if you have the regcomp function. */ 532#undef HAVE_REGCOMP 533 534/* Define if you have the rmdir function. */ 535#undef HAVE_RMDIR 536 537/* Define if you have the select function. */ 538#undef HAVE_SELECT 539 540/* Define if you have the set_auth_parameters function. */ 541#undef HAVE_SET_AUTH_PARAMETERS 542 543/* Define if you have the setegid function. */ 544#undef HAVE_SETEGID 545 546/* Define if you have the setenv function. */ 547#undef HAVE_SETENV 548 549/* Define if you have the seteuid function. */ 550#undef HAVE_SETEUID 551 552/* Define if you have the setgroupent function. */ 553#undef HAVE_SETGROUPENT 554 555/* Define if you have the setgroups function. */ 556#undef HAVE_SETGROUPS 557 558/* Define if you have the setpgid function. */ 559#undef HAVE_SETPGID 560 561/* Define if you have the setproctitle function. */ 562#undef HAVE_SETPROCTITLE 563 564/* Define if your system has the setprotoent function. */ 565#undef HAVE_SETPROTOENT 566 567/* Define if you have the setsid function. */ 568#undef HAVE_SETSID 569 570/* Define if you have the siginterrupt function. */ 571#undef HAVE_SIGINTERRUPT 572 573/* Define if you have the snprintf function. */ 574#undef HAVE_SNPRINTF 575 576/* Define if you have the socket function. */ 577#undef HAVE_SOCKET 578 579/* Define if you have the srandom function. */ 580#undef HAVE_SRANDOM 581 582/* Define if you have the statfs function. */ 583#undef HAVE_STATFS 584 585/* Define if you have the struct statfs.f_fstypename member. */ 586#undef HAVE_STATFS_F_FSTYPENAME 587 588/* Define if you have the struct statfs.f_type member. */ 589#undef HAVE_STATFS_F_TYPE 590 591/* Define if you have the strchr function. */ 592#undef HAVE_STRCHR 593 594/* Define if you have the strcoll function. */ 595#undef HAVE_STRCOLL 596 597/* Define if you have the strerror function. */ 598#undef HAVE_STRERROR 599 600/* Define if you have the strlcat function. */ 601#undef HAVE_STRLCAT 602 603/* Define if you have the strlcpy function. */ 604#undef HAVE_STRLCPY 605 606/* Define if you have the strsep function. */ 607#undef HAVE_STRSEP 608 609/* Define if you have the strtod function. */ 610#undef HAVE_STRTOD 611 612/* Define if you have the strtof function. */ 613#undef HAVE_STRTOF 614 615/* Define if you have the strtol function. */ 616#undef HAVE_STRTOL 617 618/* Define if you have the strtoll function. */ 619#undef HAVE_STRTOLL 620 621/* Define if you have the strtoull function. */ 622#undef HAVE_STRTOULL 623 624/* Define if you have the timingsafe_bcmp function. */ 625#undef HAVE_TIMINGSAFE_BCMP 626 627/* Define if you have the tzset function. */ 628#undef HAVE_TZSET 629 630/* Define if you have the uname function. */ 631#undef HAVE_UNAME 632 633/* Define if you have the unsetenv function. */ 634#undef HAVE_UNSETENV 635 636/* Define if you have the vsnprintf function. */ 637#undef HAVE_VSNPRINTF 638 639/* Define if you have the <acl/libacl.h> header file. */ 640#undef HAVE_ACL_LIBACL_H 641 642/* Define if you have the <arpa/inet.h> header file. */ 643#undef HAVE_ARPA_INET_H 644 645/* Define if you have the <attr/xattr.h> header file. */ 646#undef HAVE_ATTR_XATTR_H 647 648/* Define if you have the <bstring.h> header file. */ 649#undef HAVE_BSTRING_H 650 651/* Define if you have the <check.h> header file. */ 652#undef HAVE_CHECK_H 653 654/* Define if you have the <crypt.h> header file. */ 655#undef HAVE_CRYPT_H 656 657/* Define if you have the <ctype.h> header file. */ 658#undef HAVE_CTYPE_H 659 660/* Define if you have the <dirent.h> header file. */ 661#undef HAVE_DIRENT_H 662 663/* Define if you have the <errno.h> header file. */ 664#undef HAVE_ERRNO_H 665 666/* Define if you have the <execinfo.h> header file. */ 667#undef HAVE_EXECINFO_H 668 669/* Define if you have the <fcntl.h> header file. */ 670#undef HAVE_FCNTL_H 671 672/* Define if you have the <floatingpoint.h> header file. */ 673#undef HAVE_FLOATINGPOINT_H 674 675/* Define if you have the <getopt.h> header file. */ 676#undef HAVE_GETOPT_H 677 678/* Define if you have the <hpsecurity.h> header file. */ 679#undef HAVE_HPSECURITY_H 680 681/* Define if you have the <krb.h> header file. */ 682#undef HAVE_KRB_H 683 684/* Define if you have the <hiredis/hiredis.h> header file. */ 685#undef HAVE_HIREDIS_HIREDIS_H 686 687/* Define if you have the <iconv.h> header file. */ 688#undef HAVE_ICONV_H 689 690/* Define if you have the <idna.h> header file. */ 691#undef HAVE_IDNA_H 692 693/* Define if you have the <ifaddrs.h> header file. */ 694#undef HAVE_IFADDRS_H 695 696/* Define if you have the <inttypes.h> header file. */ 697#undef HAVE_INTTYPES_H 698 699/* Define if you have the <langinfo.h> header file. */ 700#undef HAVE_LANGINFO_H 701 702/* Define if you have the <lastlog.h> header file. */ 703#undef HAVE_LASTLOG_H 704 705/* Define if you have the <libintl.h> header file. */ 706#undef HAVE_LIBINTL_H 707 708/* Define if you have the <libutil.h> header file. */ 709#undef HAVE_LIBUTIL_H 710 711/* Define if you have the <limits.h> header file. */ 712#undef HAVE_LIMITS_H 713 714/* Define if you have the <linux/capability.h> header file. */ 715#undef HAVE_LINUX_CAPABILITY_H 716 717/* Define if you have the <linux/prctl.h> header file. */ 718#undef HAVE_LINUX_PRCTL_H 719 720/* Define if you have the <locale.h> header file. */ 721#undef HAVE_LOCALE_H 722 723/* Define if you have the <login.h> header file. */ 724#undef HAVE_LOGIN_H 725 726/* Define if you have the <memory.h> header file. */ 727#undef HAVE_MEMORY_H 728 729/* Define if you have the <ncurses.h> header file. */ 730#undef HAVE_NCURSES_H 731 732/* Define if you have the <curses.h> header file. */ 733#undef HAVE_CURSES_H 734 735/* Define if you have the <ndir.h> header file. */ 736#undef HAVE_NDIR_H 737 738/* Define if you have the <netdb.h> header file. */ 739#undef HAVE_NETDB_H 740 741/* Define if you have the <net/if.h> header file. */ 742#undef HAVE_NET_IF_H 743 744/* Define if you have the <netinet/in.h> header file. */ 745#undef HAVE_NETINET_IN_H 746 747/* Define if you have the <netinet/in_systm.h> header file. */ 748#undef HAVE_NETINET_IN_SYSTM_H 749 750/* Define if you have the <netinet/ip.h> header file. */ 751#undef HAVE_NETINET_IP_H 752 753/* Define if you have the <netinet/tcp.h> header file. */ 754#undef HAVE_NETINET_TCP_H 755 756/* Define if you have the <paths.h> header file. */ 757#undef HAVE_PATHS_H 758 759/* Define if you have the <prot.h> header file. */ 760#undef HAVE_PROT_H 761 762/* Define if you have the <regex.h> header file. */ 763#undef HAVE_REGEX_H 764 765/* Define if you have the <sasl/sasl.h> header file. */ 766#undef HAVE_SASL_SASL_H 767 768/* Define if you have the <security/pam_appl.h> header file. */ 769#undef HAVE_SECURITY_PAM_APPL_H 770 771/* Define if you have the <security/pam_modules.h> header file. */ 772#undef HAVE_SECURITY_PAM_MODULES_H 773 774/* Define if you have the <pam/pam_appl.h> header file. */ 775#undef HAVE_PAM_PAM_APPL_H 776 777/* Define if you have the <shadow.h> header file. */ 778#undef HAVE_SHADOW_H 779 780/* Define if you have the <sia.h> header file. */ 781#undef HAVE_SIA_H 782 783/* Define if you have the <siad.h> header file. */ 784#undef HAVE_SIAD_H 785 786/* Define if you have the <signal.h> header file. */ 787#undef HAVE_SIGNAL_H 788 789/* Define if you have the <sodium.h> header file. */ 790#undef HAVE_SODIUM_H 791 792/* Define if you have the <string.h> header file. */ 793#undef HAVE_STRING_H 794 795/* Define if you have the <strings.h> header file. */ 796#undef HAVE_STRINGS_H 797 798/* Define if you have the <stropts.h> header file. */ 799#undef HAVE_STROPTS_H 800 801/* Define if you have the <sys/acl.h> header file. */ 802#undef HAVE_SYS_ACL_H 803 804/* Define if you have the <sys/audit.h> header file. */ 805#undef HAVE_SYS_AUDIT_H 806 807/* Define if you have the <sys/capability.h> header file. */ 808#undef HAVE_SYS_CAPABILITY_H 809 810/* Define if you have the <sys/dir.h> header file. */ 811#undef HAVE_SYS_DIR_H 812 813/* Define if you have the <sys/extattr.h> header file. */ 814#undef HAVE_SYS_EXTATTR_H 815 816/* Define if you have the <sys/file.h> header file. */ 817#undef HAVE_SYS_FILE_H 818 819/* Define if you have the <sys/ioctl.h> header file. */ 820#undef HAVE_SYS_IOCTL_H 821 822/* Define if you have the <sys/mman.h> header file. */ 823#undef HAVE_SYS_MMAN_H 824 825/* Define if you have the <sys/mount.h> header file. */ 826#undef HAVE_SYS_MOUNT_H 827 828/* Define if you have the <sys/ndir.h> header file. */ 829#undef HAVE_SYS_NDIR_H 830 831/* Define if you have the <sys/param.h> header file. */ 832#undef HAVE_SYS_PARAM_H 833 834/* Define if you have the <sys/prctl.h> header file. */ 835#undef HAVE_SYS_PRCTL_H 836 837/* Define if you have the <sys/pstat.h> header file. */ 838#undef HAVE_SYS_PSTAT_H 839 840/* Define if you have the <sys/resource.h> header file. */ 841#undef HAVE_SYS_RESOURCE_H 842 843/* Define if you have the <sys/security.h> header file. */ 844#undef HAVE_SYS_SECURITY_H 845 846/* Define if you have the <sys/select.h> header file. */ 847#undef HAVE_SYS_SELECT_H 848 849/* Define if you have the <sys/sendfile.h> header file. */ 850#undef HAVE_SYS_SENDFILE_H 851 852/* Define if you have the <sys/socket.h> header file. */ 853#undef HAVE_SYS_SOCKET_H 854 855/* Define if you have the <sys/stat.h> header file. */ 856#undef HAVE_SYS_STAT_H 857 858/* Define if you have the <sys/statvfs.h> header file. */ 859#undef HAVE_SYS_STATVFS_H 860 861/* Define if you have the <sys/termio.h> header file. */ 862#undef HAVE_SYS_TERMIO_H 863 864/* Define if you have the <sys/termios.h> header file. */ 865#undef HAVE_SYS_TERMIOS_H 866 867/* Define if you have the <sys/time.h> header file. */ 868#undef HAVE_SYS_TIME_H 869 870/* Define if you have the <sys/types.h> header file. */ 871#undef HAVE_SYS_TYPES_H 872 873/* Define if you have the <sys/ucred.h> header file. */ 874#undef HAVE_SYS_UCRED_H 875 876/* Define if you have the <sys/uio.h> header file. */ 877#undef HAVE_SYS_UIO_H 878 879/* Define if you have the <sys/un.h> header file. */ 880#undef HAVE_SYS_UN_H 881 882/* Define if you have the <sys/vfs.h> header file. */ 883#undef HAVE_SYS_VFS_H 884 885/* Define if you have <sys/wait.h> that is POSIX.1 compatible. */ 886#undef HAVE_SYS_WAIT_H 887 888/* Define if you have the <sys/xattr.h> header file. */ 889#undef HAVE_SYS_XATTR_H 890 891/* Define if you have the <termios.h> header file. */ 892#undef HAVE_TERMIOS_H 893 894/* Define if you have the <ucontext.h> header file. */ 895#undef HAVE_UCONTEXT_H 896 897/* Define if you have the <ucred.h> header file. */ 898#undef HAVE_UCRED_H 899 900/* Define if you have the <unistd.h> header file. */ 901#undef HAVE_UNISTD_H 902 903/* Define if you have the <usersec.h> header file. */ 904#undef HAVE_USERSEC_H 905 906/* Define if you have the <utime.h> header file. */ 907#undef HAVE_UTIME_H 908 909/* Define if you have the <utmp.h> header file. */ 910#undef HAVE_UTMP_H 911 912/* Define if you have the <utmpx.h> header file. */ 913#undef HAVE_UTMPX_H 914 915/* Define if you have the "vmsdir.h" header file. */ 916#undef HAVE_VMSDIR_H 917 918/* Define if you have the acl library (-lacl). */ 919#undef HAVE_LIBACL 920 921/* Define if you have the bind library (-lbind). */ 922#undef HAVE_LIBBIND 923 924/* Define if you have the cap library (-lcap). */ 925#undef HAVE_LIBCAP 926 927/* Define if you have the cap (v2) library (-lcap2). */ 928#undef HAVE_LIBCAP2 929 930/* Define if you have the crypt library (-lcrypt). */ 931#undef HAVE_LIBCRYPT 932 933/* Define if you have the check library (-lcheck). */ 934#undef HAVE_LIBCHECK 935 936/* Define if you have the curses library (-lcurses). */ 937#undef HAVE_LIBCURSES 938 939/* Define if you have the UnixWare gen library (-lgen). */ 940#undef HAVE_LIBGEN 941 942/* Define if you have the iconv library (-liconv). */ 943#undef HAVE_LIBICONV 944 945/* Define if you have the intl library (-lintl). */ 946#undef HAVE_LIBINTL 947 948/* Define if you have the ncurses library (-lncurses). */ 949#undef HAVE_LIBNCURSES 950 951/* Define if you have the ncurses library (-lncursesw). */ 952#undef HAVE_LIBNCURSESW 953 954/* Define if you have the nsl library (-lnsl). */ 955#undef HAVE_LIBNSL 956 957/* Define if you have the resolv library (-lresolv). */ 958#undef HAVE_LIBRESOLV 959 960/* Define if you have the sec library (-lsec). */ 961#undef HAVE_LIBSEC 962 963/* Define if you have the security library (-lsecurity). */ 964#undef HAVE_LIBSECURITY 965 966/* Define if you have the libtinfo library (-ltinfo). */ 967#undef HAVE_LIBTINFO 968 969/* Define if you have the libtinfow library (-ltinfow). */ 970#undef HAVE_LIBTINFOW 971 972/* Define if you have the addrinfo struct. */ 973#undef HAVE_STRUCT_ADDRINFO 974 975/* Define if you have the sockaddr_storage struct. */ 976#undef HAVE_STRUCT_SS 977 978/* Define if you have the ss_family sockaddr_storage struct member. */ 979#undef HAVE_SS_FAMILY 980 981/* Define if you have the __ss_family sockaddr_storage struct member. */ 982#undef HAVE___SS_FAMILY 983 984/* Define if you have the ss_len sockaddr_storage struct member. */ 985#undef HAVE_SS_LEN 986 987/* Define if you have the __ss_len sockaddr_storage struct member. */ 988#undef HAVE___SS_LEN 989 990/* Define if you have the sin_len sockaddr_in struct member. */ 991#undef SIN_LEN 992 993/* Define if you have the socket library (-lsocket). */ 994#undef HAVE_LIBSOCKET 995#ifndef STDIN_FILENO 996#define STDIN_FILENO 0 997#endif /* STDIN_FILENO */ 998 999#ifndef STDOUT_FILENO 1000#define STDOUT_FILENO 1 1001#endif /* STDOUT_FILENO */ 1002 1003#ifndef STDERR_FILENO 1004#define STDERR_FILENO 2 1005#endif /* STDERR_FILENO */ 1006 1007#ifndef PR_CONFIG_DIR 1008#undef PR_CONFIG_DIR 1009#endif /* PR_CONFIG_DIR */ 1010 1011#ifndef PR_INCLUDE_DIR 1012#undef PR_INCLUDE_DIR 1013#endif /* PR_INCLUDE_DIR */ 1014 1015#ifndef PR_LIBEXEC_DIR 1016#undef PR_LIBEXEC_DIR 1017#endif /* PR_LIBEXEC_DIR */ 1018 1019#ifndef PR_LOCALE_DIR 1020#undef PR_LOCALE_DIR 1021#endif /* PR_LOCALE_DIR */ 1022 1023#ifndef PR_RUN_DIR 1024#undef PR_RUN_DIR 1025#endif /* PR_RUN_DIR */ 1026 1027#ifndef PR_CONFIG_FILE_PATH 1028#undef PR_CONFIG_FILE_PATH 1029#endif /* PR_CONFIG_FILE_PATH */ 1030 1031#ifndef PR_PID_FILE_PATH 1032#undef PR_PID_FILE_PATH 1033#endif /* PR_PID_FILE_PATH */ 1034 1035#ifndef PR_LASTLOG_PATH 1036#undef PR_LASTLOG_PATH 1037#endif /* PR_LASTLOG_PATH */ 1038 1039/* Number of bits in a file offset, on hosts where this is settable. */ 1040#ifndef _FILE_OFFSET_BITS 1041#undef _FILE_OFFSET_BITS 1042#endif /* _FILE_OFFSET_BITS */ 1043 1044/* Define for large files, on AIX-style hosts. */ 1045#undef _LARGE_FILES 1046 1047/* Define for use of hstrerror on AIX-style hosts. */ 1048#undef _USE_IRS 1049 1050/* Define if auto-detection of shadow passwords is wanted. */ 1051#undef PR_USE_AUTO_SHADOW 1052 1053/* Define if controls support is desired. */ 1054#undef PR_USE_CTRLS 1055 1056/* Define if curses support, if available, should be used. */ 1057#undef PR_USE_CURSES 1058 1059/* Define if you are a developer. */ 1060#undef PR_USE_DEVEL 1061 1062/* Define if DSO support is desired. */ 1063#undef PR_USE_DSO 1064 1065/* Define if use of POSIX ACL support is desired. */ 1066#undef PR_USE_FACL 1067 1068/* Define if use of builtin getaddrinfo() is desired. */ 1069#undef PR_USE_GETADDRINFO 1070 1071/* Define if use of builtin getnameinfo() is desired. */ 1072#undef PR_USE_GETNAMEINFO 1073 1074/* Define if IPv6 support is desired. */ 1075#undef PR_USE_IPV6 1076 1077/* Define if largefile support is desired. */ 1078#undef PR_USE_LARGEFILES 1079 1080/* Define if Memcache support is desired.. */ 1081#undef PR_USE_MEMCACHE 1082 1083/* Define if Redis support is desired.. */ 1084#undef PR_USE_REDIS 1085 1086/* Define if the %llu format should be used. */ 1087#undef HAVE_LLU 1088 1089/* Define if the %lu format should be used. */ 1090#undef HAVE_LU 1091 1092/* Define if lastlog support is desired. */ 1093#undef PR_USE_LASTLOG 1094 1095/* Define if NLS support, if available, should be used. */ 1096#undef PR_USE_NLS 1097 1098/* Define if ncurses support, if available, should be used. */ 1099#undef PR_USE_NCURSES 1100 1101/* Define if ncursesw support, if available, should be used. */ 1102#undef PR_USE_NCURSESW 1103 1104/* Define if non-local network tests are enabled. */ 1105#undef PR_USE_NETWORK_TESTS 1106 1107/* Define if using nonblocking open of log files. */ 1108#undef PR_USE_NONBLOCKING_LOG_OPEN 1109 1110/* Define if Sodiumm support, if available, should be used. */ 1111#undef PR_USE_SODIUM 1112 1113/* Define if OpenSSL support, if available, should be used. */ 1114#undef PR_USE_OPENSSL 1115 1116/* Define if OpenSSL Application Layer Protocol Negotiation (ALPN) support, 1117 * if available, should be used. 1118 */ 1119#undef PR_USE_OPENSSL_ALPN 1120 1121/* Define if OpenSSL Elliptic Curve Cryptography (ECC) support, if available, 1122 * should be used. 1123 */ 1124#undef PR_USE_OPENSSL_ECC 1125 1126/* Define if OpenSSL EVP_CipherInit_ex support, if available, should be used. 1127 */ 1128#undef PR_USE_OPENSSL_EVP_CIPHERINIT_EX 1129 1130/* Define if OpenSSL support (with FIPS enabled), if available, should be 1131 * used. 1132 */ 1133#undef PR_USE_OPENSSL_FIPS 1134 1135/* Define if OpenSSL Next Protocol Negotiation (NPN) support, if available, 1136 * should be used. 1137 */ 1138#undef PR_USE_OPENSSL_NPN 1139 1140/* Define if OpenSSL OCSP support, if available, should be used. */ 1141#undef PR_USE_OPENSSL_OCSP 1142 1143/* Define if OpenSSL SSL num ticket support, if available, should be used. */ 1144#undef PR_USE_OPENSSL_SSL_NUM_TICKETS 1145 1146/* Define if OpenSSL SSL read ahead support, if available, should be used. */ 1147#undef PR_USE_OPENSSL_SSL_READ_AHEAD 1148 1149/* Define if OpenSSL SSL session ID context set support, if available, should 1150 be used. */ 1151#undef PR_USE_OPENSSL_SSL_SESSION_SET1_ID_CONTEXT 1152 1153/* Define if OpenSSL SSL session ticket callback support, if available, 1154 * should be used. */ 1155#undef PR_USE_OPENSSL_SSL_SESSION_TICKET_CALLBACK 1156 1157/* Define if using PCRE support. */ 1158#undef PR_USE_PCRE 1159 1160/* Define if sendfile support, if available, should be used. */ 1161#undef PR_USE_SENDFILE 1162 1163/* Define if using /etc/shadow files. */ 1164#undef PR_USE_SHADOW 1165 1166/* Define if using Tru64's C2 SIA authentication. */ 1167#undef PR_USE_SIA 1168 1169/* Define if use of system getopt is desired. */ 1170#undef PR_USE_SYSTEM_GETOPT 1171 1172/* Define if using testsuite support. */ 1173#undef PR_USE_TESTS 1174 1175/* Define if using trace support. */ 1176#undef PR_USE_TRACE 1177 1178/* Define if using xattr support. */ 1179#undef PR_USE_XATTR 1180 1181/* Tunable parameters */ 1182#undef PR_TUNABLE_BUFFER_SIZE 1183#undef PR_TUNABLE_NEW_POOL_SIZE 1184#undef PR_TUNABLE_SCOREBOARD_BUFFER_SIZE 1185#undef PR_TUNABLE_TIMEOUTIDENT 1186#undef PR_TUNABLE_TIMEOUTIDLE 1187#undef PR_TUNABLE_TIMEOUTLINGER 1188#undef PR_TUNABLE_TIMEOUTLOGIN 1189#undef PR_TUNABLE_TIMEOUTNOXFER 1190#undef PR_TUNABLE_TIMEOUTSTALLED 1191#undef PR_TUNABLE_XFER_SCOREBOARD_UPDATES 1192 1193#endif /* config_h_included */ 1194