1 /* config.h. Generated by configure. */ 2 /* config.h.in. Generated from configure.ac by autoheader. */ 3 /* $Id: acconfig.h,v 1.145 2002/09/26 00:38:48 tim Exp $ */ 4 /* 5 * Copyright 2007 Sun Microsystems, Inc. All rights reserved. 6 * Use is subject to license terms. 7 */ 8 9 #ifndef _CONFIG_H 10 #define _CONFIG_H 11 12 #pragma ident "%Z%%M% %I% %E% SMI" 13 14 #ifdef __cplusplus 15 extern "C" { 16 #endif 17 18 19 /* Generated automatically from acconfig.h by autoheader. */ 20 /* Please make your changes there */ 21 22 23 /* Define to a Set Process Title type if your system is */ 24 /* supported by bsd-setproctitle.c */ 25 /* #undef SPT_TYPE */ 26 27 /* setgroups() NOOP allowed */ 28 /* #undef SETGROUPS_NOOP */ 29 30 /* SCO workaround */ 31 /* #undef BROKEN_SYS_TERMIO_H */ 32 33 /* Define if you have SecureWare-based protected password database */ 34 /* #undef HAVE_SECUREWARE */ 35 36 /* If your header files don't define LOGIN_PROGRAM, then use this (detected) */ 37 /* from environment and PATH */ 38 #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login" 39 40 /* Define if your password has a pw_class field */ 41 /* #undef HAVE_PW_CLASS_IN_PASSWD */ 42 43 /* Define if your password has a pw_expire field */ 44 /* #undef HAVE_PW_EXPIRE_IN_PASSWD */ 45 46 /* Define if your password has a pw_change field */ 47 /* #undef HAVE_PW_CHANGE_IN_PASSWD */ 48 49 /* Define if your system uses access rights style file descriptor passing */ 50 #define HAVE_ACCRIGHTS_IN_MSGHDR 1 51 52 /* Define if your system uses ancillary data style file descriptor passing */ 53 /* #undef HAVE_CONTROL_IN_MSGHDR */ 54 55 /* Define if you system's inet_ntoa is busted (e.g. Irix gcc issue) */ 56 /* #undef BROKEN_INET_NTOA */ 57 58 /* Define if your system defines sys_errlist[] */ 59 #define HAVE_SYS_ERRLIST 1 60 61 /* Define if your system defines sys_nerr */ 62 #define HAVE_SYS_NERR 1 63 64 /* Define if your system choked on IP TOS setting */ 65 #define IP_TOS_IS_BROKEN 1 66 67 /* Define if you have the getuserattr function. */ 68 /* #undef HAVE_GETUSERATTR */ 69 70 /* Work around problematic Linux PAM modules handling of PAM_TTY */ 71 #define PAM_TTY_KLUDGE 1 72 73 /* Use PIPES instead of a socketpair() */ 74 /* #undef USE_PIPES */ 75 76 /* Define if your snprintf is busted */ 77 /* #undef BROKEN_SNPRINTF */ 78 79 /* Define if you are on Cygwin */ 80 /* #undef HAVE_CYGWIN */ 81 82 /* Define if you have a broken realpath. */ 83 /* #undef BROKEN_REALPATH */ 84 85 /* Define if you are on NEWS-OS */ 86 /* #undef HAVE_NEWS4 */ 87 88 /* Define if you want to enable PAM support */ 89 #define USE_PAM 1 90 91 /* Define if you want to enable AIX4's authenticate function */ 92 /* #undef WITH_AIXAUTHENTICATE */ 93 94 /* Define if you have/want arrays (cluster-wide session managment, not C arrays) */ 95 /* #undef WITH_IRIX_ARRAY */ 96 97 /* Define if you want IRIX project management */ 98 /* #undef WITH_IRIX_PROJECT */ 99 100 /* Define if you want IRIX audit trails */ 101 /* #undef WITH_IRIX_AUDIT */ 102 103 /* Define if you want IRIX kernel jobs */ 104 /* #undef WITH_IRIX_JOBS */ 105 106 /* Location of PRNGD/EGD random number socket */ 107 /* #undef PRNGD_SOCKET */ 108 109 /* Port number of PRNGD/EGD random number socket */ 110 /* #undef PRNGD_PORT */ 111 112 /* Builtin PRNG command timeout */ 113 #define ENTROPY_TIMEOUT_MSEC 200 114 115 /* non-privileged user for privilege separation */ 116 #define SSH_PRIVSEP_USER "sshd" 117 118 /* Define if you want to install preformatted manpages.*/ 119 /* #undef MANTYPE */ 120 121 /* Define if your ssl headers are included with #include <openssl/header.h> */ 122 #define HAVE_OPENSSL 1 123 124 /* Define if Solaris' OpenSSL lacks AES support */ 125 #define SOLARIS_OPENSSL_NO_AES 1 126 127 /* Define if Solaris-style Least Privilege is available */ 128 #define HAVE_SOLARIS_PRIVILEGE 1 129 130 /* Define if you want Sun's alternative privilege separation */ 131 #define ALTPRIVSEP 132 133 /* Define if you have Solaris-style Contracts */ 134 #define HAVE_SOLARIS_CONTRACTS 1 135 136 /* Define if SVR4-style libcmd (for accessing /etc/default/ files) */ 137 #define HAVE_DEFOPEN 1 138 139 /* Define if you are linking against RSAref. Used only to print the right 140 * message at run-time. */ 141 /* #undef RSAREF */ 142 143 /* struct timeval */ 144 #define HAVE_STRUCT_TIMEVAL 1 145 146 /* struct utmp and struct utmpx fields */ 147 /* #undef HAVE_HOST_IN_UTMP */ 148 #define HAVE_HOST_IN_UTMPX 1 149 /* #undef HAVE_ADDR_IN_UTMP */ 150 /* #undef HAVE_ADDR_IN_UTMPX */ 151 /* #undef HAVE_ADDR_V6_IN_UTMP */ 152 /* #undef HAVE_ADDR_V6_IN_UTMPX */ 153 #define HAVE_SYSLEN_IN_UTMPX 1 154 #define HAVE_PID_IN_UTMP 1 155 #define HAVE_TYPE_IN_UTMP 1 156 #define HAVE_TYPE_IN_UTMPX 1 157 /* #undef HAVE_TV_IN_UTMP */ 158 #define HAVE_TV_IN_UTMPX 1 159 #define HAVE_ID_IN_UTMP 1 160 #define HAVE_ID_IN_UTMPX 1 161 #define HAVE_EXIT_IN_UTMP 1 162 #define HAVE_TIME_IN_UTMP 1 163 #define HAVE_TIME_IN_UTMPX 1 164 165 /* Define if you don't want to use your system's login() call */ 166 /* #undef DISABLE_LOGIN */ 167 168 /* Define if you don't want to use pututline() etc. to write [uw]tmp */ 169 /* #undef DISABLE_PUTUTLINE */ 170 171 /* Define if you don't want to use pututxline() etc. to write [uw]tmpx */ 172 /* #undef DISABLE_PUTUTXLINE */ 173 174 /* Define if you don't want to use lastlog */ 175 /* #undef DISABLE_LASTLOG */ 176 177 /* Define if you don't want to use lastlog in session.c */ 178 /* #undef NO_SSH_LASTLOG */ 179 180 /* Define if you don't want to use utmp */ 181 #define DISABLE_UTMP 1 182 183 /* Define if you don't want to use utmpx */ 184 /* #undef DISABLE_UTMPX */ 185 186 /* Define if you don't want to use wtmp */ 187 #define DISABLE_WTMP 1 188 189 /* Define if you don't want to use wtmpx */ 190 /* #undef DISABLE_WTMPX */ 191 192 /* Some systems need a utmpx entry for /bin/login to work */ 193 #define LOGIN_NEEDS_UTMPX 1 194 195 /* Some versions of /bin/login need the TERM supplied on the commandline */ 196 #define LOGIN_NEEDS_TERM 1 197 198 /* Define if your login program cannot handle end of options ("--") */ 199 /* #undef LOGIN_NO_ENDOPT */ 200 201 /* Define if you want to specify the path to your lastlog file */ 202 #define CONF_LASTLOG_FILE "/var/adm/lastlog" 203 204 /* Define if you want to specify the path to your utmp file */ 205 /* #undef CONF_UTMP_FILE */ 206 207 /* Define if you want to specify the path to your wtmp file */ 208 /* #undef CONF_WTMP_FILE */ 209 210 /* Define if you want to specify the path to your utmpx file */ 211 /* #undef CONF_UTMPX_FILE */ 212 213 /* Define if you want to specify the path to your wtmpx file */ 214 /* #undef CONF_WTMPX_FILE */ 215 216 /* Define if you want external askpass support */ 217 /* #undef USE_EXTERNAL_ASKPASS */ 218 219 /* Define if libc defines __progname */ 220 /* #undef HAVE___PROGNAME */ 221 222 /* Define if compiler implements __FUNCTION__ */ 223 #define HAVE___FUNCTION__ 1 224 225 /* Define if compiler implements __func__ */ 226 #define HAVE___func__ 1 227 228 /* Define if you want GSS-API support */ 229 #define GSSAPI 1 230 231 /* Define if you have <gssapi/gssapi.h> */ 232 #define SUNW_GSSAPI 1 233 234 /* Define if you have GSS_Store_cred() */ 235 #define HAVE_GSS_STORE_CRED 1 236 237 /* Define if you have __gss_userok() */ 238 #define HAVE___GSS_USEROK 1 239 240 /* Define for simple authorization of GSS-API principals */ 241 /* #undef GSSAPI_SIMPLE_USEROK */ 242 243 /* Define if you have gsscred_name_to_unix_cred() (Solaris) */ 244 #define HAVE_GSSCRED_API 1 245 246 /* Define if you have __gss_oid_to_mech() */ 247 #define HAVE_GSS_OID_TO_MECH 1 248 249 /* Define if you have gss_oid_to_str() */ 250 #define HAVE_GSS_OID_TO_STR 1 251 252 /* Define if you want support for MIT krb5 GSS internals */ 253 /* #undef KRB5_GSS */ 254 255 /* Define if you want support for GSI GSS internals */ 256 /* #undef GSI_GSS */ 257 258 /* Define if you want raw Kerberos 5 support */ 259 /* #undef KRB5 */ 260 261 /* Define if you want GSI/Globus authentication support */ 262 /* #undef GSI */ 263 264 /* Define this if you are using the Heimdal version of Kerberos V5 */ 265 /* #undef HEIMDAL */ 266 267 /* Define if you want Kerberos 4 support */ 268 /* #undef KRB4 */ 269 270 /* Define if you want AFS support */ 271 /* #undef AFS */ 272 273 /* Define if you want S/Key support */ 274 /* #undef SKEY */ 275 276 /* Define if you want TCP Wrappers support */ 277 #define LIBWRAP 1 278 279 /* Define if your libraries define login() */ 280 /* #undef HAVE_LOGIN */ 281 282 /* Define if your libraries define daemon() */ 283 /* #undef HAVE_DAEMON */ 284 285 /* Define if your libraries define getpagesize() */ 286 #define HAVE_GETPAGESIZE 1 287 288 /* Define if xauth is found in your path */ 289 #define XAUTH_PATH "/usr/openwin/bin/xauth" 290 291 /* Define if rsh is found in your path */ 292 #define RSH_PATH "/usr/bin/rsh" 293 294 /* Define if you want to allow MD5 passwords */ 295 /* #undef HAVE_MD5_PASSWORDS */ 296 297 /* Define if you want to disable shadow passwords */ 298 /* #undef DISABLE_SHADOW */ 299 300 /* Define if you want to use shadow password expire field */ 301 /* #undef HAS_SHADOW_EXPIRE */ 302 303 /* Define if you have Digital Unix Security Integration Architecture */ 304 /* #undef HAVE_OSF_SIA */ 305 306 /* Define if you have getpwanam(3) [SunOS 4.x] */ 307 /* #undef HAVE_GETPWANAM */ 308 309 /* Define if you have an old version of PAM which takes only one argument */ 310 /* to pam_strerror */ 311 /* #undef HAVE_OLD_PAM */ 312 313 /* Define if you are using Solaris-derived PAM which passes pam_messages */ 314 /* to the conversation function with an extra level of indirection */ 315 #define PAM_SUN_CODEBASE 1 316 317 /* Set this to your mail directory if you don't have maillock.h */ 318 /* #undef MAIL_DIRECTORY */ 319 320 /* Data types */ 321 #define HAVE_U_INT 1 322 #define HAVE_INTXX_T 1 323 /* #undef HAVE_U_INTXX_T */ 324 #define HAVE_UINTXX_T 1 325 #define HAVE_INT64_T 1 326 /* #undef HAVE_U_INT64_T */ 327 #define HAVE_U_CHAR 1 328 #define HAVE_SIZE_T 1 329 #define HAVE_SSIZE_T 1 330 #define HAVE_CLOCK_T 1 331 #define HAVE_MODE_T 1 332 #define HAVE_PID_T 1 333 #define HAVE_SA_FAMILY_T 1 334 #define HAVE_STRUCT_SOCKADDR_STORAGE 1 335 #define HAVE_STRUCT_ADDRINFO 1 336 #define HAVE_STRUCT_IN6_ADDR 1 337 #define HAVE_STRUCT_SOCKADDR_IN6 1 338 339 /* Fields in struct sockaddr_storage */ 340 #define HAVE_SS_FAMILY_IN_SS 1 341 /* #undef HAVE___SS_FAMILY_IN_SS */ 342 343 /* Define if you have /dev/ptmx */ 344 #define HAVE_DEV_PTMX 1 345 346 /* Define if you have /dev/ptc */ 347 /* #undef HAVE_DEV_PTS_AND_PTC */ 348 349 /* Define if you need to use IP address instead of hostname in $DISPLAY */ 350 /* #undef IPADDR_IN_DISPLAY */ 351 352 /* Specify default $PATH */ 353 #define USER_PATH "/usr/bin" 354 355 /* Specify location of ssh.pid */ 356 #define _PATH_SSH_PIDDIR "/var/run" 357 358 /* Use IPv4 for connection by default, IPv6 can still if explicity asked */ 359 /* #undef IPV4_DEFAULT */ 360 361 /* getaddrinfo is broken (if present) */ 362 /* #undef BROKEN_GETADDRINFO */ 363 364 /* Workaround more Linux IPv6 quirks */ 365 /* #undef DONT_TRY_OTHER_AF */ 366 367 /* Detect IPv4 in IPv6 mapped addresses and treat as IPv4 */ 368 #define IPV4_IN_IPV6 1 369 370 /* Define if you have BSD auth support */ 371 /* #undef BSD_AUTH */ 372 373 /* Define if X11 doesn't support AF_UNIX sockets on that system */ 374 /* #undef NO_X11_UNIX_SOCKETS */ 375 376 /* Define if the concept of ports only accessible to superusers isn't known */ 377 /* #undef NO_IPPORT_RESERVED_CONCEPT */ 378 379 /* Needed for SCO and NeXT */ 380 /* #undef BROKEN_SAVED_UIDS */ 381 382 /* Define if your system glob() function has the GLOB_ALTDIRFUNC extension */ 383 /* #undef GLOB_HAS_ALTDIRFUNC */ 384 385 /* Define if your system glob() function has gl_matchc options in glob_t */ 386 /* #undef GLOB_HAS_GL_MATCHC */ 387 388 /* Define in your struct dirent expects you to allocate extra space for d_name */ 389 #define BROKEN_ONE_BYTE_DIRENT_D_NAME 1 390 391 /* Define if your getopt(3) defines and uses optreset */ 392 /* #undef HAVE_GETOPT_OPTRESET */ 393 394 /* Define on *nto-qnx systems */ 395 /* #undef MISSING_NFDBITS */ 396 397 /* Define on *nto-qnx systems */ 398 /* #undef MISSING_HOWMANY */ 399 400 /* Define on *nto-qnx systems */ 401 /* #undef MISSING_FD_MASK */ 402 403 /* Define if you want smartcard support */ 404 /* #undef SMARTCARD */ 405 406 /* Define if you want smartcard support using sectok */ 407 /* #undef USE_SECTOK */ 408 409 /* Use libedit for sftp */ 410 #undef USE_LIBEDIT 411 412 /* Define if you want smartcard support using OpenSC */ 413 /* #undef USE_OPENSC */ 414 415 /* Define if you want to use OpenSSL's internally seeded PRNG only */ 416 #define OPENSSL_PRNG_ONLY 1 417 418 /* Define if you shouldn't strip 'tty' from your ttyname in [uw]tmp */ 419 /* #undef WITH_ABBREV_NO_TTY */ 420 421 /* Define if you want a different $PATH for the superuser */ 422 #define SUPERUSER_PATH "/usr/sbin:/usr/bin" 423 424 /* Path that unprivileged child will chroot() to in privep mode */ 425 /* #undef PRIVSEP_PATH */ 426 427 /* Define if your platform needs to skip post auth file descriptor passing */ 428 /* #undef DISABLE_FD_PASSING */ 429 430 431 /* Define to 1 if the `getpgrp' function requires zero arguments. */ 432 #define GETPGRP_VOID 1 433 434 /* Define to 1 if you have the `arc4random' function. */ 435 /* #undef HAVE_ARC4RANDOM */ 436 437 /* Define to 1 if you have the `asprintf' function. */ 438 /* #undef HAVE_ASPRINTF */ 439 440 /* Define to 1 if you have the `b64_ntop' function. */ 441 /* #undef HAVE_B64_NTOP */ 442 443 /* Define to 1 if you have the `bcopy' function. */ 444 #define HAVE_BCOPY 1 445 446 /* Define to 1 if you have the `bindresvport_sa' function. */ 447 /* #undef HAVE_BINDRESVPORT_SA */ 448 449 /* Define to 1 if you have the <bstring.h> header file. */ 450 /* #undef HAVE_BSTRING_H */ 451 452 /* Define to 1 if you have the `clock' function. */ 453 #define HAVE_CLOCK 1 454 455 /* Define to 1 if you have the <crypt.h> header file. */ 456 #define HAVE_CRYPT_H 1 457 458 /* Define to 1 if you have the `dirname' function. */ 459 #define HAVE_DIRNAME 1 460 461 /* Define to 1 if you have the <endian.h> header file. */ 462 /* #undef HAVE_ENDIAN_H */ 463 464 /* Define to 1 if you have the `endutent' function. */ 465 #define HAVE_ENDUTENT 1 466 467 /* Define to 1 if you have the `endutxent' function. */ 468 #define HAVE_ENDUTXENT 1 469 470 /* Define to 1 if you have the `fchmod' function. */ 471 #define HAVE_FCHMOD 1 472 473 /* Define to 1 if you have the `fchown' function. */ 474 #define HAVE_FCHOWN 1 475 476 /* Define to 1 if you have the <floatingpoint.h> header file. */ 477 #define HAVE_FLOATINGPOINT_H 1 478 479 /* Define to 1 if you have the `freeaddrinfo' function. */ 480 #define HAVE_FREEADDRINFO 1 481 482 /* Define to 1 if you have the `futimes' function. */ 483 /* #undef HAVE_FUTIMES */ 484 485 /* Define to 1 if you have the `gai_strerror' function. */ 486 #define HAVE_GAI_STRERROR 1 487 488 /* Define to 1 if you have the `getaddrinfo' function. */ 489 #define HAVE_GETADDRINFO 1 490 491 /* Define to 1 if you have the `getcwd' function. */ 492 #define HAVE_GETCWD 1 493 494 /* Define to 1 if you have the `getgrouplist' function. */ 495 /* #undef HAVE_GETGROUPLIST */ 496 497 /* Define to 1 if you have the `getluid' function. */ 498 /* #undef HAVE_GETLUID */ 499 500 /* Define to 1 if you have the `getnameinfo' function. */ 501 #define HAVE_GETNAMEINFO 1 502 503 /* Define to 1 if you have the `getopt' function. */ 504 #define HAVE_GETOPT 1 505 506 /* Define to 1 if you have the <getopt.h> header file. */ 507 /* #undef HAVE_GETOPT_H */ 508 509 /* Define to 1 if you have the `getpeereid' function. */ 510 /* #undef HAVE_GETPEEREID */ 511 512 /* Define to 1 if you have the `getpeerucred' function. */ 513 #define HAVE_GETPEERUCRED 1 514 515 /* Define to 1 if you have the `getpwanam' function. */ 516 /* #undef HAVE_GETPWANAM */ 517 518 /* Define to 1 if you have the `getrlimit' function. */ 519 #define HAVE_GETRLIMIT 1 520 521 /* Define to 1 if you have the `getrusage' function. */ 522 #define HAVE_GETRUSAGE 1 523 524 /* Define to 1 if you have the `gettimeofday' function. */ 525 #define HAVE_GETTIMEOFDAY 1 526 527 /* Define to 1 if you have the `getttyent' function. */ 528 /* #undef HAVE_GETTTYENT */ 529 530 /* Define to 1 if you have the `getutent' function. */ 531 #define HAVE_GETUTENT 1 532 533 /* Define to 1 if you have the `getutid' function. */ 534 #define HAVE_GETUTID 1 535 536 /* Define to 1 if you have the `getutline' function. */ 537 #define HAVE_GETUTLINE 1 538 539 /* Define to 1 if you have the `getutxent' function. */ 540 #define HAVE_GETUTXENT 1 541 542 /* Define to 1 if you have the `getutxid' function. */ 543 #define HAVE_GETUTXID 1 544 545 /* Define to 1 if you have the `getutxline' function. */ 546 #define HAVE_GETUTXLINE 1 547 548 /* Define to 1 if you have the `glob' function. */ 549 #define HAVE_GLOB 1 550 551 /* Define to 1 if you have the <glob.h> header file. */ 552 #define HAVE_GLOB_H 1 553 554 /* Define to 1 if you have the <ia.h> header file. */ 555 /* #undef HAVE_IA_H */ 556 557 /* Define to 1 if you have the `inet_aton' function. */ 558 /* #undef HAVE_INET_ATON */ 559 560 /* Define to 1 if you have the `inet_ntoa' function. */ 561 #define HAVE_INET_NTOA 1 562 563 /* Define to 1 if you have the `inet_ntop' function. */ 564 #define HAVE_INET_NTOP 1 565 566 /* Define to 1 if you have the `innetgr' function. */ 567 #define HAVE_INNETGR 1 568 569 /* Define to 1 if you have the <inttypes.h> header file. */ 570 #define HAVE_INTTYPES_H 1 571 572 /* Define to 1 if you have the <krb.h> header file. */ 573 /* #undef HAVE_KRB_H */ 574 575 /* Define to 1 if you have the <lastlog.h> header file. */ 576 #define HAVE_LASTLOG_H 1 577 578 /* Define to 1 if you have the `crypt' library (-lcrypt). */ 579 /* #undef HAVE_LIBCRYPT */ 580 581 /* Define to 1 if you have the `des' library (-ldes). */ 582 /* #undef HAVE_LIBDES */ 583 584 /* Define to 1 if you have the `des425' library (-ldes425). */ 585 /* #undef HAVE_LIBDES425 */ 586 587 /* Define to 1 if you have the `dl' library (-ldl). */ 588 #define HAVE_LIBDL 1 589 590 /* Define to 1 if you have the <libgen.h> header file. */ 591 #define HAVE_LIBGEN_H 1 592 593 /* Define to 1 if you have the `krb' library (-lkrb). */ 594 /* #undef HAVE_LIBKRB */ 595 596 /* Define to 1 if you have the `krb4' library (-lkrb4). */ 597 /* #undef HAVE_LIBKRB4 */ 598 599 /* Define to 1 if you have the `nsl' library (-lnsl). */ 600 #define HAVE_LIBNSL 1 601 602 /* Define to 1 if you have the `pam' library (-lpam). */ 603 #define HAVE_LIBPAM 1 604 605 /* Define to 1 if you have the `resolv' library (-lresolv). */ 606 /* #undef HAVE_LIBRESOLV */ 607 608 /* Define to 1 if you have the `sectok' library (-lsectok). */ 609 /* #undef HAVE_LIBSECTOK */ 610 611 /* Define to 1 if you have the `socket' library (-lsocket). */ 612 #define HAVE_LIBSOCKET 1 613 614 /* Define to 1 if you have the <libutil.h> header file. */ 615 /* #undef HAVE_LIBUTIL_H */ 616 617 /* Define to 1 if you have the `xnet' library (-lxnet). */ 618 /* #undef HAVE_LIBXNET */ 619 620 /* Define to 1 if you have the `z' library (-lz). */ 621 #define HAVE_LIBZ 1 622 623 /* Define to 1 if you have the <limits.h> header file. */ 624 #define HAVE_LIMITS_H 1 625 626 /* Define to 1 if you have the <login_cap.h> header file. */ 627 /* #undef HAVE_LOGIN_CAP_H */ 628 629 /* Define to 1 if you have the `login_getcapbool' function. */ 630 /* #undef HAVE_LOGIN_GETCAPBOOL */ 631 632 /* Define to 1 if you have the <login.h> header file. */ 633 /* #undef HAVE_LOGIN_H */ 634 635 /* Define to 1 if you have the `logout' function. */ 636 /* #undef HAVE_LOGOUT */ 637 638 /* Define to 1 if you have the `logwtmp' function. */ 639 /* #undef HAVE_LOGWTMP */ 640 641 /* Define to 1 if you have the <maillock.h> header file. */ 642 #define HAVE_MAILLOCK_H 1 643 644 /* Define to 1 if you have the `md5_crypt' function. */ 645 /* #undef HAVE_MD5_CRYPT */ 646 647 /* Define to 1 if you have the `memmove' function. */ 648 #define HAVE_MEMMOVE 1 649 650 /* Define to 1 if you have the <memory.h> header file. */ 651 #define HAVE_MEMORY_H 1 652 653 /* Define to 1 if you have the `mkdtemp' function. */ 654 /* #undef HAVE_MKDTEMP */ 655 656 /* Define to 1 if you have the `mmap' function. */ 657 #define HAVE_MMAP 1 658 659 /* Define to 1 if you have the <netdb.h> header file. */ 660 #define HAVE_NETDB_H 1 661 662 /* Define to 1 if you have the <netgroup.h> header file. */ 663 /* #undef HAVE_NETGROUP_H */ 664 665 /* Define to 1 if you have the <netinet/in_systm.h> header file. */ 666 #define HAVE_NETINET_IN_SYSTM_H 1 667 668 /* Define to 1 if you have the `ngetaddrinfo' function. */ 669 /* #undef HAVE_NGETADDRINFO */ 670 671 /* Define to 1 if you have the `ogetaddrinfo' function. */ 672 /* #undef HAVE_OGETADDRINFO */ 673 674 /* Define to 1 if you have the `openpty' function. */ 675 /* #undef HAVE_OPENPTY */ 676 677 /* Define to 1 if you have the `pam_getenvlist' function. */ 678 #define HAVE_PAM_GETENVLIST 1 679 680 /* Define to 1 if you have the <paths.h> header file. */ 681 /* #undef HAVE_PATHS_H */ 682 683 /* Define to 1 if you have the <pty.h> header file. */ 684 /* #undef HAVE_PTY_H */ 685 686 /* Define to 1 if you have the `pututline' function. */ 687 #define HAVE_PUTUTLINE 1 688 689 /* Define to 1 if you have the `pututxline' function. */ 690 #define HAVE_PUTUTXLINE 1 691 692 /* Define to 1 if you have the `readpassphrase' function. */ 693 /* #undef HAVE_READPASSPHRASE */ 694 695 /* Define to 1 if you have the <readpassphrase.h> header file. */ 696 /* #undef HAVE_READPASSPHRASE_H */ 697 698 /* Define to 1 if you have the `realpath' function. */ 699 #define HAVE_REALPATH 1 700 701 /* Define to 1 if you have the `recvmsg' function. */ 702 #define HAVE_RECVMSG 1 703 704 /* Define to 1 if you have the <rpc/types.h> header file. */ 705 #define HAVE_RPC_TYPES_H 1 706 707 /* Define to 1 if you have the `rresvport_af' function. */ 708 #define HAVE_RRESVPORT_AF 1 709 710 /* Define to 1 if you have the <sectok.h> header file. */ 711 /* #undef HAVE_SECTOK_H */ 712 713 /* Define to 1 if you have the <security/pam_appl.h> header file. */ 714 #define HAVE_SECURITY_PAM_APPL_H 1 715 716 /* Define to 1 if you have the `sendmsg' function. */ 717 #define HAVE_SENDMSG 1 718 719 /* Define to 1 if you have the `setdtablesize' function. */ 720 /* #undef HAVE_SETDTABLESIZE */ 721 722 /* Define to 1 if you have the `setegid' function. */ 723 #define HAVE_SETEGID 1 724 725 /* Define to 1 if you have the `setenv' function. */ 726 #define HAVE_SETENV 1 727 728 /* Define to 1 if you have the `seteuid' function. */ 729 #define HAVE_SETEUID 1 730 731 /* Define to 1 if you have the `setgroups' function. */ 732 #define HAVE_SETGROUPS 1 733 734 /* Define to 1 if you have the `setlogin' function. */ 735 /* #undef HAVE_SETLOGIN */ 736 737 /* Define to 1 if you have the `setluid' function. */ 738 /* #undef HAVE_SETLUID */ 739 740 /* Define to 1 if you have the `setpcred' function. */ 741 /* #undef HAVE_SETPCRED */ 742 743 /* Define to 1 if you have the `setproctitle' function. */ 744 /* #undef HAVE_SETPROCTITLE */ 745 746 /* Define to 1 if you have the `setresgid' function. */ 747 /* #undef HAVE_SETRESGID */ 748 749 /* Define to 1 if you have the `setreuid' function. */ 750 #define HAVE_SETREUID 1 751 752 /* Define to 1 if you have the `setrlimit' function. */ 753 #define HAVE_SETRLIMIT 1 754 755 /* Define to 1 if you have the `setsid' function. */ 756 #define HAVE_SETSID 1 757 758 /* Define to 1 if you have the `setutent' function. */ 759 #define HAVE_SETUTENT 1 760 761 /* Define to 1 if you have the `setutxent' function. */ 762 #define HAVE_SETUTXENT 1 763 764 /* Define to 1 if you have the `setvbuf' function. */ 765 #define HAVE_SETVBUF 1 766 767 /* Define to 1 if you have the <shadow.h> header file. */ 768 #define HAVE_SHADOW_H 1 769 770 /* Define to 1 if you have the `sigaction' function. */ 771 #define HAVE_SIGACTION 1 772 773 /* Define to 1 if you have the `sigvec' function. */ 774 /* #undef HAVE_SIGVEC */ 775 776 /* Define to 1 if the system has the type `sig_atomic_t'. */ 777 #define HAVE_SIG_ATOMIC_T 1 778 779 /* Define to 1 if you have the `snprintf' function. */ 780 #define HAVE_SNPRINTF 1 781 782 /* Define to 1 if you have the `socketpair' function. */ 783 #define HAVE_SOCKETPAIR 1 784 785 /* Define to 1 if you have the <stddef.h> header file. */ 786 #define HAVE_STDDEF_H 1 787 788 /* Define to 1 if you have the <stdint.h> header file. */ 789 /* #undef HAVE_STDINT_H */ 790 791 /* Define to 1 if you have the <stdlib.h> header file. */ 792 #define HAVE_STDLIB_H 1 793 794 /* Define to 1 if you have the `strerror' function. */ 795 #define HAVE_STRERROR 1 796 797 /* Define to 1 if you have the `strftime' function. */ 798 #define HAVE_STRFTIME 1 799 800 /* Define to 1 if you have the <strings.h> header file. */ 801 #define HAVE_STRINGS_H 1 802 803 /* Define to 1 if you have the <string.h> header file. */ 804 #define HAVE_STRING_H 1 805 806 /* Define to 1 if you have the `strlcat' function. */ 807 #define HAVE_STRLCAT 1 808 809 /* Define to 1 if you have the `strlcpy' function. */ 810 #define HAVE_STRLCPY 1 811 812 /* Define to 1 if you have the `strmode' function. */ 813 /* #undef HAVE_STRMODE */ 814 815 /* Define to 1 if you have the `strsep' function. */ 816 /* #undef HAVE_STRSEP */ 817 818 /* Define to 1 if `st_blksize' is member of `struct stat'. */ 819 #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 820 821 /* Define to 1 if you have the `sysconf' function. */ 822 #define HAVE_SYSCONF 1 823 824 /* Define to 1 if you have the <sys/bitypes.h> header file. */ 825 /* #undef HAVE_SYS_BITYPES_H */ 826 827 /* Define to 1 if you have the <sys/bsdtty.h> header file. */ 828 /* #undef HAVE_SYS_BSDTTY_H */ 829 830 /* Define to 1 if you have the <sys/cdefs.h> header file. */ 831 /* #define HAVE_SYS_CDEFS_H 1 */ 832 /* #undef HAVE_SYS_CDEFS_H */ 833 834 835 /* Define to 1 if you have the <sys/mman.h> header file. */ 836 #define HAVE_SYS_MMAN_H 1 837 838 /* Define to 1 if you have the <sys/select.h> header file. */ 839 #define HAVE_SYS_SELECT_H 1 840 841 /* Define to 1 if you have the <sys/stat.h> header file. */ 842 #define HAVE_SYS_STAT_H 1 843 844 /* Define to 1 if you have the <sys/stropts.h> header file. */ 845 #define HAVE_SYS_STROPTS_H 1 846 847 /* Define to 1 if you have the <sys/sysmacros.h> header file. */ 848 #define HAVE_SYS_SYSMACROS_H 1 849 850 /* Define to 1 if you have the <sys/time.h> header file. */ 851 #define HAVE_SYS_TIME_H 1 852 853 /* Define to 1 if you have the <sys/types.h> header file. */ 854 #define HAVE_SYS_TYPES_H 1 855 856 /* Define to 1 if you have the <sys/un.h> header file. */ 857 #define HAVE_SYS_UN_H 1 858 859 /* Define to 1 if you have the `tcgetpgrp' function. */ 860 #define HAVE_TCGETPGRP 1 861 862 /* Define to 1 if you have the `time' function. */ 863 #define HAVE_TIME 1 864 865 /* Define to 1 if you have the <time.h> header file. */ 866 #define HAVE_TIME_H 1 867 868 /* Define to 1 if you have the <tmpdir.h> header file. */ 869 /* #undef HAVE_TMPDIR_H */ 870 871 /* Define to 1 if you have the `truncate' function. */ 872 #define HAVE_TRUNCATE 1 873 874 /* Define to 1 if you have the <ttyent.h> header file. */ 875 /* #undef HAVE_TTYENT_H */ 876 877 /* Define to 1 if you have the <ucred.h> header file. */ 878 #define HAVE_UCRED_H 1 879 880 /* Define to 1 if you have the <unistd.h> header file. */ 881 #define HAVE_UNISTD_H 1 882 883 /* Define to 1 if you have the `updwtmp' function. */ 884 #define HAVE_UPDWTMP 1 885 886 /* Define to 1 if you have the <usersec.h> header file. */ 887 /* #undef HAVE_USERSEC_H */ 888 889 /* Define to 1 if you have the <util.h> header file. */ 890 /* #undef HAVE_UTIL_H */ 891 892 /* Define to 1 if you have the `utimes' function. */ 893 #define HAVE_UTIMES 1 894 895 /* Define to 1 if you have the <utime.h> header file. */ 896 #define HAVE_UTIME_H 1 897 898 /* Define to 1 if you have the `utmpname' function. */ 899 #define HAVE_UTMPNAME 1 900 901 /* Define to 1 if you have the `utmpxname' function. */ 902 #define HAVE_UTMPXNAME 1 903 904 /* Define to 1 if you have the <utmpx.h> header file. */ 905 #define HAVE_UTMPX_H 1 906 907 /* Define to 1 if you have the <utmp.h> header file. */ 908 #define HAVE_UTMP_H 1 909 910 /* Define to 1 if you have the `vasprintf' function. */ 911 /* #undef HAVE_VASPRINTF */ 912 913 /* Define to 1 if you have the `vhangup' function. */ 914 #define HAVE_VHANGUP 1 915 916 /* Define to 1 if you have the `vsnprintf' function. */ 917 #define HAVE_VSNPRINTF 1 918 919 /* Define to 1 if you have the `waitpid' function. */ 920 #define HAVE_WAITPID 1 921 922 /* Define to 1 if you have the `_getpty' function. */ 923 /* #undef HAVE__GETPTY */ 924 925 /* Define to 1 if you have the `__b64_ntop' function. */ 926 /* #undef HAVE___B64_NTOP */ 927 928 /* Define to the address where bug reports for this package should be sent. */ 929 #define PACKAGE_BUGREPORT "" 930 931 /* Define to the full name of this package. */ 932 #define PACKAGE_NAME "" 933 934 /* Define to the full name and version of this package. */ 935 #define PACKAGE_STRING "" 936 937 /* Define to the one symbol short name of this package. */ 938 #define PACKAGE_TARNAME "" 939 940 /* Define to the version of this package. */ 941 #define PACKAGE_VERSION "" 942 943 /* The size of a `char', as computed by sizeof. */ 944 #define SIZEOF_CHAR 1 945 946 /* The size of a `int', as computed by sizeof. */ 947 #define SIZEOF_INT 4 948 949 /* The size of a `long int', as computed by sizeof. */ 950 #define SIZEOF_LONG_INT 4 951 952 /* The size of a `long long int', as computed by sizeof. */ 953 #define SIZEOF_LONG_LONG_INT 8 954 955 /* The size of a `short int', as computed by sizeof. */ 956 #define SIZEOF_SHORT_INT 2 957 958 /* Define to 1 if you have the ANSI C header files. */ 959 #define STDC_HEADERS 1 960 961 /* Define to 1 if your processor stores words with the most significant byte 962 first (like Motorola and SPARC, unlike Intel and VAX). */ 963 #define WORDS_BIGENDIAN 1 964 965 /* Number of bits in a file offset, on hosts where this is settable. */ 966 #define _FILE_OFFSET_BITS 64 967 968 /* Define for large files, on AIX-style hosts. */ 969 /* #undef _LARGE_FILES */ 970 971 /* Define as `__inline' if that's what the C compiler calls it, or to nothing 972 if it is not supported. */ 973 /* #undef inline */ 974 975 /* type to use in place of socklen_t if not defined */ 976 /* #undef socklen_t */ 977 978 /* Define for BSM auditing (Solaris) support */ 979 #define HAVE_BSM 1 980 981 /* Define if compiling in ON */ 982 #define SUNW_SSH 1 983 984 /* Define if you have mkstemp, mkstemps and mkdtemp */ 985 #define HAVE_MKDTEMP 986 987 988 /* ******************* Shouldn't need to edit below this line ************** */ 989 990 #ifdef __cplusplus 991 } 992 #endif 993 994 #endif /* _CONFIG_H */ 995