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/* Define if you have a getaddrinfo that fails for the all-zeros IPv6 address 7 */ 8#undef AIX_GETNAMEINFO_HACK 9 10/* Define if your AIX loginfailed() function takes 4 arguments (AIX >= 5.2) */ 11#undef AIX_LOGINFAILED_4ARG 12 13/* System only supports IPv4 audit records */ 14#undef AU_IPv4 15 16/* Define if your resolver libs need this for getrrsetbyname */ 17#undef BIND_8_COMPAT 18 19/* The system has incomplete BSM API */ 20#undef BROKEN_BSM_API 21 22/* broken in chroots on older kernels */ 23#undef BROKEN_CLOSEFROM 24 25/* Define if cmsg_type is not passed correctly */ 26#undef BROKEN_CMSG_TYPE 27 28/* getaddrinfo is broken (if present) */ 29#undef BROKEN_GETADDRINFO 30 31/* getgroups(0,NULL) will return -1 */ 32#undef BROKEN_GETGROUPS 33 34/* getline is not what we expect */ 35#undef BROKEN_GETLINE 36 37/* FreeBSD glob does not do what we need */ 38#undef BROKEN_GLOB 39 40/* Define if you system's inet_ntoa is busted (e.g. Irix gcc issue) */ 41#undef BROKEN_INET_NTOA 42 43/* Define if your struct dirent expects you to allocate extra space for d_name 44 */ 45#undef BROKEN_ONE_BYTE_DIRENT_D_NAME 46 47/* System poll(2) implementation is broken */ 48#undef BROKEN_POLL 49 50/* Can't do comparisons on readv */ 51#undef BROKEN_READV_COMPARISON 52 53/* NetBSD read function is sometimes redirected, breaking atomicio comparisons 54 against it */ 55#undef BROKEN_READ_COMPARISON 56 57/* Needed for NeXT */ 58#undef BROKEN_SAVED_UIDS 59 60/* Define if your setregid() is broken */ 61#undef BROKEN_SETREGID 62 63/* Define if your setresgid() is broken */ 64#undef BROKEN_SETRESGID 65 66/* Define if your setresuid() is broken */ 67#undef BROKEN_SETRESUID 68 69/* Define if your setreuid() is broken */ 70#undef BROKEN_SETREUID 71 72/* LynxOS has broken setvbuf() implementation */ 73#undef BROKEN_SETVBUF 74 75/* QNX shadow support is broken */ 76#undef BROKEN_SHADOW_EXPIRE 77 78/* Define if your snprintf is busted */ 79#undef BROKEN_SNPRINTF 80 81/* strndup broken, see APAR IY61211 */ 82#undef BROKEN_STRNDUP 83 84/* strnlen broken, see APAR IY62551 */ 85#undef BROKEN_STRNLEN 86 87/* strnvis detected broken */ 88#undef BROKEN_STRNVIS 89 90/* tcgetattr with ICANON may hang */ 91#undef BROKEN_TCGETATTR_ICANON 92 93/* updwtmpx is broken (if present) */ 94#undef BROKEN_UPDWTMPX 95 96/* Define if you have BSD auth support */ 97#undef BSD_AUTH 98 99/* Define if you want to specify the path to your lastlog file */ 100#undef CONF_LASTLOG_FILE 101 102/* Define if you want to specify the path to your utmp file */ 103#undef CONF_UTMP_FILE 104 105/* Define if you want to specify the path to your wtmpx file */ 106#undef CONF_WTMPX_FILE 107 108/* Define if you want to specify the path to your wtmp file */ 109#undef CONF_WTMP_FILE 110 111/* Need to call setpgrp as root */ 112#undef DISABLE_FD_PASSING 113 114/* Define if you don't want to use lastlog */ 115#undef DISABLE_LASTLOG 116 117/* Define if you don't want to use your system's login() call */ 118#undef DISABLE_LOGIN 119 120/* Define if you don't want to use pututline() etc. to write [uw]tmp */ 121#undef DISABLE_PUTUTLINE 122 123/* Define if you don't want to use pututxline() etc. to write [uw]tmpx */ 124#undef DISABLE_PUTUTXLINE 125 126/* Define if you want to disable shadow passwords */ 127#undef DISABLE_SHADOW 128 129/* Define if you don't want to use utmp */ 130#undef DISABLE_UTMP 131 132/* Define if you don't want to use utmpx */ 133#undef DISABLE_UTMPX 134 135/* Define if you don't want to use wtmp */ 136#undef DISABLE_WTMP 137 138/* Define if you don't want to use wtmpx */ 139#undef DISABLE_WTMPX 140 141/* Enable for PKCS#11 support */ 142#undef ENABLE_PKCS11 143 144/* Enable for U2F/FIDO support */ 145#undef ENABLE_SK 146 147/* Enable for built-in U2F/FIDO support */ 148#undef ENABLE_SK_INTERNAL 149 150/* define if fflush(NULL) does not work */ 151#undef FFLUSH_NULL_BUG 152 153/* File names may not contain backslash characters */ 154#undef FILESYSTEM_NO_BACKSLASH 155 156/* fsid_t has member val */ 157#undef FSID_HAS_VAL 158 159/* fsid_t has member __val */ 160#undef FSID_HAS___VAL 161 162/* getpgrp takes one arg */ 163#undef GETPGRP_VOID 164 165/* Conflicting defs for getspnam */ 166#undef GETSPNAM_CONFLICTING_DEFS 167 168/* Define if your system glob() function has the GLOB_ALTDIRFUNC extension */ 169#undef GLOB_HAS_ALTDIRFUNC 170 171/* Define if your system glob() function has gl_matchc options in glob_t */ 172#undef GLOB_HAS_GL_MATCHC 173 174/* Define if your system glob() function has gl_statv options in glob_t */ 175#undef GLOB_HAS_GL_STATV 176 177/* Define this if you want GSSAPI support in the version 2 protocol */ 178#undef GSSAPI 179 180/* Define if you want to use shadow password expire field */ 181#undef HAS_SHADOW_EXPIRE 182 183/* Define if your system uses access rights style file descriptor passing */ 184#undef HAVE_ACCRIGHTS_IN_MSGHDR 185 186/* Define if you have ut_addr in utmp.h */ 187#undef HAVE_ADDR_IN_UTMP 188 189/* Define if you have ut_addr in utmpx.h */ 190#undef HAVE_ADDR_IN_UTMPX 191 192/* Define if you have ut_addr_v6 in utmp.h */ 193#undef HAVE_ADDR_V6_IN_UTMP 194 195/* Define if you have ut_addr_v6 in utmpx.h */ 196#undef HAVE_ADDR_V6_IN_UTMPX 197 198/* Define to 1 if you have the `arc4random' function. */ 199#undef HAVE_ARC4RANDOM 200 201/* Define to 1 if you have the `arc4random_buf' function. */ 202#undef HAVE_ARC4RANDOM_BUF 203 204/* Define to 1 if you have the `arc4random_stir' function. */ 205#undef HAVE_ARC4RANDOM_STIR 206 207/* Define to 1 if you have the `arc4random_uniform' function. */ 208#undef HAVE_ARC4RANDOM_UNIFORM 209 210/* Define to 1 if you have the `asprintf' function. */ 211#undef HAVE_ASPRINTF 212 213/* OpenBSD's gcc has bounded */ 214#undef HAVE_ATTRIBUTE__BOUNDED__ 215 216/* Have attribute nonnull */ 217#undef HAVE_ATTRIBUTE__NONNULL__ 218 219/* OpenBSD's gcc has sentinel */ 220#undef HAVE_ATTRIBUTE__SENTINEL__ 221 222/* Define to 1 if you have the `aug_get_machine' function. */ 223#undef HAVE_AUG_GET_MACHINE 224 225/* Define to 1 if you have the `b64_ntop' function. */ 226#undef HAVE_B64_NTOP 227 228/* Define to 1 if you have the `b64_pton' function. */ 229#undef HAVE_B64_PTON 230 231/* Define if you have the basename function. */ 232#undef HAVE_BASENAME 233 234/* Define to 1 if you have the `bcopy' function. */ 235#undef HAVE_BCOPY 236 237/* Define to 1 if you have the `bcrypt_pbkdf' function. */ 238#undef HAVE_BCRYPT_PBKDF 239 240/* Define to 1 if you have the `bindresvport_sa' function. */ 241#undef HAVE_BINDRESVPORT_SA 242 243/* Define to 1 if you have the `blf_enc' function. */ 244#undef HAVE_BLF_ENC 245 246/* Define to 1 if you have the <blf.h> header file. */ 247#undef HAVE_BLF_H 248 249/* Define to 1 if you have the `Blowfish_expand0state' function. */ 250#undef HAVE_BLOWFISH_EXPAND0STATE 251 252/* Define to 1 if you have the `Blowfish_expandstate' function. */ 253#undef HAVE_BLOWFISH_EXPANDSTATE 254 255/* Define to 1 if you have the `Blowfish_initstate' function. */ 256#undef HAVE_BLOWFISH_INITSTATE 257 258/* Define to 1 if you have the `Blowfish_stream2word' function. */ 259#undef HAVE_BLOWFISH_STREAM2WORD 260 261/* Define to 1 if you have the `BN_is_prime_ex' function. */ 262#undef HAVE_BN_IS_PRIME_EX 263 264/* Define to 1 if you have the <bsd/libutil.h> header file. */ 265#undef HAVE_BSD_LIBUTIL_H 266 267/* Define to 1 if you have the <bsm/audit.h> header file. */ 268#undef HAVE_BSM_AUDIT_H 269 270/* Define to 1 if you have the <bstring.h> header file. */ 271#undef HAVE_BSTRING_H 272 273/* Define to 1 if you have the `bzero' function. */ 274#undef HAVE_BZERO 275 276/* calloc(0, x) returns NULL */ 277#undef HAVE_CALLOC 278 279/* Define if you have caph_cache_tzdata */ 280#undef HAVE_CAPH_CACHE_TZDATA 281 282/* Define to 1 if you have the <capsicum_helpers.h> header file. */ 283#undef HAVE_CAPSICUM_HELPERS_H 284 285/* Define to 1 if you have the `cap_rights_limit' function. */ 286#undef HAVE_CAP_RIGHTS_LIMIT 287 288/* Define to 1 if you have the `clock' function. */ 289#undef HAVE_CLOCK 290 291/* Have clock_gettime */ 292#undef HAVE_CLOCK_GETTIME 293 294/* define if you have clock_t data type */ 295#undef HAVE_CLOCK_T 296 297/* Define to 1 if you have the `closefrom' function. */ 298#undef HAVE_CLOSEFROM 299 300/* Define to 1 if you have the `close_range' function. */ 301#undef HAVE_CLOSE_RANGE 302 303/* Define if gai_strerror() returns const char * */ 304#undef HAVE_CONST_GAI_STRERROR_PROTO 305 306/* Define if your system uses ancillary data style file descriptor passing */ 307#undef HAVE_CONTROL_IN_MSGHDR 308 309/* Define to 1 if you have the `crypt' function. */ 310#undef HAVE_CRYPT 311 312/* Define to 1 if you have the <crypto/sha2.h> header file. */ 313#undef HAVE_CRYPTO_SHA2_H 314 315/* Define to 1 if you have the <crypt.h> header file. */ 316#undef HAVE_CRYPT_H 317 318/* Define if you are on Cygwin */ 319#undef HAVE_CYGWIN 320 321/* Define if your libraries define daemon() */ 322#undef HAVE_DAEMON 323 324/* Define to 1 if you have the declaration of `AI_NUMERICSERV', and to 0 if 325 you don't. */ 326#undef HAVE_DECL_AI_NUMERICSERV 327 328/* Define to 1 if you have the declaration of `authenticate', and to 0 if you 329 don't. */ 330#undef HAVE_DECL_AUTHENTICATE 331 332/* Define to 1 if you have the declaration of `bzero', and to 0 if you don't. 333 */ 334#undef HAVE_DECL_BZERO 335 336/* Define to 1 if you have the declaration of `ftruncate', and to 0 if you 337 don't. */ 338#undef HAVE_DECL_FTRUNCATE 339 340/* Define to 1 if you have the declaration of `getentropy', and to 0 if you 341 don't. */ 342#undef HAVE_DECL_GETENTROPY 343 344/* Define to 1 if you have the declaration of `getpeereid', and to 0 if you 345 don't. */ 346#undef HAVE_DECL_GETPEEREID 347 348/* Define to 1 if you have the declaration of `GLOB_NOMATCH', and to 0 if you 349 don't. */ 350#undef HAVE_DECL_GLOB_NOMATCH 351 352/* Define to 1 if you have the declaration of `GSS_C_NT_HOSTBASED_SERVICE', 353 and to 0 if you don't. */ 354#undef HAVE_DECL_GSS_C_NT_HOSTBASED_SERVICE 355 356/* Define to 1 if you have the declaration of `howmany', and to 0 if you 357 don't. */ 358#undef HAVE_DECL_HOWMANY 359 360/* Define to 1 if you have the declaration of `h_errno', and to 0 if you 361 don't. */ 362#undef HAVE_DECL_H_ERRNO 363 364/* Define to 1 if you have the declaration of `loginfailed', and to 0 if you 365 don't. */ 366#undef HAVE_DECL_LOGINFAILED 367 368/* Define to 1 if you have the declaration of `loginrestrictions', and to 0 if 369 you don't. */ 370#undef HAVE_DECL_LOGINRESTRICTIONS 371 372/* Define to 1 if you have the declaration of `loginsuccess', and to 0 if you 373 don't. */ 374#undef HAVE_DECL_LOGINSUCCESS 375 376/* Define to 1 if you have the declaration of `MAXSYMLINKS', and to 0 if you 377 don't. */ 378#undef HAVE_DECL_MAXSYMLINKS 379 380/* Define to 1 if you have the declaration of `memmem', and to 0 if you don't. 381 */ 382#undef HAVE_DECL_MEMMEM 383 384/* Define to 1 if you have the declaration of `NFDBITS', and to 0 if you 385 don't. */ 386#undef HAVE_DECL_NFDBITS 387 388/* Define to 1 if you have the declaration of `offsetof', and to 0 if you 389 don't. */ 390#undef HAVE_DECL_OFFSETOF 391 392/* Define to 1 if you have the declaration of `OPENSSL_IS_BORINGSSL', and to 0 393 if you don't. */ 394#undef HAVE_DECL_OPENSSL_IS_BORINGSSL 395 396/* Define to 1 if you have the declaration of `OPENSSL_NO_DSA', and to 0 if 397 you don't. */ 398#undef HAVE_DECL_OPENSSL_NO_DSA 399 400/* Define to 1 if you have the declaration of `O_NONBLOCK', and to 0 if you 401 don't. */ 402#undef HAVE_DECL_O_NONBLOCK 403 404/* Define to 1 if you have the declaration of `passwdexpired', and to 0 if you 405 don't. */ 406#undef HAVE_DECL_PASSWDEXPIRED 407 408/* Define to 1 if you have the declaration of `readv', and to 0 if you don't. 409 */ 410#undef HAVE_DECL_READV 411 412/* Define to 1 if you have the declaration of `setauthdb', and to 0 if you 413 don't. */ 414#undef HAVE_DECL_SETAUTHDB 415 416/* Define to 1 if you have the declaration of `SHUT_RD', and to 0 if you 417 don't. */ 418#undef HAVE_DECL_SHUT_RD 419 420/* Define to 1 if you have the declaration of `UINT32_MAX', and to 0 if you 421 don't. */ 422#undef HAVE_DECL_UINT32_MAX 423 424/* Define to 1 if you have the declaration of `writev', and to 0 if you don't. 425 */ 426#undef HAVE_DECL_WRITEV 427 428/* Define to 1 if you have the declaration of `_getlong', and to 0 if you 429 don't. */ 430#undef HAVE_DECL__GETLONG 431 432/* Define to 1 if you have the declaration of `_getshort', and to 0 if you 433 don't. */ 434#undef HAVE_DECL__GETSHORT 435 436/* Define to 1 if you have the `DES_crypt' function. */ 437#undef HAVE_DES_CRYPT 438 439/* Define if you have /dev/ptmx */ 440#undef HAVE_DEV_PTMX 441 442/* Define if you have /dev/ptc */ 443#undef HAVE_DEV_PTS_AND_PTC 444 445/* Define to 1 if you have the <dirent.h> header file. */ 446#undef HAVE_DIRENT_H 447 448/* Define to 1 if you have the `dirfd' function. */ 449#undef HAVE_DIRFD 450 451/* Define to 1 if you have the `dirname' function. */ 452#undef HAVE_DIRNAME 453 454/* Define to 1 if you have the `dlopen' function. */ 455#undef HAVE_DLOPEN 456 457/* Define to 1 if you have the `DSA_generate_parameters_ex' function. */ 458#undef HAVE_DSA_GENERATE_PARAMETERS_EX 459 460/* Define to 1 if you have the `EC_KEY_METHOD_new' function. */ 461#undef HAVE_EC_KEY_METHOD_NEW 462 463/* Define to 1 if you have the <elf.h> header file. */ 464#undef HAVE_ELF_H 465 466/* Define to 1 if you have the `endgrent' function. */ 467#undef HAVE_ENDGRENT 468 469/* Define to 1 if you have the <endian.h> header file. */ 470#undef HAVE_ENDIAN_H 471 472/* Define to 1 if you have the `endutent' function. */ 473#undef HAVE_ENDUTENT 474 475/* Define to 1 if you have the `endutxent' function. */ 476#undef HAVE_ENDUTXENT 477 478/* Define to 1 if you have the `err' function. */ 479#undef HAVE_ERR 480 481/* Define to 1 if you have the `errx' function. */ 482#undef HAVE_ERRX 483 484/* Define to 1 if you have the <err.h> header file. */ 485#undef HAVE_ERR_H 486 487/* Define if your system has /etc/default/login */ 488#undef HAVE_ETC_DEFAULT_LOGIN 489 490/* Define to 1 if you have the `EVP_chacha20' function. */ 491#undef HAVE_EVP_CHACHA20 492 493/* Define to 1 if you have the `EVP_CIPHER_CTX_get_iv' function. */ 494#undef HAVE_EVP_CIPHER_CTX_GET_IV 495 496/* Define to 1 if you have the `EVP_CIPHER_CTX_get_updated_iv' function. */ 497#undef HAVE_EVP_CIPHER_CTX_GET_UPDATED_IV 498 499/* Define to 1 if you have the `EVP_CIPHER_CTX_iv' function. */ 500#undef HAVE_EVP_CIPHER_CTX_IV 501 502/* Define to 1 if you have the `EVP_CIPHER_CTX_iv_noconst' function. */ 503#undef HAVE_EVP_CIPHER_CTX_IV_NOCONST 504 505/* Define to 1 if you have the `EVP_CIPHER_CTX_set_iv' function. */ 506#undef HAVE_EVP_CIPHER_CTX_SET_IV 507 508/* Define to 1 if you have the `EVP_DigestFinal_ex' function. */ 509#undef HAVE_EVP_DIGESTFINAL_EX 510 511/* Define to 1 if you have the `EVP_DigestInit_ex' function. */ 512#undef HAVE_EVP_DIGESTINIT_EX 513 514/* Define to 1 if you have the `EVP_MD_CTX_cleanup' function. */ 515#undef HAVE_EVP_MD_CTX_CLEANUP 516 517/* Define to 1 if you have the `EVP_MD_CTX_copy_ex' function. */ 518#undef HAVE_EVP_MD_CTX_COPY_EX 519 520/* Define to 1 if you have the `EVP_MD_CTX_init' function. */ 521#undef HAVE_EVP_MD_CTX_INIT 522 523/* Define to 1 if you have the `EVP_PKEY_get_raw_private_key' function. */ 524#undef HAVE_EVP_PKEY_GET_RAW_PRIVATE_KEY 525 526/* Define to 1 if you have the `EVP_PKEY_get_raw_public_key' function. */ 527#undef HAVE_EVP_PKEY_GET_RAW_PUBLIC_KEY 528 529/* Define to 1 if you have the `EVP_sha256' function. */ 530#undef HAVE_EVP_SHA256 531 532/* Define to 1 if you have the `EVP_sha384' function. */ 533#undef HAVE_EVP_SHA384 534 535/* Define to 1 if you have the `EVP_sha512' function. */ 536#undef HAVE_EVP_SHA512 537 538/* Define if you have ut_exit in utmp.h */ 539#undef HAVE_EXIT_IN_UTMP 540 541/* Define to 1 if you have the `explicit_bzero' function. */ 542#undef HAVE_EXPLICIT_BZERO 543 544/* Define to 1 if you have the `explicit_memset' function. */ 545#undef HAVE_EXPLICIT_MEMSET 546 547/* Define to 1 if you have the `fchmod' function. */ 548#undef HAVE_FCHMOD 549 550/* Define to 1 if you have the `fchmodat' function. */ 551#undef HAVE_FCHMODAT 552 553/* Define to 1 if you have the `fchown' function. */ 554#undef HAVE_FCHOWN 555 556/* Define to 1 if you have the `fchownat' function. */ 557#undef HAVE_FCHOWNAT 558 559/* Use F_CLOSEM fcntl for closefrom */ 560#undef HAVE_FCNTL_CLOSEM 561 562/* Define to 1 if you have the <fcntl.h> header file. */ 563#undef HAVE_FCNTL_H 564 565/* Define to 1 if the system has the type `fd_mask'. */ 566#undef HAVE_FD_MASK 567 568/* Define to 1 if you have the <features.h> header file. */ 569#undef HAVE_FEATURES_H 570 571/* Define to 1 if you have the `fido_assert_set_clientdata' function. */ 572#undef HAVE_FIDO_ASSERT_SET_CLIENTDATA 573 574/* Define to 1 if you have the `fido_cred_prot' function. */ 575#undef HAVE_FIDO_CRED_PROT 576 577/* Define to 1 if you have the `fido_cred_set_clientdata' function. */ 578#undef HAVE_FIDO_CRED_SET_CLIENTDATA 579 580/* Define to 1 if you have the `fido_cred_set_prot' function. */ 581#undef HAVE_FIDO_CRED_SET_PROT 582 583/* Define to 1 if you have the `fido_dev_get_touch_begin' function. */ 584#undef HAVE_FIDO_DEV_GET_TOUCH_BEGIN 585 586/* Define to 1 if you have the `fido_dev_get_touch_status' function. */ 587#undef HAVE_FIDO_DEV_GET_TOUCH_STATUS 588 589/* Define to 1 if you have the `fido_dev_is_winhello' function. */ 590#undef HAVE_FIDO_DEV_IS_WINHELLO 591 592/* Define to 1 if you have the `fido_dev_supports_cred_prot' function. */ 593#undef HAVE_FIDO_DEV_SUPPORTS_CRED_PROT 594 595/* Define to 1 if you have the <floatingpoint.h> header file. */ 596#undef HAVE_FLOATINGPOINT_H 597 598/* Define to 1 if you have the `flock' function. */ 599#undef HAVE_FLOCK 600 601/* Define to 1 if you have the `fmt_scaled' function. */ 602#undef HAVE_FMT_SCALED 603 604/* Define to 1 if you have the `fnmatch' function. */ 605#undef HAVE_FNMATCH 606 607/* Define to 1 if you have the <fnmatch.h> header file. */ 608#undef HAVE_FNMATCH_H 609 610/* Define to 1 if you have the `freeaddrinfo' function. */ 611#undef HAVE_FREEADDRINFO 612 613/* Define to 1 if you have the `freezero' function. */ 614#undef HAVE_FREEZERO 615 616/* Define to 1 if the system has the type `fsblkcnt_t'. */ 617#undef HAVE_FSBLKCNT_T 618 619/* Define to 1 if the system has the type `fsfilcnt_t'. */ 620#undef HAVE_FSFILCNT_T 621 622/* Define to 1 if you have the `fstatfs' function. */ 623#undef HAVE_FSTATFS 624 625/* Define to 1 if you have the `fstatvfs' function. */ 626#undef HAVE_FSTATVFS 627 628/* Define to 1 if you have the `futimes' function. */ 629#undef HAVE_FUTIMES 630 631/* Define to 1 if you have the `gai_strerror' function. */ 632#undef HAVE_GAI_STRERROR 633 634/* Define to 1 if you have the `getaddrinfo' function. */ 635#undef HAVE_GETADDRINFO 636 637/* Define to 1 if you have the `getaudit' function. */ 638#undef HAVE_GETAUDIT 639 640/* Define to 1 if you have the `getaudit_addr' function. */ 641#undef HAVE_GETAUDIT_ADDR 642 643/* Define to 1 if you have the `getcwd' function. */ 644#undef HAVE_GETCWD 645 646/* Define to 1 if you have the `getentropy' function. */ 647#undef HAVE_GETENTROPY 648 649/* Define to 1 if you have the `getgrouplist' function. */ 650#undef HAVE_GETGROUPLIST 651 652/* Define to 1 if you have the `getgrset' function. */ 653#undef HAVE_GETGRSET 654 655/* Define to 1 if you have the `getlastlogxbyname' function. */ 656#undef HAVE_GETLASTLOGXBYNAME 657 658/* Define to 1 if you have the `getline' function. */ 659#undef HAVE_GETLINE 660 661/* Define to 1 if you have the `getluid' function. */ 662#undef HAVE_GETLUID 663 664/* Define to 1 if you have the `getnameinfo' function. */ 665#undef HAVE_GETNAMEINFO 666 667/* Define to 1 if you have the `getopt' function. */ 668#undef HAVE_GETOPT 669 670/* Define to 1 if you have the <getopt.h> header file. */ 671#undef HAVE_GETOPT_H 672 673/* Define if your getopt(3) defines and uses optreset */ 674#undef HAVE_GETOPT_OPTRESET 675 676/* Define if your libraries define getpagesize() */ 677#undef HAVE_GETPAGESIZE 678 679/* Define to 1 if you have the `getpeereid' function. */ 680#undef HAVE_GETPEEREID 681 682/* Define to 1 if you have the `getpeerucred' function. */ 683#undef HAVE_GETPEERUCRED 684 685/* Define to 1 if you have the `getpgid' function. */ 686#undef HAVE_GETPGID 687 688/* Define to 1 if you have the `getpgrp' function. */ 689#undef HAVE_GETPGRP 690 691/* Define to 1 if you have the `getpwanam' function. */ 692#undef HAVE_GETPWANAM 693 694/* Define to 1 if you have the `getrandom' function. */ 695#undef HAVE_GETRANDOM 696 697/* Define to 1 if you have the `getrlimit' function. */ 698#undef HAVE_GETRLIMIT 699 700/* Define if getrrsetbyname() exists */ 701#undef HAVE_GETRRSETBYNAME 702 703/* Define to 1 if you have the `getseuserbyname' function. */ 704#undef HAVE_GETSEUSERBYNAME 705 706/* Define to 1 if you have the `getsid' function. */ 707#undef HAVE_GETSID 708 709/* Define to 1 if you have the `gettimeofday' function. */ 710#undef HAVE_GETTIMEOFDAY 711 712/* Define to 1 if you have the `getttyent' function. */ 713#undef HAVE_GETTTYENT 714 715/* Define to 1 if you have the `getutent' function. */ 716#undef HAVE_GETUTENT 717 718/* Define to 1 if you have the `getutid' function. */ 719#undef HAVE_GETUTID 720 721/* Define to 1 if you have the `getutline' function. */ 722#undef HAVE_GETUTLINE 723 724/* Define to 1 if you have the `getutxent' function. */ 725#undef HAVE_GETUTXENT 726 727/* Define to 1 if you have the `getutxid' function. */ 728#undef HAVE_GETUTXID 729 730/* Define to 1 if you have the `getutxline' function. */ 731#undef HAVE_GETUTXLINE 732 733/* Define to 1 if you have the `getutxuser' function. */ 734#undef HAVE_GETUTXUSER 735 736/* Define to 1 if you have the `get_default_context_with_level' function. */ 737#undef HAVE_GET_DEFAULT_CONTEXT_WITH_LEVEL 738 739/* Define to 1 if you have the `glob' function. */ 740#undef HAVE_GLOB 741 742/* Define to 1 if you have the <glob.h> header file. */ 743#undef HAVE_GLOB_H 744 745/* Define to 1 if you have the `group_from_gid' function. */ 746#undef HAVE_GROUP_FROM_GID 747 748/* Define to 1 if you have the <gssapi_generic.h> header file. */ 749#undef HAVE_GSSAPI_GENERIC_H 750 751/* Define to 1 if you have the <gssapi/gssapi_generic.h> header file. */ 752#undef HAVE_GSSAPI_GSSAPI_GENERIC_H 753 754/* Define to 1 if you have the <gssapi/gssapi.h> header file. */ 755#undef HAVE_GSSAPI_GSSAPI_H 756 757/* Define to 1 if you have the <gssapi/gssapi_krb5.h> header file. */ 758#undef HAVE_GSSAPI_GSSAPI_KRB5_H 759 760/* Define to 1 if you have the <gssapi.h> header file. */ 761#undef HAVE_GSSAPI_H 762 763/* Define to 1 if you have the <gssapi_krb5.h> header file. */ 764#undef HAVE_GSSAPI_KRB5_H 765 766/* Define if HEADER.ad exists in arpa/nameser.h */ 767#undef HAVE_HEADER_AD 768 769/* Define to 1 if you have the `HMAC_CTX_init' function. */ 770#undef HAVE_HMAC_CTX_INIT 771 772/* Define if you have ut_host in utmp.h */ 773#undef HAVE_HOST_IN_UTMP 774 775/* Define if you have ut_host in utmpx.h */ 776#undef HAVE_HOST_IN_UTMPX 777 778/* Define to 1 if you have the <iaf.h> header file. */ 779#undef HAVE_IAF_H 780 781/* Define to 1 if you have the <ia.h> header file. */ 782#undef HAVE_IA_H 783 784/* Define if you have ut_id in utmp.h */ 785#undef HAVE_ID_IN_UTMP 786 787/* Define if you have ut_id in utmpx.h */ 788#undef HAVE_ID_IN_UTMPX 789 790/* Define to 1 if you have the <ifaddrs.h> header file. */ 791#undef HAVE_IFADDRS_H 792 793/* Define to 1 if you have the `inet_aton' function. */ 794#undef HAVE_INET_ATON 795 796/* Define to 1 if you have the `inet_ntoa' function. */ 797#undef HAVE_INET_NTOA 798 799/* Define to 1 if you have the `inet_ntop' function. */ 800#undef HAVE_INET_NTOP 801 802/* Define to 1 if you have the `innetgr' function. */ 803#undef HAVE_INNETGR 804 805/* define if you have int64_t data type */ 806#undef HAVE_INT64_T 807 808/* Define to 1 if the system has the type `intmax_t'. */ 809#undef HAVE_INTMAX_T 810 811/* Define to 1 if you have the <inttypes.h> header file. */ 812#undef HAVE_INTTYPES_H 813 814/* define if you have intxx_t data type */ 815#undef HAVE_INTXX_T 816 817/* Define to 1 if the system has the type `in_addr_t'. */ 818#undef HAVE_IN_ADDR_T 819 820/* Define to 1 if the system has the type `in_port_t'. */ 821#undef HAVE_IN_PORT_T 822 823/* Define if you have isblank(3C). */ 824#undef HAVE_ISBLANK 825 826/* Define to 1 if you have the `killpg' function. */ 827#undef HAVE_KILLPG 828 829/* Define to 1 if you have the `krb5_cc_new_unique' function. */ 830#undef HAVE_KRB5_CC_NEW_UNIQUE 831 832/* Define to 1 if you have the `krb5_free_error_message' function. */ 833#undef HAVE_KRB5_FREE_ERROR_MESSAGE 834 835/* Define to 1 if you have the `krb5_get_error_message' function. */ 836#undef HAVE_KRB5_GET_ERROR_MESSAGE 837 838/* Define to 1 if you have the <langinfo.h> header file. */ 839#undef HAVE_LANGINFO_H 840 841/* Define to 1 if you have the <lastlog.h> header file. */ 842#undef HAVE_LASTLOG_H 843 844/* Define if you want ldns support */ 845#undef HAVE_LDNS 846 847/* Define to 1 if you have the <libaudit.h> header file. */ 848#undef HAVE_LIBAUDIT_H 849 850/* Define to 1 if you have the `bsm' library (-lbsm). */ 851#undef HAVE_LIBBSM 852 853/* Define to 1 if you have the `dl' library (-ldl). */ 854#undef HAVE_LIBDL 855 856/* Define to 1 if you have the <libgen.h> header file. */ 857#undef HAVE_LIBGEN_H 858 859/* Define if system has libiaf that supports set_id */ 860#undef HAVE_LIBIAF 861 862/* Define to 1 if you have the `network' library (-lnetwork). */ 863#undef HAVE_LIBNETWORK 864 865/* Define to 1 if you have the `pam' library (-lpam). */ 866#undef HAVE_LIBPAM 867 868/* Define to 1 if you have the <libproc.h> header file. */ 869#undef HAVE_LIBPROC_H 870 871/* Define to 1 if you have the `socket' library (-lsocket). */ 872#undef HAVE_LIBSOCKET 873 874/* Define to 1 if you have the <libutil.h> header file. */ 875#undef HAVE_LIBUTIL_H 876 877/* Define to 1 if you have the `xnet' library (-lxnet). */ 878#undef HAVE_LIBXNET 879 880/* Define to 1 if you have the `z' library (-lz). */ 881#undef HAVE_LIBZ 882 883/* Define to 1 if you have the <limits.h> header file. */ 884#undef HAVE_LIMITS_H 885 886/* Define to 1 if you have the <linux/audit.h> header file. */ 887#undef HAVE_LINUX_AUDIT_H 888 889/* Define to 1 if you have the <linux/filter.h> header file. */ 890#undef HAVE_LINUX_FILTER_H 891 892/* Define to 1 if you have the <linux/if_tun.h> header file. */ 893#undef HAVE_LINUX_IF_TUN_H 894 895/* Define to 1 if you have the <linux/seccomp.h> header file. */ 896#undef HAVE_LINUX_SECCOMP_H 897 898/* Define to 1 if you have the `llabs' function. */ 899#undef HAVE_LLABS 900 901/* Define to 1 if you have the <locale.h> header file. */ 902#undef HAVE_LOCALE_H 903 904/* Define to 1 if you have the `localtime_r' function. */ 905#undef HAVE_LOCALTIME_R 906 907/* Define to 1 if you have the `login' function. */ 908#undef HAVE_LOGIN 909 910/* Define to 1 if you have the <login_cap.h> header file. */ 911#undef HAVE_LOGIN_CAP_H 912 913/* Define to 1 if you have the `login_getcapbool' function. */ 914#undef HAVE_LOGIN_GETCAPBOOL 915 916/* Define to 1 if you have the `login_getpwclass' function. */ 917#undef HAVE_LOGIN_GETPWCLASS 918 919/* Define to 1 if you have the <login.h> header file. */ 920#undef HAVE_LOGIN_H 921 922/* Define to 1 if you have the `logout' function. */ 923#undef HAVE_LOGOUT 924 925/* Define to 1 if you have the `logwtmp' function. */ 926#undef HAVE_LOGWTMP 927 928/* Define to 1 if the system has the type `long double'. */ 929#undef HAVE_LONG_DOUBLE 930 931/* Define to 1 if the system has the type `long long'. */ 932#undef HAVE_LONG_LONG 933 934/* Define to 1 if you have the <maillock.h> header file. */ 935#undef HAVE_MAILLOCK_H 936 937/* Define to 1 if your system has a GNU libc compatible `malloc' function, and 938 to 0 otherwise. */ 939#undef HAVE_MALLOC 940 941/* Define to 1 if you have the `mblen' function. */ 942#undef HAVE_MBLEN 943 944/* Define to 1 if you have the `mbtowc' function. */ 945#undef HAVE_MBTOWC 946 947/* Define to 1 if you have the `memmem' function. */ 948#undef HAVE_MEMMEM 949 950/* Define to 1 if you have the `memmove' function. */ 951#undef HAVE_MEMMOVE 952 953/* Define to 1 if you have the `memset_s' function. */ 954#undef HAVE_MEMSET_S 955 956/* Define to 1 if you have the `mkdtemp' function. */ 957#undef HAVE_MKDTEMP 958 959/* define if you have mode_t data type */ 960#undef HAVE_MODE_T 961 962/* Some systems put nanosleep outside of libc */ 963#undef HAVE_NANOSLEEP 964 965/* Define to 1 if you have the <ndir.h> header file. */ 966#undef HAVE_NDIR_H 967 968/* Define to 1 if you have the <netdb.h> header file. */ 969#undef HAVE_NETDB_H 970 971/* Define to 1 if you have the <netgroup.h> header file. */ 972#undef HAVE_NETGROUP_H 973 974/* Define to 1 if you have the <net/if_tun.h> header file. */ 975#undef HAVE_NET_IF_TUN_H 976 977/* Define to 1 if you have the <net/route.h> header file. */ 978#undef HAVE_NET_ROUTE_H 979 980/* Define if you are on NeXT */ 981#undef HAVE_NEXT 982 983/* Define to 1 if the system has the type `nfds_t'. */ 984#undef HAVE_NFDS_T 985 986/* Define to 1 if you have the `ngetaddrinfo' function. */ 987#undef HAVE_NGETADDRINFO 988 989/* Define to 1 if you have the `nl_langinfo' function. */ 990#undef HAVE_NL_LANGINFO 991 992/* Define to 1 if you have the `nsleep' function. */ 993#undef HAVE_NSLEEP 994 995/* Define to 1 if you have the `ogetaddrinfo' function. */ 996#undef HAVE_OGETADDRINFO 997 998/* Define if you have an old version of PAM which takes only one argument to 999 pam_strerror */ 1000#undef HAVE_OLD_PAM 1001 1002/* Define to 1 if you have the `openlog_r' function. */ 1003#undef HAVE_OPENLOG_R 1004 1005/* Define to 1 if you have the `openpty' function. */ 1006#undef HAVE_OPENPTY 1007 1008/* as a macro */ 1009#undef HAVE_OPENSSL_ADD_ALL_ALGORITHMS 1010 1011/* Define to 1 if you have the `OpenSSL_version' function. */ 1012#undef HAVE_OPENSSL_VERSION 1013 1014/* Define to 1 if you have the `OpenSSL_version_num' function. */ 1015#undef HAVE_OPENSSL_VERSION_NUM 1016 1017/* Define if you have Digital Unix Security Integration Architecture */ 1018#undef HAVE_OSF_SIA 1019 1020/* Define to 1 if you have the `pam_getenvlist' function. */ 1021#undef HAVE_PAM_GETENVLIST 1022 1023/* Define to 1 if you have the <pam/pam_appl.h> header file. */ 1024#undef HAVE_PAM_PAM_APPL_H 1025 1026/* Define to 1 if you have the `pam_putenv' function. */ 1027#undef HAVE_PAM_PUTENV 1028 1029/* Define to 1 if you have the <paths.h> header file. */ 1030#undef HAVE_PATHS_H 1031 1032/* Define if you have ut_pid in utmp.h */ 1033#undef HAVE_PID_IN_UTMP 1034 1035/* define if you have pid_t data type */ 1036#undef HAVE_PID_T 1037 1038/* Define to 1 if you have the `pledge' function. */ 1039#undef HAVE_PLEDGE 1040 1041/* Define to 1 if you have the `poll' function. */ 1042#undef HAVE_POLL 1043 1044/* Define to 1 if you have the <poll.h> header file. */ 1045#undef HAVE_POLL_H 1046 1047/* Define to 1 if you have the `ppoll' function. */ 1048#undef HAVE_PPOLL 1049 1050/* Define to 1 if you have the `prctl' function. */ 1051#undef HAVE_PRCTL 1052 1053/* Define to 1 if you have the `priv_basicset' function. */ 1054#undef HAVE_PRIV_BASICSET 1055 1056/* Define to 1 if you have the <priv.h> header file. */ 1057#undef HAVE_PRIV_H 1058 1059/* Define to 1 if you have the `procctl' function. */ 1060#undef HAVE_PROCCTL 1061 1062/* Define if you have /proc/$pid/fd */ 1063#undef HAVE_PROC_PID 1064 1065/* Define to 1 if you have the `proc_pidinfo' function. */ 1066#undef HAVE_PROC_PIDINFO 1067 1068/* Define to 1 if you have the `pselect' function. */ 1069#undef HAVE_PSELECT 1070 1071/* Define to 1 if you have the `pstat' function. */ 1072#undef HAVE_PSTAT 1073 1074/* Define to 1 if you have the <pty.h> header file. */ 1075#undef HAVE_PTY_H 1076 1077/* Define to 1 if you have the `pututline' function. */ 1078#undef HAVE_PUTUTLINE 1079 1080/* Define to 1 if you have the `pututxline' function. */ 1081#undef HAVE_PUTUTXLINE 1082 1083/* Define to 1 if you have the `raise' function. */ 1084#undef HAVE_RAISE 1085 1086/* Define to 1 if you have the `readpassphrase' function. */ 1087#undef HAVE_READPASSPHRASE 1088 1089/* Define to 1 if you have the <readpassphrase.h> header file. */ 1090#undef HAVE_READPASSPHRASE_H 1091 1092/* Define to 1 if your system has a GNU libc compatible `realloc' function, 1093 and to 0 otherwise. */ 1094#undef HAVE_REALLOC 1095 1096/* Define to 1 if you have the `reallocarray' function. */ 1097#undef HAVE_REALLOCARRAY 1098 1099/* Define to 1 if you have the `realpath' function. */ 1100#undef HAVE_REALPATH 1101 1102/* Define to 1 if you have the `recallocarray' function. */ 1103#undef HAVE_RECALLOCARRAY 1104 1105/* Define to 1 if you have the `recvmsg' function. */ 1106#undef HAVE_RECVMSG 1107 1108/* sys/resource.h has RLIMIT_NPROC */ 1109#undef HAVE_RLIMIT_NPROC 1110 1111/* Define to 1 if you have the <rpc/types.h> header file. */ 1112#undef HAVE_RPC_TYPES_H 1113 1114/* Define to 1 if you have the `rresvport_af' function. */ 1115#undef HAVE_RRESVPORT_AF 1116 1117/* Define to 1 if you have the `RSA_generate_key_ex' function. */ 1118#undef HAVE_RSA_GENERATE_KEY_EX 1119 1120/* Define to 1 if you have the `RSA_get_default_method' function. */ 1121#undef HAVE_RSA_GET_DEFAULT_METHOD 1122 1123/* Define to 1 if you have the <sandbox.h> header file. */ 1124#undef HAVE_SANDBOX_H 1125 1126/* Define to 1 if you have the `sandbox_init' function. */ 1127#undef HAVE_SANDBOX_INIT 1128 1129/* define if you have sa_family_t data type */ 1130#undef HAVE_SA_FAMILY_T 1131 1132/* Define to 1 if you have the `scan_scaled' function. */ 1133#undef HAVE_SCAN_SCALED 1134 1135/* Define if you have SecureWare-based protected password database */ 1136#undef HAVE_SECUREWARE 1137 1138/* Define to 1 if you have the <security/pam_appl.h> header file. */ 1139#undef HAVE_SECURITY_PAM_APPL_H 1140 1141/* Define to 1 if you have the `sendmsg' function. */ 1142#undef HAVE_SENDMSG 1143 1144/* Define to 1 if you have the `setauthdb' function. */ 1145#undef HAVE_SETAUTHDB 1146 1147/* Define to 1 if you have the `setdtablesize' function. */ 1148#undef HAVE_SETDTABLESIZE 1149 1150/* Define to 1 if you have the `setegid' function. */ 1151#undef HAVE_SETEGID 1152 1153/* Define to 1 if you have the `setenv' function. */ 1154#undef HAVE_SETENV 1155 1156/* Define to 1 if you have the `seteuid' function. */ 1157#undef HAVE_SETEUID 1158 1159/* Define to 1 if you have the `setgroupent' function. */ 1160#undef HAVE_SETGROUPENT 1161 1162/* Define to 1 if you have the `setgroups' function. */ 1163#undef HAVE_SETGROUPS 1164 1165/* Define to 1 if you have the `setlinebuf' function. */ 1166#undef HAVE_SETLINEBUF 1167 1168/* Define to 1 if you have the `setlogin' function. */ 1169#undef HAVE_SETLOGIN 1170 1171/* Define to 1 if you have the `setluid' function. */ 1172#undef HAVE_SETLUID 1173 1174/* Define to 1 if you have the `setpassent' function. */ 1175#undef HAVE_SETPASSENT 1176 1177/* Define to 1 if you have the `setpcred' function. */ 1178#undef HAVE_SETPCRED 1179 1180/* Define to 1 if you have the `setpflags' function. */ 1181#undef HAVE_SETPFLAGS 1182 1183/* Define to 1 if you have the `setppriv' function. */ 1184#undef HAVE_SETPPRIV 1185 1186/* Define to 1 if you have the `setproctitle' function. */ 1187#undef HAVE_SETPROCTITLE 1188 1189/* Define to 1 if you have the `setregid' function. */ 1190#undef HAVE_SETREGID 1191 1192/* Define to 1 if you have the `setresgid' function. */ 1193#undef HAVE_SETRESGID 1194 1195/* Define to 1 if you have the `setresuid' function. */ 1196#undef HAVE_SETRESUID 1197 1198/* Define to 1 if you have the `setreuid' function. */ 1199#undef HAVE_SETREUID 1200 1201/* Define to 1 if you have the `setrlimit' function. */ 1202#undef HAVE_SETRLIMIT 1203 1204/* Define to 1 if you have the `setsid' function. */ 1205#undef HAVE_SETSID 1206 1207/* Define to 1 if you have the `setutent' function. */ 1208#undef HAVE_SETUTENT 1209 1210/* Define to 1 if you have the `setutxdb' function. */ 1211#undef HAVE_SETUTXDB 1212 1213/* Define to 1 if you have the `setutxent' function. */ 1214#undef HAVE_SETUTXENT 1215 1216/* Define to 1 if you have the `setvbuf' function. */ 1217#undef HAVE_SETVBUF 1218 1219/* Define to 1 if you have the `set_id' function. */ 1220#undef HAVE_SET_ID 1221 1222/* Define to 1 if you have the `SHA256Update' function. */ 1223#undef HAVE_SHA256UPDATE 1224 1225/* Define to 1 if you have the <sha2.h> header file. */ 1226#undef HAVE_SHA2_H 1227 1228/* Define to 1 if you have the `SHA384Update' function. */ 1229#undef HAVE_SHA384UPDATE 1230 1231/* Define to 1 if you have the `SHA512Update' function. */ 1232#undef HAVE_SHA512UPDATE 1233 1234/* Define to 1 if you have the <shadow.h> header file. */ 1235#undef HAVE_SHADOW_H 1236 1237/* Define to 1 if you have the `sigaction' function. */ 1238#undef HAVE_SIGACTION 1239 1240/* Define to 1 if the system has the type `sighandler_t'. */ 1241#undef HAVE_SIGHANDLER_T 1242 1243/* Define to 1 if you have the `sigvec' function. */ 1244#undef HAVE_SIGVEC 1245 1246/* Define to 1 if the system has the type `sig_atomic_t'. */ 1247#undef HAVE_SIG_ATOMIC_T 1248 1249/* define if you have size_t data type */ 1250#undef HAVE_SIZE_T 1251 1252/* Define to 1 if you have the `snprintf' function. */ 1253#undef HAVE_SNPRINTF 1254 1255/* Define to 1 if you have the `socketpair' function. */ 1256#undef HAVE_SOCKETPAIR 1257 1258/* Have PEERCRED socket option */ 1259#undef HAVE_SO_PEERCRED 1260 1261/* define if you have ssize_t data type */ 1262#undef HAVE_SSIZE_T 1263 1264/* Fields in struct sockaddr_storage */ 1265#undef HAVE_SS_FAMILY_IN_SS 1266 1267/* Define if you have ut_ss in utmpx.h */ 1268#undef HAVE_SS_IN_UTMPX 1269 1270/* Define to 1 if you have the `statfs' function. */ 1271#undef HAVE_STATFS 1272 1273/* Define to 1 if you have the `statvfs' function. */ 1274#undef HAVE_STATVFS 1275 1276/* Define to 1 if you have the <stddef.h> header file. */ 1277#undef HAVE_STDDEF_H 1278 1279/* Define to 1 if you have the <stdint.h> header file. */ 1280#undef HAVE_STDINT_H 1281 1282/* Define to 1 if you have the <stdio.h> header file. */ 1283#undef HAVE_STDIO_H 1284 1285/* Define to 1 if you have the <stdlib.h> header file. */ 1286#undef HAVE_STDLIB_H 1287 1288/* Define to 1 if you have the `strcasestr' function. */ 1289#undef HAVE_STRCASESTR 1290 1291/* Define to 1 if you have the `strdup' function. */ 1292#undef HAVE_STRDUP 1293 1294/* Define to 1 if you have the `strerror' function. */ 1295#undef HAVE_STRERROR 1296 1297/* Define to 1 if you have the `strftime' function. */ 1298#undef HAVE_STRFTIME 1299 1300/* Define to 1 if you have the <strings.h> header file. */ 1301#undef HAVE_STRINGS_H 1302 1303/* Define to 1 if you have the <string.h> header file. */ 1304#undef HAVE_STRING_H 1305 1306/* Define to 1 if you have the `strlcat' function. */ 1307#undef HAVE_STRLCAT 1308 1309/* Define to 1 if you have the `strlcpy' function. */ 1310#undef HAVE_STRLCPY 1311 1312/* Define to 1 if you have the `strmode' function. */ 1313#undef HAVE_STRMODE 1314 1315/* Define to 1 if you have the `strndup' function. */ 1316#undef HAVE_STRNDUP 1317 1318/* Define to 1 if you have the `strnlen' function. */ 1319#undef HAVE_STRNLEN 1320 1321/* Define to 1 if you have the `strnvis' function. */ 1322#undef HAVE_STRNVIS 1323 1324/* Define to 1 if you have the `strptime' function. */ 1325#undef HAVE_STRPTIME 1326 1327/* Define to 1 if you have the `strsep' function. */ 1328#undef HAVE_STRSEP 1329 1330/* Define to 1 if you have the `strsignal' function. */ 1331#undef HAVE_STRSIGNAL 1332 1333/* Define to 1 if you have the `strtoll' function. */ 1334#undef HAVE_STRTOLL 1335 1336/* Define to 1 if you have the `strtonum' function. */ 1337#undef HAVE_STRTONUM 1338 1339/* Define to 1 if you have the `strtoul' function. */ 1340#undef HAVE_STRTOUL 1341 1342/* Define to 1 if you have the `strtoull' function. */ 1343#undef HAVE_STRTOULL 1344 1345/* define if you have struct addrinfo data type */ 1346#undef HAVE_STRUCT_ADDRINFO 1347 1348/* define if you have struct in6_addr data type */ 1349#undef HAVE_STRUCT_IN6_ADDR 1350 1351/* Define to 1 if `pw_change' is a member of `struct passwd'. */ 1352#undef HAVE_STRUCT_PASSWD_PW_CHANGE 1353 1354/* Define to 1 if `pw_class' is a member of `struct passwd'. */ 1355#undef HAVE_STRUCT_PASSWD_PW_CLASS 1356 1357/* Define to 1 if `pw_expire' is a member of `struct passwd'. */ 1358#undef HAVE_STRUCT_PASSWD_PW_EXPIRE 1359 1360/* Define to 1 if `pw_gecos' is a member of `struct passwd'. */ 1361#undef HAVE_STRUCT_PASSWD_PW_GECOS 1362 1363/* Define to 1 if `fd' is a member of `struct pollfd'. */ 1364#undef HAVE_STRUCT_POLLFD_FD 1365 1366/* define if you have struct sockaddr_in6 data type */ 1367#undef HAVE_STRUCT_SOCKADDR_IN6 1368 1369/* Define to 1 if `sin6_scope_id' is a member of `struct sockaddr_in6'. */ 1370#undef HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1371 1372/* define if you have struct sockaddr_storage data type */ 1373#undef HAVE_STRUCT_SOCKADDR_STORAGE 1374 1375/* Define to 1 if `f_files' is a member of `struct statfs'. */ 1376#undef HAVE_STRUCT_STATFS_F_FILES 1377 1378/* Define to 1 if `f_flags' is a member of `struct statfs'. */ 1379#undef HAVE_STRUCT_STATFS_F_FLAGS 1380 1381/* Define to 1 if `st_blksize' is a member of `struct stat'. */ 1382#undef HAVE_STRUCT_STAT_ST_BLKSIZE 1383 1384/* Define to 1 if `st_mtim' is a member of `struct stat'. */ 1385#undef HAVE_STRUCT_STAT_ST_MTIM 1386 1387/* Define to 1 if `st_mtime' is a member of `struct stat'. */ 1388#undef HAVE_STRUCT_STAT_ST_MTIME 1389 1390/* define if you have struct timespec */ 1391#undef HAVE_STRUCT_TIMESPEC 1392 1393/* define if you have struct timeval */ 1394#undef HAVE_STRUCT_TIMEVAL 1395 1396/* Define to 1 if you have the `swap32' function. */ 1397#undef HAVE_SWAP32 1398 1399/* Define to 1 if you have the `sysconf' function. */ 1400#undef HAVE_SYSCONF 1401 1402/* Define if you have syslen in utmpx.h */ 1403#undef HAVE_SYSLEN_IN_UTMPX 1404 1405/* Define to 1 if you have the <sys/audit.h> header file. */ 1406#undef HAVE_SYS_AUDIT_H 1407 1408/* Define to 1 if you have the <sys/bitypes.h> header file. */ 1409#undef HAVE_SYS_BITYPES_H 1410 1411/* Define to 1 if you have the <sys/bsdtty.h> header file. */ 1412#undef HAVE_SYS_BSDTTY_H 1413 1414/* Define to 1 if you have the <sys/byteorder.h> header file. */ 1415#undef HAVE_SYS_BYTEORDER_H 1416 1417/* Define to 1 if you have the <sys/capsicum.h> header file. */ 1418#undef HAVE_SYS_CAPSICUM_H 1419 1420/* Define to 1 if you have the <sys/cdefs.h> header file. */ 1421#undef HAVE_SYS_CDEFS_H 1422 1423/* Define to 1 if you have the <sys/dir.h> header file. */ 1424#undef HAVE_SYS_DIR_H 1425 1426/* Define if your system defines sys_errlist[] */ 1427#undef HAVE_SYS_ERRLIST 1428 1429/* Define to 1 if you have the <sys/file.h> header file. */ 1430#undef HAVE_SYS_FILE_H 1431 1432/* Define to 1 if you have the <sys/label.h> header file. */ 1433#undef HAVE_SYS_LABEL_H 1434 1435/* Define to 1 if you have the <sys/mman.h> header file. */ 1436#undef HAVE_SYS_MMAN_H 1437 1438/* Define to 1 if you have the <sys/mount.h> header file. */ 1439#undef HAVE_SYS_MOUNT_H 1440 1441/* Define to 1 if you have the <sys/ndir.h> header file. */ 1442#undef HAVE_SYS_NDIR_H 1443 1444/* Define if your system defines sys_nerr */ 1445#undef HAVE_SYS_NERR 1446 1447/* Define to 1 if you have the <sys/param.h> header file. */ 1448#undef HAVE_SYS_PARAM_H 1449 1450/* Define to 1 if you have the <sys/poll.h> header file. */ 1451#undef HAVE_SYS_POLL_H 1452 1453/* Define to 1 if you have the <sys/prctl.h> header file. */ 1454#undef HAVE_SYS_PRCTL_H 1455 1456/* Define to 1 if you have the <sys/procctl.h> header file. */ 1457#undef HAVE_SYS_PROCCTL_H 1458 1459/* Define to 1 if you have the <sys/pstat.h> header file. */ 1460#undef HAVE_SYS_PSTAT_H 1461 1462/* Define to 1 if you have the <sys/ptms.h> header file. */ 1463#undef HAVE_SYS_PTMS_H 1464 1465/* Define to 1 if you have the <sys/ptrace.h> header file. */ 1466#undef HAVE_SYS_PTRACE_H 1467 1468/* Define to 1 if you have the <sys/random.h> header file. */ 1469#undef HAVE_SYS_RANDOM_H 1470 1471/* Define to 1 if you have the <sys/select.h> header file. */ 1472#undef HAVE_SYS_SELECT_H 1473 1474/* Define to 1 if you have the <sys/statvfs.h> header file. */ 1475#undef HAVE_SYS_STATVFS_H 1476 1477/* Define to 1 if you have the <sys/stat.h> header file. */ 1478#undef HAVE_SYS_STAT_H 1479 1480/* Define to 1 if you have the <sys/stream.h> header file. */ 1481#undef HAVE_SYS_STREAM_H 1482 1483/* Define to 1 if you have the <sys/stropts.h> header file. */ 1484#undef HAVE_SYS_STROPTS_H 1485 1486/* Define to 1 if you have the <sys/strtio.h> header file. */ 1487#undef HAVE_SYS_STRTIO_H 1488 1489/* Define to 1 if you have the <sys/sysctl.h> header file. */ 1490#undef HAVE_SYS_SYSCTL_H 1491 1492/* Force use of sys/syslog.h on Ultrix */ 1493#undef HAVE_SYS_SYSLOG_H 1494 1495/* Define to 1 if you have the <sys/sysmacros.h> header file. */ 1496#undef HAVE_SYS_SYSMACROS_H 1497 1498/* Define to 1 if you have the <sys/timers.h> header file. */ 1499#undef HAVE_SYS_TIMERS_H 1500 1501/* Define to 1 if you have the <sys/time.h> header file. */ 1502#undef HAVE_SYS_TIME_H 1503 1504/* Define to 1 if you have the <sys/types.h> header file. */ 1505#undef HAVE_SYS_TYPES_H 1506 1507/* Define to 1 if you have the <sys/un.h> header file. */ 1508#undef HAVE_SYS_UN_H 1509 1510/* Define to 1 if you have the <sys/vfs.h> header file. */ 1511#undef HAVE_SYS_VFS_H 1512 1513/* Define to 1 if you have the `tcgetpgrp' function. */ 1514#undef HAVE_TCGETPGRP 1515 1516/* Define to 1 if you have the `tcsendbreak' function. */ 1517#undef HAVE_TCSENDBREAK 1518 1519/* Define to 1 if you have the `time' function. */ 1520#undef HAVE_TIME 1521 1522/* Define to 1 if you have the `timegm' function. */ 1523#undef HAVE_TIMEGM 1524 1525/* Define to 1 if you have the <time.h> header file. */ 1526#undef HAVE_TIME_H 1527 1528/* Define if you have ut_time in utmp.h */ 1529#undef HAVE_TIME_IN_UTMP 1530 1531/* Define if you have ut_time in utmpx.h */ 1532#undef HAVE_TIME_IN_UTMPX 1533 1534/* Define to 1 if you have the `timingsafe_bcmp' function. */ 1535#undef HAVE_TIMINGSAFE_BCMP 1536 1537/* Define to 1 if you have the <tmpdir.h> header file. */ 1538#undef HAVE_TMPDIR_H 1539 1540/* Define to 1 if you have the `truncate' function. */ 1541#undef HAVE_TRUNCATE 1542 1543/* Define to 1 if you have the <ttyent.h> header file. */ 1544#undef HAVE_TTYENT_H 1545 1546/* Define if you have ut_tv in utmp.h */ 1547#undef HAVE_TV_IN_UTMP 1548 1549/* Define if you have ut_tv in utmpx.h */ 1550#undef HAVE_TV_IN_UTMPX 1551 1552/* Define if you have ut_type in utmp.h */ 1553#undef HAVE_TYPE_IN_UTMP 1554 1555/* Define if you have ut_type in utmpx.h */ 1556#undef HAVE_TYPE_IN_UTMPX 1557 1558/* Define to 1 if you have the <ucred.h> header file. */ 1559#undef HAVE_UCRED_H 1560 1561/* Define to 1 if the system has the type `uintmax_t'. */ 1562#undef HAVE_UINTMAX_T 1563 1564/* define if you have uintxx_t data type */ 1565#undef HAVE_UINTXX_T 1566 1567/* Define to 1 if you have the <unistd.h> header file. */ 1568#undef HAVE_UNISTD_H 1569 1570/* Define to 1 if you have the `unsetenv' function. */ 1571#undef HAVE_UNSETENV 1572 1573/* Define to 1 if the system has the type `unsigned long long'. */ 1574#undef HAVE_UNSIGNED_LONG_LONG 1575 1576/* Define to 1 if you have the `updwtmp' function. */ 1577#undef HAVE_UPDWTMP 1578 1579/* Define to 1 if you have the `updwtmpx' function. */ 1580#undef HAVE_UPDWTMPX 1581 1582/* Define to 1 if you have the <usersec.h> header file. */ 1583#undef HAVE_USERSEC_H 1584 1585/* Define to 1 if you have the `user_from_uid' function. */ 1586#undef HAVE_USER_FROM_UID 1587 1588/* Define to 1 if you have the `usleep' function. */ 1589#undef HAVE_USLEEP 1590 1591/* Define to 1 if you have the <util.h> header file. */ 1592#undef HAVE_UTIL_H 1593 1594/* Define to 1 if you have the `utimensat' function. */ 1595#undef HAVE_UTIMENSAT 1596 1597/* Define to 1 if you have the `utimes' function. */ 1598#undef HAVE_UTIMES 1599 1600/* Define to 1 if you have the <utime.h> header file. */ 1601#undef HAVE_UTIME_H 1602 1603/* Define to 1 if you have the `utmpname' function. */ 1604#undef HAVE_UTMPNAME 1605 1606/* Define to 1 if you have the `utmpxname' function. */ 1607#undef HAVE_UTMPXNAME 1608 1609/* Define to 1 if you have the <utmpx.h> header file. */ 1610#undef HAVE_UTMPX_H 1611 1612/* Define to 1 if you have the <utmp.h> header file. */ 1613#undef HAVE_UTMP_H 1614 1615/* define if you have u_char data type */ 1616#undef HAVE_U_CHAR 1617 1618/* define if you have u_int data type */ 1619#undef HAVE_U_INT 1620 1621/* define if you have u_int64_t data type */ 1622#undef HAVE_U_INT64_T 1623 1624/* define if you have u_intxx_t data type */ 1625#undef HAVE_U_INTXX_T 1626 1627/* Define to 1 if you have the `vasprintf' function. */ 1628#undef HAVE_VASPRINTF 1629 1630/* Define if va_copy exists */ 1631#undef HAVE_VA_COPY 1632 1633/* Define to 1 if you have the <vis.h> header file. */ 1634#undef HAVE_VIS_H 1635 1636/* Define to 1 if you have the `vsnprintf' function. */ 1637#undef HAVE_VSNPRINTF 1638 1639/* Define to 1 if you have the `waitpid' function. */ 1640#undef HAVE_WAITPID 1641 1642/* Define to 1 if you have the `warn' function. */ 1643#undef HAVE_WARN 1644 1645/* Define to 1 if you have the <wchar.h> header file. */ 1646#undef HAVE_WCHAR_H 1647 1648/* Define to 1 if you have the `wcwidth' function. */ 1649#undef HAVE_WCWIDTH 1650 1651/* Define to 1 if you have the `_getlong' function. */ 1652#undef HAVE__GETLONG 1653 1654/* Define to 1 if you have the `_getpty' function. */ 1655#undef HAVE__GETPTY 1656 1657/* Define to 1 if you have the `_getshort' function. */ 1658#undef HAVE__GETSHORT 1659 1660/* Define if you have struct __res_state _res as an extern */ 1661#undef HAVE__RES_EXTERN 1662 1663/* Define to 1 if you have the `__b64_ntop' function. */ 1664#undef HAVE___B64_NTOP 1665 1666/* Define to 1 if you have the `__b64_pton' function. */ 1667#undef HAVE___B64_PTON 1668 1669/* Define if compiler implements __FUNCTION__ */ 1670#undef HAVE___FUNCTION__ 1671 1672/* Define if libc defines __progname */ 1673#undef HAVE___PROGNAME 1674 1675/* Fields in struct sockaddr_storage */ 1676#undef HAVE___SS_FAMILY_IN_SS 1677 1678/* Define if __va_copy exists */ 1679#undef HAVE___VA_COPY 1680 1681/* Define if compiler implements __func__ */ 1682#undef HAVE___func__ 1683 1684/* Define this if you are using the Heimdal version of Kerberos V5 */ 1685#undef HEIMDAL 1686 1687/* Define if you need to use IP address instead of hostname in $DISPLAY */ 1688#undef IPADDR_IN_DISPLAY 1689 1690/* Detect IPv4 in IPv6 mapped addresses and treat as IPv4 */ 1691#undef IPV4_IN_IPV6 1692 1693/* Define if your system choked on IP TOS setting */ 1694#undef IP_TOS_IS_BROKEN 1695 1696/* Define if you want Kerberos 5 support */ 1697#undef KRB5 1698 1699/* Define if pututxline updates lastlog too */ 1700#undef LASTLOG_WRITE_PUTUTXLINE 1701 1702/* Define to whatever link() returns for "not supported" if it doesn't return 1703 EOPNOTSUPP. */ 1704#undef LINK_OPNOTSUPP_ERRNO 1705 1706/* Adjust Linux out-of-memory killer */ 1707#undef LINUX_OOM_ADJUST 1708 1709/* max value of long long calculated by configure */ 1710#undef LLONG_MAX 1711 1712/* min value of long long calculated by configure */ 1713#undef LLONG_MIN 1714 1715/* Account locked with pw(1) */ 1716#undef LOCKED_PASSWD_PREFIX 1717 1718/* String used in /etc/passwd to denote locked account */ 1719#undef LOCKED_PASSWD_STRING 1720 1721/* String used in /etc/passwd to denote locked account */ 1722#undef LOCKED_PASSWD_SUBSTR 1723 1724/* Some systems need a utmpx entry for /bin/login to work */ 1725#undef LOGIN_NEEDS_UTMPX 1726 1727/* Set this to your mail directory if you do not have _PATH_MAILDIR */ 1728#undef MAIL_DIRECTORY 1729 1730/* Need setpgrp to for controlling tty */ 1731#undef NEED_SETPGRP 1732 1733/* compiler does not accept __attribute__ on prototype args */ 1734#undef NO_ATTRIBUTE_ON_PROTOTYPE_ARGS 1735 1736/* compiler does not accept __attribute__ on return types */ 1737#undef NO_ATTRIBUTE_ON_RETURN_TYPE 1738 1739/* SA_RESTARTed signals do no interrupt select */ 1740#undef NO_SA_RESTART 1741 1742/* Define to disable UID restoration test */ 1743#undef NO_UID_RESTORATION_TEST 1744 1745/* Define if X11 doesn't support AF_UNIX sockets on that system */ 1746#undef NO_X11_UNIX_SOCKETS 1747 1748/* Define if EVP_DigestUpdate returns void */ 1749#undef OPENSSL_EVP_DIGESTUPDATE_VOID 1750 1751/* OpenSSL has ECC */ 1752#undef OPENSSL_HAS_ECC 1753 1754/* libcrypto has ed25519 support */ 1755#undef OPENSSL_HAS_ED25519 1756 1757/* libcrypto has NID_X9_62_prime256v1 */ 1758#undef OPENSSL_HAS_NISTP256 1759 1760/* libcrypto has NID_secp384r1 */ 1761#undef OPENSSL_HAS_NISTP384 1762 1763/* libcrypto has NID_secp521r1 */ 1764#undef OPENSSL_HAS_NISTP521 1765 1766/* libcrypto is missing AES 192 and 256 bit functions */ 1767#undef OPENSSL_LOBOTOMISED_AES 1768 1769/* Define if you want the OpenSSL internally seeded PRNG only */ 1770#undef OPENSSL_PRNG_ONLY 1771 1772/* Define to the address where bug reports for this package should be sent. */ 1773#undef PACKAGE_BUGREPORT 1774 1775/* Define to the full name of this package. */ 1776#undef PACKAGE_NAME 1777 1778/* Define to the full name and version of this package. */ 1779#undef PACKAGE_STRING 1780 1781/* Define to the one symbol short name of this package. */ 1782#undef PACKAGE_TARNAME 1783 1784/* Define to the home page for this package. */ 1785#undef PACKAGE_URL 1786 1787/* Define to the version of this package. */ 1788#undef PACKAGE_VERSION 1789 1790/* Define if you are using Solaris-derived PAM which passes pam_messages to 1791 the conversation function with an extra level of indirection */ 1792#undef PAM_SUN_CODEBASE 1793 1794/* Work around problematic Linux PAM modules handling of PAM_TTY */ 1795#undef PAM_TTY_KLUDGE 1796 1797/* must supply username to passwd */ 1798#undef PASSWD_NEEDS_USERNAME 1799 1800/* System dirs owned by bin (uid 2) */ 1801#undef PLATFORM_SYS_DIR_UID 1802 1803/* Port number of PRNGD/EGD random number socket */ 1804#undef PRNGD_PORT 1805 1806/* Location of PRNGD/EGD random number socket */ 1807#undef PRNGD_SOCKET 1808 1809/* read(1) can return 0 for a non-closed fd */ 1810#undef PTY_ZEROREAD 1811 1812/* Sandbox using capsicum */ 1813#undef SANDBOX_CAPSICUM 1814 1815/* Sandbox using Darwin sandbox_init(3) */ 1816#undef SANDBOX_DARWIN 1817 1818/* no privsep sandboxing */ 1819#undef SANDBOX_NULL 1820 1821/* Sandbox using pledge(2) */ 1822#undef SANDBOX_PLEDGE 1823 1824/* Sandbox using setrlimit(2) */ 1825#undef SANDBOX_RLIMIT 1826 1827/* Sandbox using seccomp filter */ 1828#undef SANDBOX_SECCOMP_FILTER 1829 1830/* setrlimit RLIMIT_FSIZE works */ 1831#undef SANDBOX_SKIP_RLIMIT_FSIZE 1832 1833/* define if setrlimit RLIMIT_NOFILE breaks things */ 1834#undef SANDBOX_SKIP_RLIMIT_NOFILE 1835 1836/* Sandbox using Solaris/Illumos privileges */ 1837#undef SANDBOX_SOLARIS 1838 1839/* Sandbox using systrace(4) */ 1840#undef SANDBOX_SYSTRACE 1841 1842/* Specify the system call convention in use */ 1843#undef SECCOMP_AUDIT_ARCH 1844 1845/* Define if your platform breaks doing a seteuid before a setuid */ 1846#undef SETEUID_BREAKS_SETUID 1847 1848/* The size of `int', as computed by sizeof. */ 1849#undef SIZEOF_INT 1850 1851/* The size of `long int', as computed by sizeof. */ 1852#undef SIZEOF_LONG_INT 1853 1854/* The size of `long long int', as computed by sizeof. */ 1855#undef SIZEOF_LONG_LONG_INT 1856 1857/* The size of `short int', as computed by sizeof. */ 1858#undef SIZEOF_SHORT_INT 1859 1860/* The size of `time_t', as computed by sizeof. */ 1861#undef SIZEOF_TIME_T 1862 1863/* Define as const if snprintf() can declare const char *fmt */ 1864#undef SNPRINTF_CONST 1865 1866/* sockaddr_in has sin_len */ 1867#undef SOCK_HAS_LEN 1868 1869/* Define to a Set Process Title type if your system is supported by 1870 bsd-setproctitle.c */ 1871#undef SPT_TYPE 1872 1873/* Define if sshd somehow reacquires a controlling TTY after setsid() */ 1874#undef SSHD_ACQUIRES_CTTY 1875 1876/* sshd PAM service name */ 1877#undef SSHD_PAM_SERVICE 1878 1879/* Define if pam_chauthtok wants real uid set to the unpriv'ed user */ 1880#undef SSHPAM_CHAUTHTOK_NEEDS_RUID 1881 1882/* Use audit debugging module */ 1883#undef SSH_AUDIT_EVENTS 1884 1885/* Windows is sensitive to read buffer size */ 1886#undef SSH_IOBUFSZ 1887 1888/* non-privileged user for privilege separation */ 1889#undef SSH_PRIVSEP_USER 1890 1891/* Use tunnel device compatibility to OpenBSD */ 1892#undef SSH_TUN_COMPAT_AF 1893 1894/* Open tunnel devices the FreeBSD way */ 1895#undef SSH_TUN_FREEBSD 1896 1897/* Open tunnel devices the Linux tun/tap way */ 1898#undef SSH_TUN_LINUX 1899 1900/* No layer 2 tunnel support */ 1901#undef SSH_TUN_NO_L2 1902 1903/* Open tunnel devices the OpenBSD way */ 1904#undef SSH_TUN_OPENBSD 1905 1906/* Prepend the address family to IP tunnel traffic */ 1907#undef SSH_TUN_PREPEND_AF 1908 1909/* Define to 1 if all of the C90 standard headers exist (not just the ones 1910 required in a freestanding environment). This macro is provided for 1911 backward compatibility; new code need not use it. */ 1912#undef STDC_HEADERS 1913 1914/* Define if you want a different $PATH for the superuser */ 1915#undef SUPERUSER_PATH 1916 1917/* syslog_r function is safe to use in in a signal handler */ 1918#undef SYSLOG_R_SAFE_IN_SIGHAND 1919 1920/* Have sshd notify systemd on start/reload */ 1921#undef SYSTEMD_NOTIFY 1922 1923/* Support routing domains using Linux VRF */ 1924#undef SYS_RDOMAIN_LINUX 1925 1926/* Support passwords > 8 chars */ 1927#undef UNIXWARE_LONG_PASSWORDS 1928 1929/* Specify default $PATH */ 1930#undef USER_PATH 1931 1932/* Define this if you want to use libkafs' AFS support */ 1933#undef USE_AFS 1934 1935/* Use BSM audit module */ 1936#undef USE_BSM_AUDIT 1937 1938/* Use btmp to log bad logins */ 1939#undef USE_BTMP 1940 1941/* Use libedit for sftp */ 1942#undef USE_LIBEDIT 1943 1944/* Use Linux audit module */ 1945#undef USE_LINUX_AUDIT 1946 1947/* Enable OpenSSL engine support */ 1948#undef USE_OPENSSL_ENGINE 1949 1950/* Define if you want to enable PAM support */ 1951#undef USE_PAM 1952 1953/* Use PIPES instead of a socketpair() */ 1954#undef USE_PIPES 1955 1956/* Define if you have Solaris privileges */ 1957#undef USE_SOLARIS_PRIVS 1958 1959/* Define if you have Solaris process contracts */ 1960#undef USE_SOLARIS_PROCESS_CONTRACTS 1961 1962/* Define if you have Solaris projects */ 1963#undef USE_SOLARIS_PROJECTS 1964 1965/* compiler variable declarations after code */ 1966#undef VARIABLE_DECLARATION_AFTER_CODE 1967 1968/* compiler supports variable length arrays */ 1969#undef VARIABLE_LENGTH_ARRAYS 1970 1971/* Define if you shouldn't strip 'tty' from your ttyname in [uw]tmp */ 1972#undef WITH_ABBREV_NO_TTY 1973 1974/* Define if you want to enable AIX4's authenticate function */ 1975#undef WITH_AIXAUTHENTICATE 1976 1977/* DSA keys explicitly enabled */ 1978#undef WITH_DSA 1979 1980/* Define if you have/want arrays (cluster-wide session management, not C 1981 arrays) */ 1982#undef WITH_IRIX_ARRAY 1983 1984/* Define if you want IRIX audit trails */ 1985#undef WITH_IRIX_AUDIT 1986 1987/* Define if you want IRIX kernel jobs */ 1988#undef WITH_IRIX_JOBS 1989 1990/* Define if you want IRIX project management */ 1991#undef WITH_IRIX_PROJECT 1992 1993/* use libcrypto for cryptography */ 1994#undef WITH_OPENSSL 1995 1996/* Define if you want SELinux support. */ 1997#undef WITH_SELINUX 1998 1999/* Enable zlib */ 2000#undef WITH_ZLIB 2001 2002/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most 2003 significant byte first (like Motorola and SPARC, unlike Intel). */ 2004#if defined AC_APPLE_UNIVERSAL_BUILD 2005# if defined __BIG_ENDIAN__ 2006# define WORDS_BIGENDIAN 1 2007# endif 2008#else 2009# ifndef WORDS_BIGENDIAN 2010# undef WORDS_BIGENDIAN 2011# endif 2012#endif 2013 2014/* Define if xauth is found in your path */ 2015#undef XAUTH_PATH 2016 2017/* Number of bits in a file offset, on hosts where this is settable. */ 2018#undef _FILE_OFFSET_BITS 2019 2020/* Define for large files, on AIX-style hosts. */ 2021#undef _LARGE_FILES 2022 2023/* log for bad login attempts */ 2024#undef _PATH_BTMP 2025 2026/* Full path of your "passwd" program */ 2027#undef _PATH_PASSWD_PROG 2028 2029/* Specify location of ssh.pid */ 2030#undef _PATH_SSH_PIDDIR 2031 2032/* Define if we don't have struct __res_state in resolv.h */ 2033#undef __res_state 2034 2035/* Define to rpl_calloc if the replacement function should be used. */ 2036#undef calloc 2037 2038/* Define to `__inline__' or `__inline' if that's what the C compiler 2039 calls it, or to nothing if 'inline' is not supported under any name. */ 2040#ifndef __cplusplus 2041#undef inline 2042#endif 2043 2044/* Define to rpl_malloc if the replacement function should be used. */ 2045#undef malloc 2046 2047/* Define to rpl_realloc if the replacement function should be used. */ 2048#undef realloc 2049 2050/* type to use in place of socklen_t if not defined */ 2051#undef socklen_t 2052