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