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