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