10Sstevel@tonic-gate /* config.h. Generated by configure. */ 20Sstevel@tonic-gate /* config.h.in. Generated from configure.ac by autoheader. */ 30Sstevel@tonic-gate /* $Id: acconfig.h,v 1.145 2002/09/26 00:38:48 tim Exp $ */ 40Sstevel@tonic-gate /* 55087Sjp161948 * Copyright 2007 Sun Microsystems, Inc. All rights reserved. 60Sstevel@tonic-gate * Use is subject to license terms. 70Sstevel@tonic-gate */ 80Sstevel@tonic-gate 90Sstevel@tonic-gate #ifndef _CONFIG_H 100Sstevel@tonic-gate #define _CONFIG_H 110Sstevel@tonic-gate 120Sstevel@tonic-gate #pragma ident "%Z%%M% %I% %E% SMI" 130Sstevel@tonic-gate 140Sstevel@tonic-gate #ifdef __cplusplus 150Sstevel@tonic-gate extern "C" { 160Sstevel@tonic-gate #endif 170Sstevel@tonic-gate 180Sstevel@tonic-gate 190Sstevel@tonic-gate /* Generated automatically from acconfig.h by autoheader. */ 200Sstevel@tonic-gate /* Please make your changes there */ 210Sstevel@tonic-gate 220Sstevel@tonic-gate 230Sstevel@tonic-gate /* Define to a Set Process Title type if your system is */ 240Sstevel@tonic-gate /* supported by bsd-setproctitle.c */ 250Sstevel@tonic-gate /* #undef SPT_TYPE */ 260Sstevel@tonic-gate 270Sstevel@tonic-gate /* setgroups() NOOP allowed */ 280Sstevel@tonic-gate /* #undef SETGROUPS_NOOP */ 290Sstevel@tonic-gate 300Sstevel@tonic-gate /* SCO workaround */ 310Sstevel@tonic-gate /* #undef BROKEN_SYS_TERMIO_H */ 320Sstevel@tonic-gate 330Sstevel@tonic-gate /* Define if you have SecureWare-based protected password database */ 340Sstevel@tonic-gate /* #undef HAVE_SECUREWARE */ 350Sstevel@tonic-gate 360Sstevel@tonic-gate /* If your header files don't define LOGIN_PROGRAM, then use this (detected) */ 370Sstevel@tonic-gate /* from environment and PATH */ 38*5685Sjp161948 #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login" 390Sstevel@tonic-gate 400Sstevel@tonic-gate /* Define if your password has a pw_class field */ 410Sstevel@tonic-gate /* #undef HAVE_PW_CLASS_IN_PASSWD */ 420Sstevel@tonic-gate 430Sstevel@tonic-gate /* Define if your password has a pw_expire field */ 440Sstevel@tonic-gate /* #undef HAVE_PW_EXPIRE_IN_PASSWD */ 450Sstevel@tonic-gate 460Sstevel@tonic-gate /* Define if your password has a pw_change field */ 470Sstevel@tonic-gate /* #undef HAVE_PW_CHANGE_IN_PASSWD */ 480Sstevel@tonic-gate 490Sstevel@tonic-gate /* Define if your system uses access rights style file descriptor passing */ 50*5685Sjp161948 #define HAVE_ACCRIGHTS_IN_MSGHDR 1 510Sstevel@tonic-gate 520Sstevel@tonic-gate /* Define if your system uses ancillary data style file descriptor passing */ 530Sstevel@tonic-gate /* #undef HAVE_CONTROL_IN_MSGHDR */ 540Sstevel@tonic-gate 550Sstevel@tonic-gate /* Define if you system's inet_ntoa is busted (e.g. Irix gcc issue) */ 560Sstevel@tonic-gate /* #undef BROKEN_INET_NTOA */ 570Sstevel@tonic-gate 580Sstevel@tonic-gate /* Define if your system defines sys_errlist[] */ 59*5685Sjp161948 #define HAVE_SYS_ERRLIST 1 600Sstevel@tonic-gate 610Sstevel@tonic-gate /* Define if your system defines sys_nerr */ 62*5685Sjp161948 #define HAVE_SYS_NERR 1 630Sstevel@tonic-gate 640Sstevel@tonic-gate /* Define if your system choked on IP TOS setting */ 65*5685Sjp161948 #define IP_TOS_IS_BROKEN 1 660Sstevel@tonic-gate 670Sstevel@tonic-gate /* Define if you have the getuserattr function. */ 680Sstevel@tonic-gate /* #undef HAVE_GETUSERATTR */ 690Sstevel@tonic-gate 700Sstevel@tonic-gate /* Work around problematic Linux PAM modules handling of PAM_TTY */ 71*5685Sjp161948 #define PAM_TTY_KLUDGE 1 720Sstevel@tonic-gate 730Sstevel@tonic-gate /* Use PIPES instead of a socketpair() */ 740Sstevel@tonic-gate /* #undef USE_PIPES */ 750Sstevel@tonic-gate 760Sstevel@tonic-gate /* Define if your snprintf is busted */ 770Sstevel@tonic-gate /* #undef BROKEN_SNPRINTF */ 780Sstevel@tonic-gate 790Sstevel@tonic-gate /* Define if you are on Cygwin */ 800Sstevel@tonic-gate /* #undef HAVE_CYGWIN */ 810Sstevel@tonic-gate 820Sstevel@tonic-gate /* Define if you have a broken realpath. */ 830Sstevel@tonic-gate /* #undef BROKEN_REALPATH */ 840Sstevel@tonic-gate 850Sstevel@tonic-gate /* Define if you are on NEWS-OS */ 860Sstevel@tonic-gate /* #undef HAVE_NEWS4 */ 870Sstevel@tonic-gate 880Sstevel@tonic-gate /* Define if you want to enable PAM support */ 89*5685Sjp161948 #define USE_PAM 1 900Sstevel@tonic-gate 910Sstevel@tonic-gate /* Define if you want to enable AIX4's authenticate function */ 920Sstevel@tonic-gate /* #undef WITH_AIXAUTHENTICATE */ 930Sstevel@tonic-gate 94*5685Sjp161948 /* 95*5685Sjp161948 * Define if you have/want arrays (cluster-wide session managment, not C 96*5685Sjp161948 * arrays) 97*5685Sjp161948 */ 980Sstevel@tonic-gate /* #undef WITH_IRIX_ARRAY */ 990Sstevel@tonic-gate 1000Sstevel@tonic-gate /* Define if you want IRIX project management */ 1010Sstevel@tonic-gate /* #undef WITH_IRIX_PROJECT */ 1020Sstevel@tonic-gate 1030Sstevel@tonic-gate /* Define if you want IRIX audit trails */ 1040Sstevel@tonic-gate /* #undef WITH_IRIX_AUDIT */ 1050Sstevel@tonic-gate 1060Sstevel@tonic-gate /* Define if you want IRIX kernel jobs */ 1070Sstevel@tonic-gate /* #undef WITH_IRIX_JOBS */ 1080Sstevel@tonic-gate 1090Sstevel@tonic-gate /* Location of PRNGD/EGD random number socket */ 1100Sstevel@tonic-gate /* #undef PRNGD_SOCKET */ 1110Sstevel@tonic-gate 1120Sstevel@tonic-gate /* Port number of PRNGD/EGD random number socket */ 1130Sstevel@tonic-gate /* #undef PRNGD_PORT */ 1140Sstevel@tonic-gate 1150Sstevel@tonic-gate /* Builtin PRNG command timeout */ 116*5685Sjp161948 #define ENTROPY_TIMEOUT_MSEC 200 1170Sstevel@tonic-gate 1180Sstevel@tonic-gate /* non-privileged user for privilege separation */ 119*5685Sjp161948 #define SSH_PRIVSEP_USER "sshd" 1200Sstevel@tonic-gate 121*5685Sjp161948 /* Define if you want to install preformatted manpages. */ 1220Sstevel@tonic-gate /* #undef MANTYPE */ 1230Sstevel@tonic-gate 1240Sstevel@tonic-gate /* Define if your ssl headers are included with #include <openssl/header.h> */ 125*5685Sjp161948 #define HAVE_OPENSSL 1 1260Sstevel@tonic-gate 1270Sstevel@tonic-gate /* Define if Solaris' OpenSSL lacks AES support */ 128*5685Sjp161948 #define SOLARIS_OPENSSL_NO_AES 1 1290Sstevel@tonic-gate 1300Sstevel@tonic-gate /* Define if Solaris-style Least Privilege is available */ 131*5685Sjp161948 #define HAVE_SOLARIS_PRIVILEGE 1 1320Sstevel@tonic-gate 1330Sstevel@tonic-gate /* Define if you want Sun's alternative privilege separation */ 134*5685Sjp161948 #define ALTPRIVSEP 1350Sstevel@tonic-gate 1360Sstevel@tonic-gate /* Define if you have Solaris-style Contracts */ 137*5685Sjp161948 #define HAVE_SOLARIS_CONTRACTS 1 1380Sstevel@tonic-gate 1390Sstevel@tonic-gate /* Define if SVR4-style libcmd (for accessing /etc/default/ files) */ 140*5685Sjp161948 #define HAVE_DEFOPEN 1 1410Sstevel@tonic-gate 142*5685Sjp161948 /* 143*5685Sjp161948 * Define if you are linking against RSAref. Used only to print the right 144*5685Sjp161948 * message at run-time. 145*5685Sjp161948 */ 1460Sstevel@tonic-gate /* #undef RSAREF */ 1470Sstevel@tonic-gate 1480Sstevel@tonic-gate /* struct timeval */ 149*5685Sjp161948 #define HAVE_STRUCT_TIMEVAL 1 1500Sstevel@tonic-gate 1510Sstevel@tonic-gate /* struct utmp and struct utmpx fields */ 1520Sstevel@tonic-gate /* #undef HAVE_HOST_IN_UTMP */ 153*5685Sjp161948 #define HAVE_HOST_IN_UTMPX 1 1540Sstevel@tonic-gate /* #undef HAVE_ADDR_IN_UTMP */ 1550Sstevel@tonic-gate /* #undef HAVE_ADDR_IN_UTMPX */ 1560Sstevel@tonic-gate /* #undef HAVE_ADDR_V6_IN_UTMP */ 1570Sstevel@tonic-gate /* #undef HAVE_ADDR_V6_IN_UTMPX */ 158*5685Sjp161948 #define HAVE_SYSLEN_IN_UTMPX 1 159*5685Sjp161948 #define HAVE_PID_IN_UTMP 1 160*5685Sjp161948 #define HAVE_TYPE_IN_UTMP 1 161*5685Sjp161948 #define HAVE_TYPE_IN_UTMPX 1 1620Sstevel@tonic-gate /* #undef HAVE_TV_IN_UTMP */ 163*5685Sjp161948 #define HAVE_TV_IN_UTMPX 1 164*5685Sjp161948 #define HAVE_ID_IN_UTMP 1 165*5685Sjp161948 #define HAVE_ID_IN_UTMPX 1 166*5685Sjp161948 #define HAVE_EXIT_IN_UTMP 1 167*5685Sjp161948 #define HAVE_TIME_IN_UTMP 1 168*5685Sjp161948 #define HAVE_TIME_IN_UTMPX 1 1690Sstevel@tonic-gate 1700Sstevel@tonic-gate /* Define if you don't want to use your system's login() call */ 1710Sstevel@tonic-gate /* #undef DISABLE_LOGIN */ 1720Sstevel@tonic-gate 1730Sstevel@tonic-gate /* Define if you don't want to use pututline() etc. to write [uw]tmp */ 1740Sstevel@tonic-gate /* #undef DISABLE_PUTUTLINE */ 1750Sstevel@tonic-gate 1760Sstevel@tonic-gate /* Define if you don't want to use pututxline() etc. to write [uw]tmpx */ 1770Sstevel@tonic-gate /* #undef DISABLE_PUTUTXLINE */ 1780Sstevel@tonic-gate 1790Sstevel@tonic-gate /* Define if you don't want to use lastlog */ 1800Sstevel@tonic-gate /* #undef DISABLE_LASTLOG */ 1810Sstevel@tonic-gate 1820Sstevel@tonic-gate /* Define if you don't want to use lastlog in session.c */ 1830Sstevel@tonic-gate /* #undef NO_SSH_LASTLOG */ 1840Sstevel@tonic-gate 1850Sstevel@tonic-gate /* Define if you don't want to use utmp */ 186*5685Sjp161948 #define DISABLE_UTMP 1 1870Sstevel@tonic-gate 1880Sstevel@tonic-gate /* Define if you don't want to use utmpx */ 1890Sstevel@tonic-gate /* #undef DISABLE_UTMPX */ 1900Sstevel@tonic-gate 1910Sstevel@tonic-gate /* Define if you don't want to use wtmp */ 192*5685Sjp161948 #define DISABLE_WTMP 1 1930Sstevel@tonic-gate 1940Sstevel@tonic-gate /* Define if you don't want to use wtmpx */ 1950Sstevel@tonic-gate /* #undef DISABLE_WTMPX */ 1960Sstevel@tonic-gate 1970Sstevel@tonic-gate /* Some systems need a utmpx entry for /bin/login to work */ 198*5685Sjp161948 #define LOGIN_NEEDS_UTMPX 1 1990Sstevel@tonic-gate 2000Sstevel@tonic-gate /* Some versions of /bin/login need the TERM supplied on the commandline */ 201*5685Sjp161948 #define LOGIN_NEEDS_TERM 1 2020Sstevel@tonic-gate 2030Sstevel@tonic-gate /* Define if your login program cannot handle end of options ("--") */ 2040Sstevel@tonic-gate /* #undef LOGIN_NO_ENDOPT */ 2050Sstevel@tonic-gate 2060Sstevel@tonic-gate /* Define if you want to specify the path to your lastlog file */ 207*5685Sjp161948 #define CONF_LASTLOG_FILE "/var/adm/lastlog" 2080Sstevel@tonic-gate 2090Sstevel@tonic-gate /* Define if you want to specify the path to your utmp file */ 2100Sstevel@tonic-gate /* #undef CONF_UTMP_FILE */ 2110Sstevel@tonic-gate 2120Sstevel@tonic-gate /* Define if you want to specify the path to your wtmp file */ 2130Sstevel@tonic-gate /* #undef CONF_WTMP_FILE */ 2140Sstevel@tonic-gate 2150Sstevel@tonic-gate /* Define if you want to specify the path to your utmpx file */ 2160Sstevel@tonic-gate /* #undef CONF_UTMPX_FILE */ 2170Sstevel@tonic-gate 2180Sstevel@tonic-gate /* Define if you want to specify the path to your wtmpx file */ 2190Sstevel@tonic-gate /* #undef CONF_WTMPX_FILE */ 2200Sstevel@tonic-gate 2210Sstevel@tonic-gate /* Define if you want external askpass support */ 2220Sstevel@tonic-gate /* #undef USE_EXTERNAL_ASKPASS */ 2230Sstevel@tonic-gate 2240Sstevel@tonic-gate /* Define if libc defines __progname */ 2250Sstevel@tonic-gate /* #undef HAVE___PROGNAME */ 2260Sstevel@tonic-gate 2270Sstevel@tonic-gate /* Define if compiler implements __FUNCTION__ */ 228*5685Sjp161948 #define HAVE___FUNCTION__ 1 2290Sstevel@tonic-gate 2300Sstevel@tonic-gate /* Define if compiler implements __func__ */ 231*5685Sjp161948 #define HAVE___func__ 1 2320Sstevel@tonic-gate 2330Sstevel@tonic-gate /* Define if you want GSS-API support */ 234*5685Sjp161948 #define GSSAPI 1 2350Sstevel@tonic-gate 2360Sstevel@tonic-gate /* Define if you have <gssapi/gssapi.h> */ 237*5685Sjp161948 #define SUNW_GSSAPI 1 2380Sstevel@tonic-gate 2390Sstevel@tonic-gate /* Define if you have GSS_Store_cred() */ 240*5685Sjp161948 #define HAVE_GSS_STORE_CRED 1 2410Sstevel@tonic-gate 2420Sstevel@tonic-gate /* Define if you have __gss_userok() */ 243*5685Sjp161948 #define HAVE___GSS_USEROK 1 2440Sstevel@tonic-gate 2450Sstevel@tonic-gate /* Define for simple authorization of GSS-API principals */ 2460Sstevel@tonic-gate /* #undef GSSAPI_SIMPLE_USEROK */ 2470Sstevel@tonic-gate 2480Sstevel@tonic-gate /* Define if you have gsscred_name_to_unix_cred() (Solaris) */ 249*5685Sjp161948 #define HAVE_GSSCRED_API 1 2500Sstevel@tonic-gate 2510Sstevel@tonic-gate /* Define if you have __gss_oid_to_mech() */ 252*5685Sjp161948 #define HAVE_GSS_OID_TO_MECH 1 2530Sstevel@tonic-gate 2540Sstevel@tonic-gate /* Define if you have gss_oid_to_str() */ 255*5685Sjp161948 #define HAVE_GSS_OID_TO_STR 1 2560Sstevel@tonic-gate 2570Sstevel@tonic-gate /* Define if you want support for MIT krb5 GSS internals */ 2580Sstevel@tonic-gate /* #undef KRB5_GSS */ 2590Sstevel@tonic-gate 2600Sstevel@tonic-gate /* Define if you want support for GSI GSS internals */ 2610Sstevel@tonic-gate /* #undef GSI_GSS */ 2620Sstevel@tonic-gate 2630Sstevel@tonic-gate /* Define if you want raw Kerberos 5 support */ 2640Sstevel@tonic-gate /* #undef KRB5 */ 2650Sstevel@tonic-gate 2660Sstevel@tonic-gate /* Define if you want GSI/Globus authentication support */ 2670Sstevel@tonic-gate /* #undef GSI */ 2680Sstevel@tonic-gate 2690Sstevel@tonic-gate /* Define this if you are using the Heimdal version of Kerberos V5 */ 2700Sstevel@tonic-gate /* #undef HEIMDAL */ 2710Sstevel@tonic-gate 2720Sstevel@tonic-gate /* Define if you want Kerberos 4 support */ 2730Sstevel@tonic-gate /* #undef KRB4 */ 2740Sstevel@tonic-gate 2750Sstevel@tonic-gate /* Define if you want AFS support */ 2760Sstevel@tonic-gate /* #undef AFS */ 2770Sstevel@tonic-gate 2780Sstevel@tonic-gate /* Define if you want S/Key support */ 2790Sstevel@tonic-gate /* #undef SKEY */ 2800Sstevel@tonic-gate 2810Sstevel@tonic-gate /* Define if you want TCP Wrappers support */ 282*5685Sjp161948 #define LIBWRAP 1 2830Sstevel@tonic-gate 2840Sstevel@tonic-gate /* Define if your libraries define login() */ 2850Sstevel@tonic-gate /* #undef HAVE_LOGIN */ 2860Sstevel@tonic-gate 2870Sstevel@tonic-gate /* Define if your libraries define daemon() */ 2880Sstevel@tonic-gate /* #undef HAVE_DAEMON */ 2890Sstevel@tonic-gate 2900Sstevel@tonic-gate /* Define if your libraries define getpagesize() */ 291*5685Sjp161948 #define HAVE_GETPAGESIZE 1 2920Sstevel@tonic-gate 2930Sstevel@tonic-gate /* Define if xauth is found in your path */ 294*5685Sjp161948 #define XAUTH_PATH "/usr/openwin/bin/xauth" 2950Sstevel@tonic-gate 2960Sstevel@tonic-gate /* Define if rsh is found in your path */ 297*5685Sjp161948 #define RSH_PATH "/usr/bin/rsh" 2980Sstevel@tonic-gate 2990Sstevel@tonic-gate /* Define if you want to allow MD5 passwords */ 3000Sstevel@tonic-gate /* #undef HAVE_MD5_PASSWORDS */ 3010Sstevel@tonic-gate 3020Sstevel@tonic-gate /* Define if you want to disable shadow passwords */ 3030Sstevel@tonic-gate /* #undef DISABLE_SHADOW */ 3040Sstevel@tonic-gate 3050Sstevel@tonic-gate /* Define if you want to use shadow password expire field */ 3060Sstevel@tonic-gate /* #undef HAS_SHADOW_EXPIRE */ 3070Sstevel@tonic-gate 3080Sstevel@tonic-gate /* Define if you have Digital Unix Security Integration Architecture */ 3090Sstevel@tonic-gate /* #undef HAVE_OSF_SIA */ 3100Sstevel@tonic-gate 3110Sstevel@tonic-gate /* Define if you have getpwanam(3) [SunOS 4.x] */ 3120Sstevel@tonic-gate /* #undef HAVE_GETPWANAM */ 3130Sstevel@tonic-gate 3140Sstevel@tonic-gate /* Define if you have an old version of PAM which takes only one argument */ 3150Sstevel@tonic-gate /* to pam_strerror */ 3160Sstevel@tonic-gate /* #undef HAVE_OLD_PAM */ 3170Sstevel@tonic-gate 3180Sstevel@tonic-gate /* Define if you are using Solaris-derived PAM which passes pam_messages */ 3190Sstevel@tonic-gate /* to the conversation function with an extra level of indirection */ 320*5685Sjp161948 #define PAM_SUN_CODEBASE 1 3210Sstevel@tonic-gate 3220Sstevel@tonic-gate /* Set this to your mail directory if you don't have maillock.h */ 3230Sstevel@tonic-gate /* #undef MAIL_DIRECTORY */ 3240Sstevel@tonic-gate 3250Sstevel@tonic-gate /* Data types */ 326*5685Sjp161948 #define HAVE_U_INT 1 327*5685Sjp161948 #define HAVE_INTXX_T 1 3280Sstevel@tonic-gate /* #undef HAVE_U_INTXX_T */ 329*5685Sjp161948 #define HAVE_UINTXX_T 1 330*5685Sjp161948 #define HAVE_INT64_T 1 3310Sstevel@tonic-gate /* #undef HAVE_U_INT64_T */ 332*5685Sjp161948 #define HAVE_U_CHAR 1 333*5685Sjp161948 #define HAVE_SIZE_T 1 334*5685Sjp161948 #define HAVE_SSIZE_T 1 335*5685Sjp161948 #define HAVE_CLOCK_T 1 336*5685Sjp161948 #define HAVE_MODE_T 1 337*5685Sjp161948 #define HAVE_PID_T 1 338*5685Sjp161948 #define HAVE_SA_FAMILY_T 1 339*5685Sjp161948 #define HAVE_STRUCT_SOCKADDR_STORAGE 1 340*5685Sjp161948 #define HAVE_STRUCT_ADDRINFO 1 341*5685Sjp161948 #define HAVE_STRUCT_IN6_ADDR 1 342*5685Sjp161948 #define HAVE_STRUCT_SOCKADDR_IN6 1 3430Sstevel@tonic-gate 3440Sstevel@tonic-gate /* Fields in struct sockaddr_storage */ 345*5685Sjp161948 #define HAVE_SS_FAMILY_IN_SS 1 3460Sstevel@tonic-gate /* #undef HAVE___SS_FAMILY_IN_SS */ 3470Sstevel@tonic-gate 3480Sstevel@tonic-gate /* Define if you have /dev/ptmx */ 349*5685Sjp161948 #define HAVE_DEV_PTMX 1 3500Sstevel@tonic-gate 3510Sstevel@tonic-gate /* Define if you have /dev/ptc */ 3520Sstevel@tonic-gate /* #undef HAVE_DEV_PTS_AND_PTC */ 3530Sstevel@tonic-gate 3540Sstevel@tonic-gate /* Define if you need to use IP address instead of hostname in $DISPLAY */ 3550Sstevel@tonic-gate /* #undef IPADDR_IN_DISPLAY */ 3560Sstevel@tonic-gate 3570Sstevel@tonic-gate /* Specify default $PATH */ 358*5685Sjp161948 #define USER_PATH "/usr/bin" 3590Sstevel@tonic-gate 3600Sstevel@tonic-gate /* Specify location of ssh.pid */ 361*5685Sjp161948 #define _PATH_SSH_PIDDIR "/var/run" 3620Sstevel@tonic-gate 3630Sstevel@tonic-gate /* Use IPv4 for connection by default, IPv6 can still if explicity asked */ 3640Sstevel@tonic-gate /* #undef IPV4_DEFAULT */ 3650Sstevel@tonic-gate 3660Sstevel@tonic-gate /* getaddrinfo is broken (if present) */ 3670Sstevel@tonic-gate /* #undef BROKEN_GETADDRINFO */ 3680Sstevel@tonic-gate 3690Sstevel@tonic-gate /* Workaround more Linux IPv6 quirks */ 3700Sstevel@tonic-gate /* #undef DONT_TRY_OTHER_AF */ 3710Sstevel@tonic-gate 3720Sstevel@tonic-gate /* Detect IPv4 in IPv6 mapped addresses and treat as IPv4 */ 373*5685Sjp161948 #define IPV4_IN_IPV6 1 3740Sstevel@tonic-gate 3750Sstevel@tonic-gate /* Define if you have BSD auth support */ 3760Sstevel@tonic-gate /* #undef BSD_AUTH */ 3770Sstevel@tonic-gate 3780Sstevel@tonic-gate /* Define if X11 doesn't support AF_UNIX sockets on that system */ 3790Sstevel@tonic-gate /* #undef NO_X11_UNIX_SOCKETS */ 3800Sstevel@tonic-gate 3810Sstevel@tonic-gate /* Define if the concept of ports only accessible to superusers isn't known */ 3820Sstevel@tonic-gate /* #undef NO_IPPORT_RESERVED_CONCEPT */ 3830Sstevel@tonic-gate 3840Sstevel@tonic-gate /* Needed for SCO and NeXT */ 3850Sstevel@tonic-gate /* #undef BROKEN_SAVED_UIDS */ 3860Sstevel@tonic-gate 3870Sstevel@tonic-gate /* Define if your system glob() function has the GLOB_ALTDIRFUNC extension */ 3880Sstevel@tonic-gate /* #undef GLOB_HAS_ALTDIRFUNC */ 3890Sstevel@tonic-gate 3900Sstevel@tonic-gate /* Define if your system glob() function has gl_matchc options in glob_t */ 3910Sstevel@tonic-gate /* #undef GLOB_HAS_GL_MATCHC */ 3920Sstevel@tonic-gate 393*5685Sjp161948 /* 394*5685Sjp161948 * Define in your struct dirent expects you to allocate extra space for 395*5685Sjp161948 * d_name 396*5685Sjp161948 */ 397*5685Sjp161948 #define BROKEN_ONE_BYTE_DIRENT_D_NAME 1 3980Sstevel@tonic-gate 3990Sstevel@tonic-gate /* Define if your getopt(3) defines and uses optreset */ 4000Sstevel@tonic-gate /* #undef HAVE_GETOPT_OPTRESET */ 4010Sstevel@tonic-gate 4020Sstevel@tonic-gate /* Define on *nto-qnx systems */ 4030Sstevel@tonic-gate /* #undef MISSING_NFDBITS */ 4040Sstevel@tonic-gate 4050Sstevel@tonic-gate /* Define on *nto-qnx systems */ 4060Sstevel@tonic-gate /* #undef MISSING_HOWMANY */ 4070Sstevel@tonic-gate 4080Sstevel@tonic-gate /* Define on *nto-qnx systems */ 4090Sstevel@tonic-gate /* #undef MISSING_FD_MASK */ 4100Sstevel@tonic-gate 4110Sstevel@tonic-gate /* Define if you want smartcard support */ 4120Sstevel@tonic-gate /* #undef SMARTCARD */ 4130Sstevel@tonic-gate 4140Sstevel@tonic-gate /* Define if you want smartcard support using sectok */ 4150Sstevel@tonic-gate /* #undef USE_SECTOK */ 4160Sstevel@tonic-gate 4175087Sjp161948 /* Use libedit for sftp */ 4185087Sjp161948 #undef USE_LIBEDIT 4195087Sjp161948 4200Sstevel@tonic-gate /* Define if you want smartcard support using OpenSC */ 4210Sstevel@tonic-gate /* #undef USE_OPENSC */ 4220Sstevel@tonic-gate 4230Sstevel@tonic-gate /* Define if you want to use OpenSSL's internally seeded PRNG only */ 424*5685Sjp161948 #define OPENSSL_PRNG_ONLY 1 4250Sstevel@tonic-gate 4260Sstevel@tonic-gate /* Define if you shouldn't strip 'tty' from your ttyname in [uw]tmp */ 4270Sstevel@tonic-gate /* #undef WITH_ABBREV_NO_TTY */ 4280Sstevel@tonic-gate 4290Sstevel@tonic-gate /* Define if you want a different $PATH for the superuser */ 430*5685Sjp161948 #define SUPERUSER_PATH "/usr/sbin:/usr/bin" 4310Sstevel@tonic-gate 4320Sstevel@tonic-gate /* Path that unprivileged child will chroot() to in privep mode */ 4330Sstevel@tonic-gate /* #undef PRIVSEP_PATH */ 4340Sstevel@tonic-gate 4350Sstevel@tonic-gate /* Define if your platform needs to skip post auth file descriptor passing */ 4360Sstevel@tonic-gate /* #undef DISABLE_FD_PASSING */ 4370Sstevel@tonic-gate 4380Sstevel@tonic-gate 4390Sstevel@tonic-gate /* Define to 1 if the `getpgrp' function requires zero arguments. */ 440*5685Sjp161948 #define GETPGRP_VOID 1 4410Sstevel@tonic-gate 4420Sstevel@tonic-gate /* Define to 1 if you have the `arc4random' function. */ 4430Sstevel@tonic-gate /* #undef HAVE_ARC4RANDOM */ 4440Sstevel@tonic-gate 4455087Sjp161948 /* Define to 1 if you have the `asprintf' function. */ 4465087Sjp161948 /* #undef HAVE_ASPRINTF */ 4475087Sjp161948 4480Sstevel@tonic-gate /* Define to 1 if you have the `b64_ntop' function. */ 4490Sstevel@tonic-gate /* #undef HAVE_B64_NTOP */ 4500Sstevel@tonic-gate 4510Sstevel@tonic-gate /* Define to 1 if you have the `bcopy' function. */ 452*5685Sjp161948 #define HAVE_BCOPY 1 4530Sstevel@tonic-gate 4540Sstevel@tonic-gate /* Define to 1 if you have the `bindresvport_sa' function. */ 4550Sstevel@tonic-gate /* #undef HAVE_BINDRESVPORT_SA */ 4560Sstevel@tonic-gate 4570Sstevel@tonic-gate /* Define to 1 if you have the <bstring.h> header file. */ 4580Sstevel@tonic-gate /* #undef HAVE_BSTRING_H */ 4590Sstevel@tonic-gate 4600Sstevel@tonic-gate /* Define to 1 if you have the `clock' function. */ 461*5685Sjp161948 #define HAVE_CLOCK 1 4620Sstevel@tonic-gate 4630Sstevel@tonic-gate /* Define to 1 if you have the <crypt.h> header file. */ 464*5685Sjp161948 #define HAVE_CRYPT_H 1 4650Sstevel@tonic-gate 4660Sstevel@tonic-gate /* Define to 1 if you have the `dirname' function. */ 467*5685Sjp161948 #define HAVE_DIRNAME 1 4680Sstevel@tonic-gate 4690Sstevel@tonic-gate /* Define to 1 if you have the <endian.h> header file. */ 4700Sstevel@tonic-gate /* #undef HAVE_ENDIAN_H */ 4710Sstevel@tonic-gate 4720Sstevel@tonic-gate /* Define to 1 if you have the `endutent' function. */ 473*5685Sjp161948 #define HAVE_ENDUTENT 1 4740Sstevel@tonic-gate 4750Sstevel@tonic-gate /* Define to 1 if you have the `endutxent' function. */ 476*5685Sjp161948 #define HAVE_ENDUTXENT 1 4770Sstevel@tonic-gate 4780Sstevel@tonic-gate /* Define to 1 if you have the `fchmod' function. */ 479*5685Sjp161948 #define HAVE_FCHMOD 1 4800Sstevel@tonic-gate 4810Sstevel@tonic-gate /* Define to 1 if you have the `fchown' function. */ 482*5685Sjp161948 #define HAVE_FCHOWN 1 4830Sstevel@tonic-gate 4840Sstevel@tonic-gate /* Define to 1 if you have the <floatingpoint.h> header file. */ 485*5685Sjp161948 #define HAVE_FLOATINGPOINT_H 1 4860Sstevel@tonic-gate 4870Sstevel@tonic-gate /* Define to 1 if you have the `freeaddrinfo' function. */ 488*5685Sjp161948 #define HAVE_FREEADDRINFO 1 4890Sstevel@tonic-gate 4900Sstevel@tonic-gate /* Define to 1 if you have the `futimes' function. */ 4910Sstevel@tonic-gate /* #undef HAVE_FUTIMES */ 4920Sstevel@tonic-gate 4930Sstevel@tonic-gate /* Define to 1 if you have the `gai_strerror' function. */ 494*5685Sjp161948 #define HAVE_GAI_STRERROR 1 4950Sstevel@tonic-gate 4960Sstevel@tonic-gate /* Define to 1 if you have the `getaddrinfo' function. */ 497*5685Sjp161948 #define HAVE_GETADDRINFO 1 4980Sstevel@tonic-gate 4990Sstevel@tonic-gate /* Define to 1 if you have the `getcwd' function. */ 500*5685Sjp161948 #define HAVE_GETCWD 1 5010Sstevel@tonic-gate 5020Sstevel@tonic-gate /* Define to 1 if you have the `getgrouplist' function. */ 5030Sstevel@tonic-gate /* #undef HAVE_GETGROUPLIST */ 5040Sstevel@tonic-gate 5050Sstevel@tonic-gate /* Define to 1 if you have the `getluid' function. */ 5060Sstevel@tonic-gate /* #undef HAVE_GETLUID */ 5070Sstevel@tonic-gate 5080Sstevel@tonic-gate /* Define to 1 if you have the `getnameinfo' function. */ 509*5685Sjp161948 #define HAVE_GETNAMEINFO 1 5100Sstevel@tonic-gate 5110Sstevel@tonic-gate /* Define to 1 if you have the `getopt' function. */ 512*5685Sjp161948 #define HAVE_GETOPT 1 5130Sstevel@tonic-gate 5140Sstevel@tonic-gate /* Define to 1 if you have the <getopt.h> header file. */ 5150Sstevel@tonic-gate /* #undef HAVE_GETOPT_H */ 5160Sstevel@tonic-gate 5170Sstevel@tonic-gate /* Define to 1 if you have the `getpeereid' function. */ 5180Sstevel@tonic-gate /* #undef HAVE_GETPEEREID */ 5190Sstevel@tonic-gate 5202757Sjp161948 /* Define to 1 if you have the `getpeerucred' function. */ 521*5685Sjp161948 #define HAVE_GETPEERUCRED 1 5222757Sjp161948 5230Sstevel@tonic-gate /* Define to 1 if you have the `getpwanam' function. */ 5240Sstevel@tonic-gate /* #undef HAVE_GETPWANAM */ 5250Sstevel@tonic-gate 5260Sstevel@tonic-gate /* Define to 1 if you have the `getrlimit' function. */ 527*5685Sjp161948 #define HAVE_GETRLIMIT 1 5280Sstevel@tonic-gate 5290Sstevel@tonic-gate /* Define to 1 if you have the `getrusage' function. */ 530*5685Sjp161948 #define HAVE_GETRUSAGE 1 5310Sstevel@tonic-gate 5320Sstevel@tonic-gate /* Define to 1 if you have the `gettimeofday' function. */ 533*5685Sjp161948 #define HAVE_GETTIMEOFDAY 1 5340Sstevel@tonic-gate 5350Sstevel@tonic-gate /* Define to 1 if you have the `getttyent' function. */ 5360Sstevel@tonic-gate /* #undef HAVE_GETTTYENT */ 5370Sstevel@tonic-gate 5380Sstevel@tonic-gate /* Define to 1 if you have the `getutent' function. */ 539*5685Sjp161948 #define HAVE_GETUTENT 1 5400Sstevel@tonic-gate 5410Sstevel@tonic-gate /* Define to 1 if you have the `getutid' function. */ 542*5685Sjp161948 #define HAVE_GETUTID 1 5430Sstevel@tonic-gate 5440Sstevel@tonic-gate /* Define to 1 if you have the `getutline' function. */ 545*5685Sjp161948 #define HAVE_GETUTLINE 1 5460Sstevel@tonic-gate 5470Sstevel@tonic-gate /* Define to 1 if you have the `getutxent' function. */ 548*5685Sjp161948 #define HAVE_GETUTXENT 1 5490Sstevel@tonic-gate 5500Sstevel@tonic-gate /* Define to 1 if you have the `getutxid' function. */ 551*5685Sjp161948 #define HAVE_GETUTXID 1 5520Sstevel@tonic-gate 5530Sstevel@tonic-gate /* Define to 1 if you have the `getutxline' function. */ 554*5685Sjp161948 #define HAVE_GETUTXLINE 1 5550Sstevel@tonic-gate 5560Sstevel@tonic-gate /* Define to 1 if you have the `glob' function. */ 557*5685Sjp161948 #define HAVE_GLOB 1 5580Sstevel@tonic-gate 5590Sstevel@tonic-gate /* Define to 1 if you have the <glob.h> header file. */ 560*5685Sjp161948 #define HAVE_GLOB_H 1 5610Sstevel@tonic-gate 5620Sstevel@tonic-gate /* Define to 1 if you have the <ia.h> header file. */ 5630Sstevel@tonic-gate /* #undef HAVE_IA_H */ 5640Sstevel@tonic-gate 5650Sstevel@tonic-gate /* Define to 1 if you have the `inet_aton' function. */ 5660Sstevel@tonic-gate /* #undef HAVE_INET_ATON */ 5670Sstevel@tonic-gate 5680Sstevel@tonic-gate /* Define to 1 if you have the `inet_ntoa' function. */ 569*5685Sjp161948 #define HAVE_INET_NTOA 1 5700Sstevel@tonic-gate 5710Sstevel@tonic-gate /* Define to 1 if you have the `inet_ntop' function. */ 572*5685Sjp161948 #define HAVE_INET_NTOP 1 5730Sstevel@tonic-gate 5740Sstevel@tonic-gate /* Define to 1 if you have the `innetgr' function. */ 575*5685Sjp161948 #define HAVE_INNETGR 1 5760Sstevel@tonic-gate 5770Sstevel@tonic-gate /* Define to 1 if you have the <inttypes.h> header file. */ 578*5685Sjp161948 #define HAVE_INTTYPES_H 1 5790Sstevel@tonic-gate 5800Sstevel@tonic-gate /* Define to 1 if you have the <krb.h> header file. */ 5810Sstevel@tonic-gate /* #undef HAVE_KRB_H */ 5820Sstevel@tonic-gate 5830Sstevel@tonic-gate /* Define to 1 if you have the <lastlog.h> header file. */ 584*5685Sjp161948 #define HAVE_LASTLOG_H 1 5850Sstevel@tonic-gate 5860Sstevel@tonic-gate /* Define to 1 if you have the `crypt' library (-lcrypt). */ 5870Sstevel@tonic-gate /* #undef HAVE_LIBCRYPT */ 5880Sstevel@tonic-gate 5890Sstevel@tonic-gate /* Define to 1 if you have the `des' library (-ldes). */ 5900Sstevel@tonic-gate /* #undef HAVE_LIBDES */ 5910Sstevel@tonic-gate 5920Sstevel@tonic-gate /* Define to 1 if you have the `des425' library (-ldes425). */ 5930Sstevel@tonic-gate /* #undef HAVE_LIBDES425 */ 5940Sstevel@tonic-gate 5950Sstevel@tonic-gate /* Define to 1 if you have the `dl' library (-ldl). */ 596*5685Sjp161948 #define HAVE_LIBDL 1 5970Sstevel@tonic-gate 5980Sstevel@tonic-gate /* Define to 1 if you have the <libgen.h> header file. */ 599*5685Sjp161948 #define HAVE_LIBGEN_H 1 6000Sstevel@tonic-gate 6010Sstevel@tonic-gate /* Define to 1 if you have the `krb' library (-lkrb). */ 6020Sstevel@tonic-gate /* #undef HAVE_LIBKRB */ 6030Sstevel@tonic-gate 6040Sstevel@tonic-gate /* Define to 1 if you have the `krb4' library (-lkrb4). */ 6050Sstevel@tonic-gate /* #undef HAVE_LIBKRB4 */ 6060Sstevel@tonic-gate 6070Sstevel@tonic-gate /* Define to 1 if you have the `nsl' library (-lnsl). */ 608*5685Sjp161948 #define HAVE_LIBNSL 1 6090Sstevel@tonic-gate 6100Sstevel@tonic-gate /* Define to 1 if you have the `pam' library (-lpam). */ 611*5685Sjp161948 #define HAVE_LIBPAM 1 6120Sstevel@tonic-gate 6130Sstevel@tonic-gate /* Define to 1 if you have the `resolv' library (-lresolv). */ 6140Sstevel@tonic-gate /* #undef HAVE_LIBRESOLV */ 6150Sstevel@tonic-gate 6160Sstevel@tonic-gate /* Define to 1 if you have the `sectok' library (-lsectok). */ 6170Sstevel@tonic-gate /* #undef HAVE_LIBSECTOK */ 6180Sstevel@tonic-gate 6190Sstevel@tonic-gate /* Define to 1 if you have the `socket' library (-lsocket). */ 620*5685Sjp161948 #define HAVE_LIBSOCKET 1 6210Sstevel@tonic-gate 6220Sstevel@tonic-gate /* Define to 1 if you have the <libutil.h> header file. */ 6230Sstevel@tonic-gate /* #undef HAVE_LIBUTIL_H */ 6240Sstevel@tonic-gate 6250Sstevel@tonic-gate /* Define to 1 if you have the `xnet' library (-lxnet). */ 6260Sstevel@tonic-gate /* #undef HAVE_LIBXNET */ 6270Sstevel@tonic-gate 6280Sstevel@tonic-gate /* Define to 1 if you have the `z' library (-lz). */ 629*5685Sjp161948 #define HAVE_LIBZ 1 6300Sstevel@tonic-gate 6310Sstevel@tonic-gate /* Define to 1 if you have the <limits.h> header file. */ 632*5685Sjp161948 #define HAVE_LIMITS_H 1 6330Sstevel@tonic-gate 6340Sstevel@tonic-gate /* Define to 1 if you have the <login_cap.h> header file. */ 6350Sstevel@tonic-gate /* #undef HAVE_LOGIN_CAP_H */ 6360Sstevel@tonic-gate 6370Sstevel@tonic-gate /* Define to 1 if you have the `login_getcapbool' function. */ 6380Sstevel@tonic-gate /* #undef HAVE_LOGIN_GETCAPBOOL */ 6390Sstevel@tonic-gate 6400Sstevel@tonic-gate /* Define to 1 if you have the <login.h> header file. */ 6410Sstevel@tonic-gate /* #undef HAVE_LOGIN_H */ 6420Sstevel@tonic-gate 6430Sstevel@tonic-gate /* Define to 1 if you have the `logout' function. */ 6440Sstevel@tonic-gate /* #undef HAVE_LOGOUT */ 6450Sstevel@tonic-gate 6460Sstevel@tonic-gate /* Define to 1 if you have the `logwtmp' function. */ 6470Sstevel@tonic-gate /* #undef HAVE_LOGWTMP */ 6480Sstevel@tonic-gate 6490Sstevel@tonic-gate /* Define to 1 if you have the <maillock.h> header file. */ 650*5685Sjp161948 #define HAVE_MAILLOCK_H 1 6510Sstevel@tonic-gate 6520Sstevel@tonic-gate /* Define to 1 if you have the `md5_crypt' function. */ 6530Sstevel@tonic-gate /* #undef HAVE_MD5_CRYPT */ 6540Sstevel@tonic-gate 6550Sstevel@tonic-gate /* Define to 1 if you have the `memmove' function. */ 656*5685Sjp161948 #define HAVE_MEMMOVE 1 6570Sstevel@tonic-gate 6580Sstevel@tonic-gate /* Define to 1 if you have the <memory.h> header file. */ 659*5685Sjp161948 #define HAVE_MEMORY_H 1 6600Sstevel@tonic-gate 661*5685Sjp161948 /* Define to 1 if you have mkstemp, mkstemps and mkdtemp */ 662*5685Sjp161948 #define HAVE_MKDTEMP 1 6630Sstevel@tonic-gate 6640Sstevel@tonic-gate /* Define to 1 if you have the `mmap' function. */ 665*5685Sjp161948 #define HAVE_MMAP 1 6660Sstevel@tonic-gate 6670Sstevel@tonic-gate /* Define to 1 if you have the <netdb.h> header file. */ 668*5685Sjp161948 #define HAVE_NETDB_H 1 6690Sstevel@tonic-gate 6700Sstevel@tonic-gate /* Define to 1 if you have the <netgroup.h> header file. */ 6710Sstevel@tonic-gate /* #undef HAVE_NETGROUP_H */ 6720Sstevel@tonic-gate 6730Sstevel@tonic-gate /* Define to 1 if you have the <netinet/in_systm.h> header file. */ 674*5685Sjp161948 #define HAVE_NETINET_IN_SYSTM_H 1 6750Sstevel@tonic-gate 6760Sstevel@tonic-gate /* Define to 1 if you have the `ngetaddrinfo' function. */ 6770Sstevel@tonic-gate /* #undef HAVE_NGETADDRINFO */ 6780Sstevel@tonic-gate 6790Sstevel@tonic-gate /* Define to 1 if you have the `ogetaddrinfo' function. */ 6800Sstevel@tonic-gate /* #undef HAVE_OGETADDRINFO */ 6810Sstevel@tonic-gate 6820Sstevel@tonic-gate /* Define to 1 if you have the `openpty' function. */ 6830Sstevel@tonic-gate /* #undef HAVE_OPENPTY */ 6840Sstevel@tonic-gate 6850Sstevel@tonic-gate /* Define to 1 if you have the `pam_getenvlist' function. */ 686*5685Sjp161948 #define HAVE_PAM_GETENVLIST 1 6870Sstevel@tonic-gate 6880Sstevel@tonic-gate /* Define to 1 if you have the <paths.h> header file. */ 6890Sstevel@tonic-gate /* #undef HAVE_PATHS_H */ 6900Sstevel@tonic-gate 6910Sstevel@tonic-gate /* Define to 1 if you have the <pty.h> header file. */ 6920Sstevel@tonic-gate /* #undef HAVE_PTY_H */ 6930Sstevel@tonic-gate 6940Sstevel@tonic-gate /* Define to 1 if you have the `pututline' function. */ 695*5685Sjp161948 #define HAVE_PUTUTLINE 1 6960Sstevel@tonic-gate 6970Sstevel@tonic-gate /* Define to 1 if you have the `pututxline' function. */ 698*5685Sjp161948 #define HAVE_PUTUTXLINE 1 6990Sstevel@tonic-gate 7000Sstevel@tonic-gate /* Define to 1 if you have the `readpassphrase' function. */ 7010Sstevel@tonic-gate /* #undef HAVE_READPASSPHRASE */ 7020Sstevel@tonic-gate 7030Sstevel@tonic-gate /* Define to 1 if you have the <readpassphrase.h> header file. */ 7040Sstevel@tonic-gate /* #undef HAVE_READPASSPHRASE_H */ 7050Sstevel@tonic-gate 7060Sstevel@tonic-gate /* Define to 1 if you have the `realpath' function. */ 707*5685Sjp161948 #define HAVE_REALPATH 1 7080Sstevel@tonic-gate 7090Sstevel@tonic-gate /* Define to 1 if you have the `recvmsg' function. */ 710*5685Sjp161948 #define HAVE_RECVMSG 1 7110Sstevel@tonic-gate 7120Sstevel@tonic-gate /* Define to 1 if you have the <rpc/types.h> header file. */ 713*5685Sjp161948 #define HAVE_RPC_TYPES_H 1 7140Sstevel@tonic-gate 7150Sstevel@tonic-gate /* Define to 1 if you have the `rresvport_af' function. */ 716*5685Sjp161948 #define HAVE_RRESVPORT_AF 1 7170Sstevel@tonic-gate 7180Sstevel@tonic-gate /* Define to 1 if you have the <sectok.h> header file. */ 7190Sstevel@tonic-gate /* #undef HAVE_SECTOK_H */ 7200Sstevel@tonic-gate 7210Sstevel@tonic-gate /* Define to 1 if you have the <security/pam_appl.h> header file. */ 722*5685Sjp161948 #define HAVE_SECURITY_PAM_APPL_H 1 7230Sstevel@tonic-gate 7240Sstevel@tonic-gate /* Define to 1 if you have the `sendmsg' function. */ 725*5685Sjp161948 #define HAVE_SENDMSG 1 7260Sstevel@tonic-gate 7270Sstevel@tonic-gate /* Define to 1 if you have the `setdtablesize' function. */ 7280Sstevel@tonic-gate /* #undef HAVE_SETDTABLESIZE */ 7290Sstevel@tonic-gate 7300Sstevel@tonic-gate /* Define to 1 if you have the `setegid' function. */ 731*5685Sjp161948 #define HAVE_SETEGID 1 7320Sstevel@tonic-gate 7330Sstevel@tonic-gate /* Define to 1 if you have the `setenv' function. */ 734*5685Sjp161948 #define HAVE_SETENV 1 7350Sstevel@tonic-gate 7360Sstevel@tonic-gate /* Define to 1 if you have the `seteuid' function. */ 737*5685Sjp161948 #define HAVE_SETEUID 1 7380Sstevel@tonic-gate 7390Sstevel@tonic-gate /* Define to 1 if you have the `setgroups' function. */ 740*5685Sjp161948 #define HAVE_SETGROUPS 1 7410Sstevel@tonic-gate 7420Sstevel@tonic-gate /* Define to 1 if you have the `setlogin' function. */ 7430Sstevel@tonic-gate /* #undef HAVE_SETLOGIN */ 7440Sstevel@tonic-gate 7450Sstevel@tonic-gate /* Define to 1 if you have the `setluid' function. */ 7460Sstevel@tonic-gate /* #undef HAVE_SETLUID */ 7470Sstevel@tonic-gate 7480Sstevel@tonic-gate /* Define to 1 if you have the `setpcred' function. */ 7490Sstevel@tonic-gate /* #undef HAVE_SETPCRED */ 7500Sstevel@tonic-gate 7510Sstevel@tonic-gate /* Define to 1 if you have the `setproctitle' function. */ 7520Sstevel@tonic-gate /* #undef HAVE_SETPROCTITLE */ 7530Sstevel@tonic-gate 7540Sstevel@tonic-gate /* Define to 1 if you have the `setresgid' function. */ 7550Sstevel@tonic-gate /* #undef HAVE_SETRESGID */ 7560Sstevel@tonic-gate 7570Sstevel@tonic-gate /* Define to 1 if you have the `setreuid' function. */ 758*5685Sjp161948 #define HAVE_SETREUID 1 7590Sstevel@tonic-gate 7600Sstevel@tonic-gate /* Define to 1 if you have the `setrlimit' function. */ 761*5685Sjp161948 #define HAVE_SETRLIMIT 1 7620Sstevel@tonic-gate 7630Sstevel@tonic-gate /* Define to 1 if you have the `setsid' function. */ 764*5685Sjp161948 #define HAVE_SETSID 1 7650Sstevel@tonic-gate 7660Sstevel@tonic-gate /* Define to 1 if you have the `setutent' function. */ 767*5685Sjp161948 #define HAVE_SETUTENT 1 7680Sstevel@tonic-gate 7690Sstevel@tonic-gate /* Define to 1 if you have the `setutxent' function. */ 770*5685Sjp161948 #define HAVE_SETUTXENT 1 7710Sstevel@tonic-gate 7720Sstevel@tonic-gate /* Define to 1 if you have the `setvbuf' function. */ 773*5685Sjp161948 #define HAVE_SETVBUF 1 7740Sstevel@tonic-gate 7750Sstevel@tonic-gate /* Define to 1 if you have the <shadow.h> header file. */ 776*5685Sjp161948 #define HAVE_SHADOW_H 1 7770Sstevel@tonic-gate 7780Sstevel@tonic-gate /* Define to 1 if you have the `sigaction' function. */ 779*5685Sjp161948 #define HAVE_SIGACTION 1 7800Sstevel@tonic-gate 7810Sstevel@tonic-gate /* Define to 1 if you have the `sigvec' function. */ 7820Sstevel@tonic-gate /* #undef HAVE_SIGVEC */ 7830Sstevel@tonic-gate 7840Sstevel@tonic-gate /* Define to 1 if the system has the type `sig_atomic_t'. */ 785*5685Sjp161948 #define HAVE_SIG_ATOMIC_T 1 7860Sstevel@tonic-gate 7870Sstevel@tonic-gate /* Define to 1 if you have the `snprintf' function. */ 788*5685Sjp161948 #define HAVE_SNPRINTF 1 7890Sstevel@tonic-gate 7900Sstevel@tonic-gate /* Define to 1 if you have the `socketpair' function. */ 791*5685Sjp161948 #define HAVE_SOCKETPAIR 1 7920Sstevel@tonic-gate 7930Sstevel@tonic-gate /* Define to 1 if you have the <stddef.h> header file. */ 794*5685Sjp161948 #define HAVE_STDDEF_H 1 7950Sstevel@tonic-gate 7960Sstevel@tonic-gate /* Define to 1 if you have the <stdint.h> header file. */ 7970Sstevel@tonic-gate /* #undef HAVE_STDINT_H */ 7980Sstevel@tonic-gate 7990Sstevel@tonic-gate /* Define to 1 if you have the <stdlib.h> header file. */ 800*5685Sjp161948 #define HAVE_STDLIB_H 1 8010Sstevel@tonic-gate 8020Sstevel@tonic-gate /* Define to 1 if you have the `strerror' function. */ 803*5685Sjp161948 #define HAVE_STRERROR 1 8040Sstevel@tonic-gate 8050Sstevel@tonic-gate /* Define to 1 if you have the `strftime' function. */ 806*5685Sjp161948 #define HAVE_STRFTIME 1 8070Sstevel@tonic-gate 8080Sstevel@tonic-gate /* Define to 1 if you have the <strings.h> header file. */ 809*5685Sjp161948 #define HAVE_STRINGS_H 1 8100Sstevel@tonic-gate 8110Sstevel@tonic-gate /* Define to 1 if you have the <string.h> header file. */ 812*5685Sjp161948 #define HAVE_STRING_H 1 8130Sstevel@tonic-gate 8140Sstevel@tonic-gate /* Define to 1 if you have the `strlcat' function. */ 815*5685Sjp161948 #define HAVE_STRLCAT 1 8160Sstevel@tonic-gate 8170Sstevel@tonic-gate /* Define to 1 if you have the `strlcpy' function. */ 818*5685Sjp161948 #define HAVE_STRLCPY 1 8190Sstevel@tonic-gate 8200Sstevel@tonic-gate /* Define to 1 if you have the `strmode' function. */ 8210Sstevel@tonic-gate /* #undef HAVE_STRMODE */ 8220Sstevel@tonic-gate 8230Sstevel@tonic-gate /* Define to 1 if you have the `strsep' function. */ 8240Sstevel@tonic-gate /* #undef HAVE_STRSEP */ 8250Sstevel@tonic-gate 8260Sstevel@tonic-gate /* Define to 1 if `st_blksize' is member of `struct stat'. */ 827*5685Sjp161948 #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 8280Sstevel@tonic-gate 8290Sstevel@tonic-gate /* Define to 1 if you have the `sysconf' function. */ 830*5685Sjp161948 #define HAVE_SYSCONF 1 8310Sstevel@tonic-gate 8320Sstevel@tonic-gate /* Define to 1 if you have the <sys/bitypes.h> header file. */ 8330Sstevel@tonic-gate /* #undef HAVE_SYS_BITYPES_H */ 8340Sstevel@tonic-gate 8350Sstevel@tonic-gate /* Define to 1 if you have the <sys/bsdtty.h> header file. */ 8360Sstevel@tonic-gate /* #undef HAVE_SYS_BSDTTY_H */ 8370Sstevel@tonic-gate 8380Sstevel@tonic-gate /* Define to 1 if you have the <sys/cdefs.h> header file. */ 8390Sstevel@tonic-gate /* #undef HAVE_SYS_CDEFS_H */ 8400Sstevel@tonic-gate 8410Sstevel@tonic-gate 8420Sstevel@tonic-gate /* Define to 1 if you have the <sys/mman.h> header file. */ 843*5685Sjp161948 #define HAVE_SYS_MMAN_H 1 8440Sstevel@tonic-gate 8450Sstevel@tonic-gate /* Define to 1 if you have the <sys/select.h> header file. */ 846*5685Sjp161948 #define HAVE_SYS_SELECT_H 1 8470Sstevel@tonic-gate 8480Sstevel@tonic-gate /* Define to 1 if you have the <sys/stat.h> header file. */ 849*5685Sjp161948 #define HAVE_SYS_STAT_H 1 8500Sstevel@tonic-gate 8510Sstevel@tonic-gate /* Define to 1 if you have the <sys/stropts.h> header file. */ 852*5685Sjp161948 #define HAVE_SYS_STROPTS_H 1 8530Sstevel@tonic-gate 8540Sstevel@tonic-gate /* Define to 1 if you have the <sys/sysmacros.h> header file. */ 855*5685Sjp161948 #define HAVE_SYS_SYSMACROS_H 1 8560Sstevel@tonic-gate 8570Sstevel@tonic-gate /* Define to 1 if you have the <sys/time.h> header file. */ 858*5685Sjp161948 #define HAVE_SYS_TIME_H 1 8590Sstevel@tonic-gate 8600Sstevel@tonic-gate /* Define to 1 if you have the <sys/types.h> header file. */ 861*5685Sjp161948 #define HAVE_SYS_TYPES_H 1 8620Sstevel@tonic-gate 8630Sstevel@tonic-gate /* Define to 1 if you have the <sys/un.h> header file. */ 864*5685Sjp161948 #define HAVE_SYS_UN_H 1 8650Sstevel@tonic-gate 8660Sstevel@tonic-gate /* Define to 1 if you have the `tcgetpgrp' function. */ 867*5685Sjp161948 #define HAVE_TCGETPGRP 1 8680Sstevel@tonic-gate 8690Sstevel@tonic-gate /* Define to 1 if you have the `time' function. */ 870*5685Sjp161948 #define HAVE_TIME 1 8710Sstevel@tonic-gate 8720Sstevel@tonic-gate /* Define to 1 if you have the <time.h> header file. */ 873*5685Sjp161948 #define HAVE_TIME_H 1 8740Sstevel@tonic-gate 8750Sstevel@tonic-gate /* Define to 1 if you have the <tmpdir.h> header file. */ 8760Sstevel@tonic-gate /* #undef HAVE_TMPDIR_H */ 8770Sstevel@tonic-gate 8780Sstevel@tonic-gate /* Define to 1 if you have the `truncate' function. */ 879*5685Sjp161948 #define HAVE_TRUNCATE 1 8800Sstevel@tonic-gate 8810Sstevel@tonic-gate /* Define to 1 if you have the <ttyent.h> header file. */ 8820Sstevel@tonic-gate /* #undef HAVE_TTYENT_H */ 8830Sstevel@tonic-gate 8842757Sjp161948 /* Define to 1 if you have the <ucred.h> header file. */ 885*5685Sjp161948 #define HAVE_UCRED_H 1 8862757Sjp161948 8870Sstevel@tonic-gate /* Define to 1 if you have the <unistd.h> header file. */ 888*5685Sjp161948 #define HAVE_UNISTD_H 1 8890Sstevel@tonic-gate 8900Sstevel@tonic-gate /* Define to 1 if you have the `updwtmp' function. */ 891*5685Sjp161948 #define HAVE_UPDWTMP 1 8920Sstevel@tonic-gate 8930Sstevel@tonic-gate /* Define to 1 if you have the <usersec.h> header file. */ 8940Sstevel@tonic-gate /* #undef HAVE_USERSEC_H */ 8950Sstevel@tonic-gate 8960Sstevel@tonic-gate /* Define to 1 if you have the <util.h> header file. */ 8970Sstevel@tonic-gate /* #undef HAVE_UTIL_H */ 8980Sstevel@tonic-gate 8990Sstevel@tonic-gate /* Define to 1 if you have the `utimes' function. */ 900*5685Sjp161948 #define HAVE_UTIMES 1 9010Sstevel@tonic-gate 9020Sstevel@tonic-gate /* Define to 1 if you have the <utime.h> header file. */ 903*5685Sjp161948 #define HAVE_UTIME_H 1 9040Sstevel@tonic-gate 9050Sstevel@tonic-gate /* Define to 1 if you have the `utmpname' function. */ 906*5685Sjp161948 #define HAVE_UTMPNAME 1 9070Sstevel@tonic-gate 9080Sstevel@tonic-gate /* Define to 1 if you have the `utmpxname' function. */ 909*5685Sjp161948 #define HAVE_UTMPXNAME 1 9100Sstevel@tonic-gate 9110Sstevel@tonic-gate /* Define to 1 if you have the <utmpx.h> header file. */ 912*5685Sjp161948 #define HAVE_UTMPX_H 1 9130Sstevel@tonic-gate 9140Sstevel@tonic-gate /* Define to 1 if you have the <utmp.h> header file. */ 915*5685Sjp161948 #define HAVE_UTMP_H 1 9160Sstevel@tonic-gate 9175087Sjp161948 /* Define to 1 if you have the `vasprintf' function. */ 9185087Sjp161948 /* #undef HAVE_VASPRINTF */ 9195087Sjp161948 9200Sstevel@tonic-gate /* Define to 1 if you have the `vhangup' function. */ 921*5685Sjp161948 #define HAVE_VHANGUP 1 9220Sstevel@tonic-gate 9230Sstevel@tonic-gate /* Define to 1 if you have the `vsnprintf' function. */ 924*5685Sjp161948 #define HAVE_VSNPRINTF 1 9250Sstevel@tonic-gate 9260Sstevel@tonic-gate /* Define to 1 if you have the `waitpid' function. */ 927*5685Sjp161948 #define HAVE_WAITPID 1 9280Sstevel@tonic-gate 9290Sstevel@tonic-gate /* Define to 1 if you have the `_getpty' function. */ 9300Sstevel@tonic-gate /* #undef HAVE__GETPTY */ 9310Sstevel@tonic-gate 9320Sstevel@tonic-gate /* Define to 1 if you have the `__b64_ntop' function. */ 9330Sstevel@tonic-gate /* #undef HAVE___B64_NTOP */ 9340Sstevel@tonic-gate 9350Sstevel@tonic-gate /* Define to the address where bug reports for this package should be sent. */ 936*5685Sjp161948 #define PACKAGE_BUGREPORT "" 9370Sstevel@tonic-gate 9380Sstevel@tonic-gate /* Define to the full name of this package. */ 939*5685Sjp161948 #define PACKAGE_NAME "" 9400Sstevel@tonic-gate 9410Sstevel@tonic-gate /* Define to the full name and version of this package. */ 942*5685Sjp161948 #define PACKAGE_STRING "" 9430Sstevel@tonic-gate 9440Sstevel@tonic-gate /* Define to the one symbol short name of this package. */ 945*5685Sjp161948 #define PACKAGE_TARNAME "" 9460Sstevel@tonic-gate 9470Sstevel@tonic-gate /* Define to the version of this package. */ 948*5685Sjp161948 #define PACKAGE_VERSION "" 9490Sstevel@tonic-gate 9500Sstevel@tonic-gate /* The size of a `char', as computed by sizeof. */ 951*5685Sjp161948 #define SIZEOF_CHAR 1 9520Sstevel@tonic-gate 9530Sstevel@tonic-gate /* The size of a `int', as computed by sizeof. */ 954*5685Sjp161948 #define SIZEOF_INT 4 9550Sstevel@tonic-gate 9560Sstevel@tonic-gate /* The size of a `long int', as computed by sizeof. */ 957*5685Sjp161948 #define SIZEOF_LONG_INT 4 9580Sstevel@tonic-gate 9590Sstevel@tonic-gate /* The size of a `long long int', as computed by sizeof. */ 960*5685Sjp161948 #define SIZEOF_LONG_LONG_INT 8 9610Sstevel@tonic-gate 9620Sstevel@tonic-gate /* The size of a `short int', as computed by sizeof. */ 963*5685Sjp161948 #define SIZEOF_SHORT_INT 2 9640Sstevel@tonic-gate 9650Sstevel@tonic-gate /* Define to 1 if you have the ANSI C header files. */ 966*5685Sjp161948 #define STDC_HEADERS 1 9670Sstevel@tonic-gate 968*5685Sjp161948 /* 969*5685Sjp161948 * Define to 1 if your processor stores words with the most significant byte 970*5685Sjp161948 * first (like Motorola and SPARC, unlike Intel and VAX). 971*5685Sjp161948 */ 972*5685Sjp161948 #define WORDS_BIGENDIAN 1 9730Sstevel@tonic-gate 9740Sstevel@tonic-gate /* Number of bits in a file offset, on hosts where this is settable. */ 975*5685Sjp161948 #define _FILE_OFFSET_BITS 64 9760Sstevel@tonic-gate 9770Sstevel@tonic-gate /* Define for large files, on AIX-style hosts. */ 9780Sstevel@tonic-gate /* #undef _LARGE_FILES */ 9790Sstevel@tonic-gate 980*5685Sjp161948 /* 981*5685Sjp161948 * Define as `__inline' if that's what the C compiler calls it, or to nothing if 982*5685Sjp161948 * it is not supported. 983*5685Sjp161948 */ 9840Sstevel@tonic-gate /* #undef inline */ 9850Sstevel@tonic-gate 9860Sstevel@tonic-gate /* type to use in place of socklen_t if not defined */ 9870Sstevel@tonic-gate /* #undef socklen_t */ 9880Sstevel@tonic-gate 9890Sstevel@tonic-gate /* Define for BSM auditing (Solaris) support */ 990*5685Sjp161948 #define HAVE_BSM 1 9910Sstevel@tonic-gate 9920Sstevel@tonic-gate /* Define if compiling in ON */ 993*5685Sjp161948 #define SUNW_SSH 1 9941475Scasper 9950Sstevel@tonic-gate /* ******************* Shouldn't need to edit below this line ************** */ 9960Sstevel@tonic-gate 9970Sstevel@tonic-gate #ifdef __cplusplus 9980Sstevel@tonic-gate } 9990Sstevel@tonic-gate #endif 10000Sstevel@tonic-gate 10010Sstevel@tonic-gate #endif /* _CONFIG_H */ 1002