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 /* 58546SRoger.Faulkner@Sun.COM * Copyright 2009 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 #ifdef __cplusplus 130Sstevel@tonic-gate extern "C" { 140Sstevel@tonic-gate #endif 150Sstevel@tonic-gate 160Sstevel@tonic-gate 170Sstevel@tonic-gate /* Generated automatically from acconfig.h by autoheader. */ 180Sstevel@tonic-gate /* Please make your changes there */ 190Sstevel@tonic-gate 200Sstevel@tonic-gate 210Sstevel@tonic-gate /* Define to a Set Process Title type if your system is */ 220Sstevel@tonic-gate /* supported by bsd-setproctitle.c */ 230Sstevel@tonic-gate /* #undef SPT_TYPE */ 240Sstevel@tonic-gate 250Sstevel@tonic-gate /* setgroups() NOOP allowed */ 260Sstevel@tonic-gate /* #undef SETGROUPS_NOOP */ 270Sstevel@tonic-gate 280Sstevel@tonic-gate /* SCO workaround */ 290Sstevel@tonic-gate /* #undef BROKEN_SYS_TERMIO_H */ 300Sstevel@tonic-gate 310Sstevel@tonic-gate /* Define if you have SecureWare-based protected password database */ 320Sstevel@tonic-gate /* #undef HAVE_SECUREWARE */ 330Sstevel@tonic-gate 340Sstevel@tonic-gate /* If your header files don't define LOGIN_PROGRAM, then use this (detected) */ 350Sstevel@tonic-gate /* from environment and PATH */ 365685Sjp161948 #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login" 370Sstevel@tonic-gate 380Sstevel@tonic-gate /* Define if your password has a pw_class field */ 390Sstevel@tonic-gate /* #undef HAVE_PW_CLASS_IN_PASSWD */ 400Sstevel@tonic-gate 410Sstevel@tonic-gate /* Define if your password has a pw_expire field */ 420Sstevel@tonic-gate /* #undef HAVE_PW_EXPIRE_IN_PASSWD */ 430Sstevel@tonic-gate 440Sstevel@tonic-gate /* Define if your password has a pw_change field */ 450Sstevel@tonic-gate /* #undef HAVE_PW_CHANGE_IN_PASSWD */ 460Sstevel@tonic-gate 470Sstevel@tonic-gate /* Define if your system uses access rights style file descriptor passing */ 485685Sjp161948 #define HAVE_ACCRIGHTS_IN_MSGHDR 1 490Sstevel@tonic-gate 500Sstevel@tonic-gate /* Define if your system uses ancillary data style file descriptor passing */ 510Sstevel@tonic-gate /* #undef HAVE_CONTROL_IN_MSGHDR */ 520Sstevel@tonic-gate 530Sstevel@tonic-gate /* Define if you system's inet_ntoa is busted (e.g. Irix gcc issue) */ 540Sstevel@tonic-gate /* #undef BROKEN_INET_NTOA */ 550Sstevel@tonic-gate 560Sstevel@tonic-gate /* Define if your system defines sys_errlist[] */ 575685Sjp161948 #define HAVE_SYS_ERRLIST 1 580Sstevel@tonic-gate 590Sstevel@tonic-gate /* Define if your system defines sys_nerr */ 605685Sjp161948 #define HAVE_SYS_NERR 1 610Sstevel@tonic-gate 620Sstevel@tonic-gate /* Define if your system choked on IP TOS setting */ 635685Sjp161948 #define IP_TOS_IS_BROKEN 1 640Sstevel@tonic-gate 650Sstevel@tonic-gate /* Define if you have the getuserattr function. */ 660Sstevel@tonic-gate /* #undef HAVE_GETUSERATTR */ 670Sstevel@tonic-gate 680Sstevel@tonic-gate /* Work around problematic Linux PAM modules handling of PAM_TTY */ 695685Sjp161948 #define PAM_TTY_KLUDGE 1 700Sstevel@tonic-gate 710Sstevel@tonic-gate /* Use PIPES instead of a socketpair() */ 720Sstevel@tonic-gate /* #undef USE_PIPES */ 730Sstevel@tonic-gate 740Sstevel@tonic-gate /* Define if your snprintf is busted */ 750Sstevel@tonic-gate /* #undef BROKEN_SNPRINTF */ 760Sstevel@tonic-gate 770Sstevel@tonic-gate /* Define if you are on Cygwin */ 780Sstevel@tonic-gate /* #undef HAVE_CYGWIN */ 790Sstevel@tonic-gate 800Sstevel@tonic-gate /* Define if you have a broken realpath. */ 810Sstevel@tonic-gate /* #undef BROKEN_REALPATH */ 820Sstevel@tonic-gate 830Sstevel@tonic-gate /* Define if you are on NEWS-OS */ 840Sstevel@tonic-gate /* #undef HAVE_NEWS4 */ 850Sstevel@tonic-gate 860Sstevel@tonic-gate /* Define if you want to enable PAM support */ 875685Sjp161948 #define USE_PAM 1 880Sstevel@tonic-gate 890Sstevel@tonic-gate /* Define if you want to enable AIX4's authenticate function */ 900Sstevel@tonic-gate /* #undef WITH_AIXAUTHENTICATE */ 910Sstevel@tonic-gate 925685Sjp161948 /* 935685Sjp161948 * Define if you have/want arrays (cluster-wide session managment, not C 945685Sjp161948 * arrays) 955685Sjp161948 */ 960Sstevel@tonic-gate /* #undef WITH_IRIX_ARRAY */ 970Sstevel@tonic-gate 980Sstevel@tonic-gate /* Define if you want IRIX project management */ 990Sstevel@tonic-gate /* #undef WITH_IRIX_PROJECT */ 1000Sstevel@tonic-gate 1010Sstevel@tonic-gate /* Define if you want IRIX audit trails */ 1020Sstevel@tonic-gate /* #undef WITH_IRIX_AUDIT */ 1030Sstevel@tonic-gate 1040Sstevel@tonic-gate /* Define if you want IRIX kernel jobs */ 1050Sstevel@tonic-gate /* #undef WITH_IRIX_JOBS */ 1060Sstevel@tonic-gate 1070Sstevel@tonic-gate /* Location of PRNGD/EGD random number socket */ 1080Sstevel@tonic-gate /* #undef PRNGD_SOCKET */ 1090Sstevel@tonic-gate 1100Sstevel@tonic-gate /* Port number of PRNGD/EGD random number socket */ 1110Sstevel@tonic-gate /* #undef PRNGD_PORT */ 1120Sstevel@tonic-gate 1130Sstevel@tonic-gate /* Builtin PRNG command timeout */ 1145685Sjp161948 #define ENTROPY_TIMEOUT_MSEC 200 1150Sstevel@tonic-gate 1160Sstevel@tonic-gate /* non-privileged user for privilege separation */ 1175685Sjp161948 #define SSH_PRIVSEP_USER "sshd" 1180Sstevel@tonic-gate 1195685Sjp161948 /* Define if you want to install preformatted manpages. */ 1200Sstevel@tonic-gate /* #undef MANTYPE */ 1210Sstevel@tonic-gate 1220Sstevel@tonic-gate /* Define if your ssl headers are included with #include <openssl/header.h> */ 1235685Sjp161948 #define HAVE_OPENSSL 1 1240Sstevel@tonic-gate 1250Sstevel@tonic-gate /* Define if Solaris' OpenSSL lacks AES support */ 1265685Sjp161948 #define SOLARIS_OPENSSL_NO_AES 1 1270Sstevel@tonic-gate 1280Sstevel@tonic-gate /* Define if Solaris-style Least Privilege is available */ 1295685Sjp161948 #define HAVE_SOLARIS_PRIVILEGE 1 1300Sstevel@tonic-gate 1310Sstevel@tonic-gate /* Define if you want Sun's alternative privilege separation */ 1325685Sjp161948 #define ALTPRIVSEP 1330Sstevel@tonic-gate 1340Sstevel@tonic-gate /* Define if you have Solaris-style Contracts */ 1355685Sjp161948 #define HAVE_SOLARIS_CONTRACTS 1 1360Sstevel@tonic-gate 1370Sstevel@tonic-gate /* Define if SVR4-style libcmd (for accessing /etc/default/ files) */ 1385685Sjp161948 #define HAVE_DEFOPEN 1 1390Sstevel@tonic-gate 1405685Sjp161948 /* 1415685Sjp161948 * Define if you are linking against RSAref. Used only to print the right 1425685Sjp161948 * message at run-time. 1435685Sjp161948 */ 1440Sstevel@tonic-gate /* #undef RSAREF */ 1450Sstevel@tonic-gate 1460Sstevel@tonic-gate /* struct timeval */ 1475685Sjp161948 #define HAVE_STRUCT_TIMEVAL 1 1480Sstevel@tonic-gate 1490Sstevel@tonic-gate /* struct utmp and struct utmpx fields */ 1500Sstevel@tonic-gate /* #undef HAVE_HOST_IN_UTMP */ 1515685Sjp161948 #define HAVE_HOST_IN_UTMPX 1 1520Sstevel@tonic-gate /* #undef HAVE_ADDR_IN_UTMP */ 1530Sstevel@tonic-gate /* #undef HAVE_ADDR_IN_UTMPX */ 1540Sstevel@tonic-gate /* #undef HAVE_ADDR_V6_IN_UTMP */ 1550Sstevel@tonic-gate /* #undef HAVE_ADDR_V6_IN_UTMPX */ 1565685Sjp161948 #define HAVE_SYSLEN_IN_UTMPX 1 1575685Sjp161948 #define HAVE_PID_IN_UTMP 1 1585685Sjp161948 #define HAVE_TYPE_IN_UTMP 1 1595685Sjp161948 #define HAVE_TYPE_IN_UTMPX 1 1600Sstevel@tonic-gate /* #undef HAVE_TV_IN_UTMP */ 1615685Sjp161948 #define HAVE_TV_IN_UTMPX 1 1625685Sjp161948 #define HAVE_ID_IN_UTMP 1 1635685Sjp161948 #define HAVE_ID_IN_UTMPX 1 1645685Sjp161948 #define HAVE_EXIT_IN_UTMP 1 1655685Sjp161948 #define HAVE_TIME_IN_UTMP 1 1665685Sjp161948 #define HAVE_TIME_IN_UTMPX 1 1670Sstevel@tonic-gate 1680Sstevel@tonic-gate /* Define if you don't want to use your system's login() call */ 1690Sstevel@tonic-gate /* #undef DISABLE_LOGIN */ 1700Sstevel@tonic-gate 1710Sstevel@tonic-gate /* Define if you don't want to use pututline() etc. to write [uw]tmp */ 1720Sstevel@tonic-gate /* #undef DISABLE_PUTUTLINE */ 1730Sstevel@tonic-gate 1740Sstevel@tonic-gate /* Define if you don't want to use pututxline() etc. to write [uw]tmpx */ 1750Sstevel@tonic-gate /* #undef DISABLE_PUTUTXLINE */ 1760Sstevel@tonic-gate 1770Sstevel@tonic-gate /* Define if you don't want to use lastlog */ 1780Sstevel@tonic-gate /* #undef DISABLE_LASTLOG */ 1790Sstevel@tonic-gate 1800Sstevel@tonic-gate /* Define if you don't want to use lastlog in session.c */ 1810Sstevel@tonic-gate /* #undef NO_SSH_LASTLOG */ 1820Sstevel@tonic-gate 1830Sstevel@tonic-gate /* Define if you don't want to use utmp */ 1845685Sjp161948 #define DISABLE_UTMP 1 1850Sstevel@tonic-gate 1860Sstevel@tonic-gate /* Define if you don't want to use utmpx */ 1870Sstevel@tonic-gate /* #undef DISABLE_UTMPX */ 1880Sstevel@tonic-gate 1890Sstevel@tonic-gate /* Define if you don't want to use wtmp */ 1905685Sjp161948 #define DISABLE_WTMP 1 1910Sstevel@tonic-gate 1920Sstevel@tonic-gate /* Define if you don't want to use wtmpx */ 1930Sstevel@tonic-gate /* #undef DISABLE_WTMPX */ 1940Sstevel@tonic-gate 1950Sstevel@tonic-gate /* Some systems need a utmpx entry for /bin/login to work */ 1965685Sjp161948 #define LOGIN_NEEDS_UTMPX 1 1970Sstevel@tonic-gate 1980Sstevel@tonic-gate /* Some versions of /bin/login need the TERM supplied on the commandline */ 1995685Sjp161948 #define LOGIN_NEEDS_TERM 1 2000Sstevel@tonic-gate 2010Sstevel@tonic-gate /* Define if your login program cannot handle end of options ("--") */ 2020Sstevel@tonic-gate /* #undef LOGIN_NO_ENDOPT */ 2030Sstevel@tonic-gate 2040Sstevel@tonic-gate /* Define if you want to specify the path to your lastlog file */ 2055685Sjp161948 #define CONF_LASTLOG_FILE "/var/adm/lastlog" 2060Sstevel@tonic-gate 2070Sstevel@tonic-gate /* Define if you want to specify the path to your utmp file */ 2080Sstevel@tonic-gate /* #undef CONF_UTMP_FILE */ 2090Sstevel@tonic-gate 2100Sstevel@tonic-gate /* Define if you want to specify the path to your wtmp file */ 2110Sstevel@tonic-gate /* #undef CONF_WTMP_FILE */ 2120Sstevel@tonic-gate 2130Sstevel@tonic-gate /* Define if you want to specify the path to your utmpx file */ 2140Sstevel@tonic-gate /* #undef CONF_UTMPX_FILE */ 2150Sstevel@tonic-gate 2160Sstevel@tonic-gate /* Define if you want to specify the path to your wtmpx file */ 2170Sstevel@tonic-gate /* #undef CONF_WTMPX_FILE */ 2180Sstevel@tonic-gate 2190Sstevel@tonic-gate /* Define if you want external askpass support */ 2200Sstevel@tonic-gate /* #undef USE_EXTERNAL_ASKPASS */ 2210Sstevel@tonic-gate 2220Sstevel@tonic-gate /* Define if libc defines __progname */ 2230Sstevel@tonic-gate /* #undef HAVE___PROGNAME */ 2240Sstevel@tonic-gate 2250Sstevel@tonic-gate /* Define if compiler implements __FUNCTION__ */ 2265685Sjp161948 #define HAVE___FUNCTION__ 1 2270Sstevel@tonic-gate 2280Sstevel@tonic-gate /* Define if compiler implements __func__ */ 2295685Sjp161948 #define HAVE___func__ 1 2300Sstevel@tonic-gate 2310Sstevel@tonic-gate /* Define if you want GSS-API support */ 2325685Sjp161948 #define GSSAPI 1 2330Sstevel@tonic-gate 2340Sstevel@tonic-gate /* Define if you have <gssapi/gssapi.h> */ 2355685Sjp161948 #define SUNW_GSSAPI 1 2360Sstevel@tonic-gate 2370Sstevel@tonic-gate /* Define if you have GSS_Store_cred() */ 2385685Sjp161948 #define HAVE_GSS_STORE_CRED 1 2390Sstevel@tonic-gate 2400Sstevel@tonic-gate /* Define if you have __gss_userok() */ 2415685Sjp161948 #define HAVE___GSS_USEROK 1 2420Sstevel@tonic-gate 2430Sstevel@tonic-gate /* Define for simple authorization of GSS-API principals */ 2440Sstevel@tonic-gate /* #undef GSSAPI_SIMPLE_USEROK */ 2450Sstevel@tonic-gate 2460Sstevel@tonic-gate /* Define if you have gsscred_name_to_unix_cred() (Solaris) */ 2475685Sjp161948 #define HAVE_GSSCRED_API 1 2480Sstevel@tonic-gate 2490Sstevel@tonic-gate /* Define if you have __gss_oid_to_mech() */ 2505685Sjp161948 #define HAVE_GSS_OID_TO_MECH 1 2510Sstevel@tonic-gate 2520Sstevel@tonic-gate /* Define if you have gss_oid_to_str() */ 2535685Sjp161948 #define HAVE_GSS_OID_TO_STR 1 2540Sstevel@tonic-gate 2550Sstevel@tonic-gate /* Define if you want support for MIT krb5 GSS internals */ 2560Sstevel@tonic-gate /* #undef KRB5_GSS */ 2570Sstevel@tonic-gate 2580Sstevel@tonic-gate /* Define if you want support for GSI GSS internals */ 2590Sstevel@tonic-gate /* #undef GSI_GSS */ 2600Sstevel@tonic-gate 2610Sstevel@tonic-gate /* Define if you want raw Kerberos 5 support */ 2620Sstevel@tonic-gate /* #undef KRB5 */ 2630Sstevel@tonic-gate 2640Sstevel@tonic-gate /* Define if you want GSI/Globus authentication support */ 2650Sstevel@tonic-gate /* #undef GSI */ 2660Sstevel@tonic-gate 2670Sstevel@tonic-gate /* Define this if you are using the Heimdal version of Kerberos V5 */ 2680Sstevel@tonic-gate /* #undef HEIMDAL */ 2690Sstevel@tonic-gate 2700Sstevel@tonic-gate /* Define if you want Kerberos 4 support */ 2710Sstevel@tonic-gate /* #undef KRB4 */ 2720Sstevel@tonic-gate 2730Sstevel@tonic-gate /* Define if you want AFS support */ 2740Sstevel@tonic-gate /* #undef AFS */ 2750Sstevel@tonic-gate 2760Sstevel@tonic-gate /* Define if you want S/Key support */ 2770Sstevel@tonic-gate /* #undef SKEY */ 2780Sstevel@tonic-gate 2790Sstevel@tonic-gate /* Define if you want TCP Wrappers support */ 2805685Sjp161948 #define LIBWRAP 1 2810Sstevel@tonic-gate 2820Sstevel@tonic-gate /* Define if your libraries define login() */ 2830Sstevel@tonic-gate /* #undef HAVE_LOGIN */ 2840Sstevel@tonic-gate 2850Sstevel@tonic-gate /* Define if your libraries define daemon() */ 2860Sstevel@tonic-gate /* #undef HAVE_DAEMON */ 2870Sstevel@tonic-gate 2880Sstevel@tonic-gate /* Define if your libraries define getpagesize() */ 2895685Sjp161948 #define HAVE_GETPAGESIZE 1 2900Sstevel@tonic-gate 2910Sstevel@tonic-gate /* Define if xauth is found in your path */ 2925685Sjp161948 #define XAUTH_PATH "/usr/openwin/bin/xauth" 2930Sstevel@tonic-gate 2940Sstevel@tonic-gate /* Define if rsh is found in your path */ 2955685Sjp161948 #define RSH_PATH "/usr/bin/rsh" 2960Sstevel@tonic-gate 2970Sstevel@tonic-gate /* Define if you want to allow MD5 passwords */ 2980Sstevel@tonic-gate /* #undef HAVE_MD5_PASSWORDS */ 2990Sstevel@tonic-gate 3000Sstevel@tonic-gate /* Define if you want to disable shadow passwords */ 3010Sstevel@tonic-gate /* #undef DISABLE_SHADOW */ 3020Sstevel@tonic-gate 3030Sstevel@tonic-gate /* Define if you want to use shadow password expire field */ 3040Sstevel@tonic-gate /* #undef HAS_SHADOW_EXPIRE */ 3050Sstevel@tonic-gate 3060Sstevel@tonic-gate /* Define if you have Digital Unix Security Integration Architecture */ 3070Sstevel@tonic-gate /* #undef HAVE_OSF_SIA */ 3080Sstevel@tonic-gate 3090Sstevel@tonic-gate /* Define if you have getpwanam(3) [SunOS 4.x] */ 3100Sstevel@tonic-gate /* #undef HAVE_GETPWANAM */ 3110Sstevel@tonic-gate 3120Sstevel@tonic-gate /* Define if you have an old version of PAM which takes only one argument */ 3130Sstevel@tonic-gate /* to pam_strerror */ 3140Sstevel@tonic-gate /* #undef HAVE_OLD_PAM */ 3150Sstevel@tonic-gate 3160Sstevel@tonic-gate /* Define if you are using Solaris-derived PAM which passes pam_messages */ 3170Sstevel@tonic-gate /* to the conversation function with an extra level of indirection */ 3185685Sjp161948 #define PAM_SUN_CODEBASE 1 3190Sstevel@tonic-gate 3200Sstevel@tonic-gate /* Set this to your mail directory if you don't have maillock.h */ 3210Sstevel@tonic-gate /* #undef MAIL_DIRECTORY */ 3220Sstevel@tonic-gate 3230Sstevel@tonic-gate /* Data types */ 3245685Sjp161948 #define HAVE_U_INT 1 3255685Sjp161948 #define HAVE_INTXX_T 1 3260Sstevel@tonic-gate /* #undef HAVE_U_INTXX_T */ 3275685Sjp161948 #define HAVE_UINTXX_T 1 3285685Sjp161948 #define HAVE_INT64_T 1 3290Sstevel@tonic-gate /* #undef HAVE_U_INT64_T */ 3305685Sjp161948 #define HAVE_U_CHAR 1 3315685Sjp161948 #define HAVE_SIZE_T 1 3325685Sjp161948 #define HAVE_SSIZE_T 1 3335685Sjp161948 #define HAVE_CLOCK_T 1 3345685Sjp161948 #define HAVE_MODE_T 1 3355685Sjp161948 #define HAVE_PID_T 1 3365685Sjp161948 #define HAVE_SA_FAMILY_T 1 3375685Sjp161948 #define HAVE_STRUCT_SOCKADDR_STORAGE 1 3385685Sjp161948 #define HAVE_STRUCT_ADDRINFO 1 3395685Sjp161948 #define HAVE_STRUCT_IN6_ADDR 1 3405685Sjp161948 #define HAVE_STRUCT_SOCKADDR_IN6 1 3410Sstevel@tonic-gate 3420Sstevel@tonic-gate /* Fields in struct sockaddr_storage */ 3435685Sjp161948 #define HAVE_SS_FAMILY_IN_SS 1 3440Sstevel@tonic-gate /* #undef HAVE___SS_FAMILY_IN_SS */ 3450Sstevel@tonic-gate 3460Sstevel@tonic-gate /* Define if you have /dev/ptmx */ 3475685Sjp161948 #define HAVE_DEV_PTMX 1 3480Sstevel@tonic-gate 3490Sstevel@tonic-gate /* Define if you have /dev/ptc */ 3500Sstevel@tonic-gate /* #undef HAVE_DEV_PTS_AND_PTC */ 3510Sstevel@tonic-gate 3520Sstevel@tonic-gate /* Define if you need to use IP address instead of hostname in $DISPLAY */ 3530Sstevel@tonic-gate /* #undef IPADDR_IN_DISPLAY */ 3540Sstevel@tonic-gate 3550Sstevel@tonic-gate /* Specify default $PATH */ 3565685Sjp161948 #define USER_PATH "/usr/bin" 3570Sstevel@tonic-gate 3580Sstevel@tonic-gate /* Specify location of ssh.pid */ 3595685Sjp161948 #define _PATH_SSH_PIDDIR "/var/run" 3600Sstevel@tonic-gate 3610Sstevel@tonic-gate /* Use IPv4 for connection by default, IPv6 can still if explicity asked */ 3620Sstevel@tonic-gate /* #undef IPV4_DEFAULT */ 3630Sstevel@tonic-gate 3640Sstevel@tonic-gate /* getaddrinfo is broken (if present) */ 3650Sstevel@tonic-gate /* #undef BROKEN_GETADDRINFO */ 3660Sstevel@tonic-gate 3670Sstevel@tonic-gate /* Workaround more Linux IPv6 quirks */ 3680Sstevel@tonic-gate /* #undef DONT_TRY_OTHER_AF */ 3690Sstevel@tonic-gate 3700Sstevel@tonic-gate /* Detect IPv4 in IPv6 mapped addresses and treat as IPv4 */ 3715685Sjp161948 #define IPV4_IN_IPV6 1 3720Sstevel@tonic-gate 3730Sstevel@tonic-gate /* Define if you have BSD auth support */ 3740Sstevel@tonic-gate /* #undef BSD_AUTH */ 3750Sstevel@tonic-gate 3760Sstevel@tonic-gate /* Define if X11 doesn't support AF_UNIX sockets on that system */ 3770Sstevel@tonic-gate /* #undef NO_X11_UNIX_SOCKETS */ 3780Sstevel@tonic-gate 3790Sstevel@tonic-gate /* Define if the concept of ports only accessible to superusers isn't known */ 3800Sstevel@tonic-gate /* #undef NO_IPPORT_RESERVED_CONCEPT */ 3810Sstevel@tonic-gate 3820Sstevel@tonic-gate /* Needed for SCO and NeXT */ 3830Sstevel@tonic-gate /* #undef BROKEN_SAVED_UIDS */ 3840Sstevel@tonic-gate 3850Sstevel@tonic-gate /* Define if your system glob() function has the GLOB_ALTDIRFUNC extension */ 3860Sstevel@tonic-gate /* #undef GLOB_HAS_ALTDIRFUNC */ 3870Sstevel@tonic-gate 3880Sstevel@tonic-gate /* Define if your system glob() function has gl_matchc options in glob_t */ 3890Sstevel@tonic-gate /* #undef GLOB_HAS_GL_MATCHC */ 3900Sstevel@tonic-gate 3915685Sjp161948 /* 3925685Sjp161948 * Define in your struct dirent expects you to allocate extra space for 3935685Sjp161948 * d_name 3945685Sjp161948 */ 3955685Sjp161948 #define BROKEN_ONE_BYTE_DIRENT_D_NAME 1 3960Sstevel@tonic-gate 3970Sstevel@tonic-gate /* Define if your getopt(3) defines and uses optreset */ 3980Sstevel@tonic-gate /* #undef HAVE_GETOPT_OPTRESET */ 3990Sstevel@tonic-gate 4000Sstevel@tonic-gate /* Define on *nto-qnx systems */ 4010Sstevel@tonic-gate /* #undef MISSING_NFDBITS */ 4020Sstevel@tonic-gate 4030Sstevel@tonic-gate /* Define on *nto-qnx systems */ 4040Sstevel@tonic-gate /* #undef MISSING_HOWMANY */ 4050Sstevel@tonic-gate 4060Sstevel@tonic-gate /* Define on *nto-qnx systems */ 4070Sstevel@tonic-gate /* #undef MISSING_FD_MASK */ 4080Sstevel@tonic-gate 409*8880SHuie-Ying.Lee@Sun.COM /* 410*8880SHuie-Ying.Lee@Sun.COM * Use libedit or libtecla for sftp 411*8880SHuie-Ying.Lee@Sun.COM * If both USE_LIBEDIT and USE_LIBTECLA are defined, then USE_LIBEDIT will 412*8880SHuie-Ying.Lee@Sun.COM * have higher precedence. 413*8880SHuie-Ying.Lee@Sun.COM */ 4145087Sjp161948 #undef USE_LIBEDIT 415*8880SHuie-Ying.Lee@Sun.COM #define USE_LIBTECLA 1 4165087Sjp161948 4170Sstevel@tonic-gate /* Define if you want to use OpenSSL's internally seeded PRNG only */ 4185685Sjp161948 #define OPENSSL_PRNG_ONLY 1 4190Sstevel@tonic-gate 4200Sstevel@tonic-gate /* Define if you shouldn't strip 'tty' from your ttyname in [uw]tmp */ 4210Sstevel@tonic-gate /* #undef WITH_ABBREV_NO_TTY */ 4220Sstevel@tonic-gate 4230Sstevel@tonic-gate /* Define if you want a different $PATH for the superuser */ 4245685Sjp161948 #define SUPERUSER_PATH "/usr/sbin:/usr/bin" 4250Sstevel@tonic-gate 4260Sstevel@tonic-gate /* Path that unprivileged child will chroot() to in privep mode */ 4270Sstevel@tonic-gate /* #undef PRIVSEP_PATH */ 4280Sstevel@tonic-gate 4290Sstevel@tonic-gate /* Define if your platform needs to skip post auth file descriptor passing */ 4300Sstevel@tonic-gate /* #undef DISABLE_FD_PASSING */ 4310Sstevel@tonic-gate 4320Sstevel@tonic-gate 4330Sstevel@tonic-gate /* Define to 1 if the `getpgrp' function requires zero arguments. */ 4345685Sjp161948 #define GETPGRP_VOID 1 4350Sstevel@tonic-gate 4360Sstevel@tonic-gate /* Define to 1 if you have the `arc4random' function. */ 4370Sstevel@tonic-gate /* #undef HAVE_ARC4RANDOM */ 4380Sstevel@tonic-gate 4395087Sjp161948 /* Define to 1 if you have the `asprintf' function. */ 4408546SRoger.Faulkner@Sun.COM #define HAVE_ASPRINTF 1 4415087Sjp161948 4420Sstevel@tonic-gate /* Define to 1 if you have the `b64_ntop' function. */ 4430Sstevel@tonic-gate /* #undef HAVE_B64_NTOP */ 4440Sstevel@tonic-gate 4450Sstevel@tonic-gate /* Define to 1 if you have the `bcopy' function. */ 4465685Sjp161948 #define HAVE_BCOPY 1 4470Sstevel@tonic-gate 4480Sstevel@tonic-gate /* Define to 1 if you have the `bindresvport_sa' function. */ 4490Sstevel@tonic-gate /* #undef HAVE_BINDRESVPORT_SA */ 4500Sstevel@tonic-gate 4510Sstevel@tonic-gate /* Define to 1 if you have the <bstring.h> header file. */ 4520Sstevel@tonic-gate /* #undef HAVE_BSTRING_H */ 4530Sstevel@tonic-gate 4540Sstevel@tonic-gate /* Define to 1 if you have the `clock' function. */ 4555685Sjp161948 #define HAVE_CLOCK 1 4560Sstevel@tonic-gate 4570Sstevel@tonic-gate /* Define to 1 if you have the <crypt.h> header file. */ 4585685Sjp161948 #define HAVE_CRYPT_H 1 4590Sstevel@tonic-gate 4600Sstevel@tonic-gate /* Define to 1 if you have the `dirname' function. */ 4615685Sjp161948 #define HAVE_DIRNAME 1 4620Sstevel@tonic-gate 4630Sstevel@tonic-gate /* Define to 1 if you have the <endian.h> header file. */ 4640Sstevel@tonic-gate /* #undef HAVE_ENDIAN_H */ 4650Sstevel@tonic-gate 4660Sstevel@tonic-gate /* Define to 1 if you have the `endutent' function. */ 4675685Sjp161948 #define HAVE_ENDUTENT 1 4680Sstevel@tonic-gate 4690Sstevel@tonic-gate /* Define to 1 if you have the `endutxent' function. */ 4705685Sjp161948 #define HAVE_ENDUTXENT 1 4710Sstevel@tonic-gate 4720Sstevel@tonic-gate /* Define to 1 if you have the `fchmod' function. */ 4735685Sjp161948 #define HAVE_FCHMOD 1 4740Sstevel@tonic-gate 4750Sstevel@tonic-gate /* Define to 1 if you have the `fchown' function. */ 4765685Sjp161948 #define HAVE_FCHOWN 1 4770Sstevel@tonic-gate 4780Sstevel@tonic-gate /* Define to 1 if you have the <floatingpoint.h> header file. */ 4795685Sjp161948 #define HAVE_FLOATINGPOINT_H 1 4800Sstevel@tonic-gate 4810Sstevel@tonic-gate /* Define to 1 if you have the `freeaddrinfo' function. */ 4825685Sjp161948 #define HAVE_FREEADDRINFO 1 4830Sstevel@tonic-gate 4840Sstevel@tonic-gate /* Define to 1 if you have the `futimes' function. */ 4850Sstevel@tonic-gate /* #undef HAVE_FUTIMES */ 4860Sstevel@tonic-gate 4870Sstevel@tonic-gate /* Define to 1 if you have the `gai_strerror' function. */ 4885685Sjp161948 #define HAVE_GAI_STRERROR 1 4890Sstevel@tonic-gate 4900Sstevel@tonic-gate /* Define to 1 if you have the `getaddrinfo' function. */ 4915685Sjp161948 #define HAVE_GETADDRINFO 1 4920Sstevel@tonic-gate 4930Sstevel@tonic-gate /* Define to 1 if you have the `getcwd' function. */ 4945685Sjp161948 #define HAVE_GETCWD 1 4950Sstevel@tonic-gate 4960Sstevel@tonic-gate /* Define to 1 if you have the `getgrouplist' function. */ 4970Sstevel@tonic-gate /* #undef HAVE_GETGROUPLIST */ 4980Sstevel@tonic-gate 4990Sstevel@tonic-gate /* Define to 1 if you have the `getluid' function. */ 5000Sstevel@tonic-gate /* #undef HAVE_GETLUID */ 5010Sstevel@tonic-gate 5020Sstevel@tonic-gate /* Define to 1 if you have the `getnameinfo' function. */ 5035685Sjp161948 #define HAVE_GETNAMEINFO 1 5040Sstevel@tonic-gate 5050Sstevel@tonic-gate /* Define to 1 if you have the `getopt' function. */ 5065685Sjp161948 #define HAVE_GETOPT 1 5070Sstevel@tonic-gate 5080Sstevel@tonic-gate /* Define to 1 if you have the <getopt.h> header file. */ 5090Sstevel@tonic-gate /* #undef HAVE_GETOPT_H */ 5100Sstevel@tonic-gate 5110Sstevel@tonic-gate /* Define to 1 if you have the `getpeereid' function. */ 5120Sstevel@tonic-gate /* #undef HAVE_GETPEEREID */ 5130Sstevel@tonic-gate 5142757Sjp161948 /* Define to 1 if you have the `getpeerucred' function. */ 5155685Sjp161948 #define HAVE_GETPEERUCRED 1 5162757Sjp161948 5170Sstevel@tonic-gate /* Define to 1 if you have the `getpwanam' function. */ 5180Sstevel@tonic-gate /* #undef HAVE_GETPWANAM */ 5190Sstevel@tonic-gate 5200Sstevel@tonic-gate /* Define to 1 if you have the `getrlimit' function. */ 5215685Sjp161948 #define HAVE_GETRLIMIT 1 5220Sstevel@tonic-gate 5230Sstevel@tonic-gate /* Define to 1 if you have the `getrusage' function. */ 5245685Sjp161948 #define HAVE_GETRUSAGE 1 5250Sstevel@tonic-gate 5260Sstevel@tonic-gate /* Define to 1 if you have the `gettimeofday' function. */ 5275685Sjp161948 #define HAVE_GETTIMEOFDAY 1 5280Sstevel@tonic-gate 5290Sstevel@tonic-gate /* Define to 1 if you have the `getttyent' function. */ 5300Sstevel@tonic-gate /* #undef HAVE_GETTTYENT */ 5310Sstevel@tonic-gate 5320Sstevel@tonic-gate /* Define to 1 if you have the `getutent' function. */ 5335685Sjp161948 #define HAVE_GETUTENT 1 5340Sstevel@tonic-gate 5350Sstevel@tonic-gate /* Define to 1 if you have the `getutid' function. */ 5365685Sjp161948 #define HAVE_GETUTID 1 5370Sstevel@tonic-gate 5380Sstevel@tonic-gate /* Define to 1 if you have the `getutline' function. */ 5395685Sjp161948 #define HAVE_GETUTLINE 1 5400Sstevel@tonic-gate 5410Sstevel@tonic-gate /* Define to 1 if you have the `getutxent' function. */ 5425685Sjp161948 #define HAVE_GETUTXENT 1 5430Sstevel@tonic-gate 5440Sstevel@tonic-gate /* Define to 1 if you have the `getutxid' function. */ 5455685Sjp161948 #define HAVE_GETUTXID 1 5460Sstevel@tonic-gate 5470Sstevel@tonic-gate /* Define to 1 if you have the `getutxline' function. */ 5485685Sjp161948 #define HAVE_GETUTXLINE 1 5490Sstevel@tonic-gate 5500Sstevel@tonic-gate /* Define to 1 if you have the `glob' function. */ 5515685Sjp161948 #define HAVE_GLOB 1 5520Sstevel@tonic-gate 5530Sstevel@tonic-gate /* Define to 1 if you have the <glob.h> header file. */ 5545685Sjp161948 #define HAVE_GLOB_H 1 5550Sstevel@tonic-gate 5560Sstevel@tonic-gate /* Define to 1 if you have the <ia.h> header file. */ 5570Sstevel@tonic-gate /* #undef HAVE_IA_H */ 5580Sstevel@tonic-gate 5590Sstevel@tonic-gate /* Define to 1 if you have the `inet_aton' function. */ 5600Sstevel@tonic-gate /* #undef HAVE_INET_ATON */ 5610Sstevel@tonic-gate 5620Sstevel@tonic-gate /* Define to 1 if you have the `inet_ntoa' function. */ 5635685Sjp161948 #define HAVE_INET_NTOA 1 5640Sstevel@tonic-gate 5650Sstevel@tonic-gate /* Define to 1 if you have the `inet_ntop' function. */ 5665685Sjp161948 #define HAVE_INET_NTOP 1 5670Sstevel@tonic-gate 5680Sstevel@tonic-gate /* Define to 1 if you have the `innetgr' function. */ 5695685Sjp161948 #define HAVE_INNETGR 1 5700Sstevel@tonic-gate 5710Sstevel@tonic-gate /* Define to 1 if you have the <inttypes.h> header file. */ 5725685Sjp161948 #define HAVE_INTTYPES_H 1 5730Sstevel@tonic-gate 5740Sstevel@tonic-gate /* Define to 1 if you have the <krb.h> header file. */ 5750Sstevel@tonic-gate /* #undef HAVE_KRB_H */ 5760Sstevel@tonic-gate 5770Sstevel@tonic-gate /* Define to 1 if you have the <lastlog.h> header file. */ 5785685Sjp161948 #define HAVE_LASTLOG_H 1 5790Sstevel@tonic-gate 5800Sstevel@tonic-gate /* Define to 1 if you have the `crypt' library (-lcrypt). */ 5810Sstevel@tonic-gate /* #undef HAVE_LIBCRYPT */ 5820Sstevel@tonic-gate 5830Sstevel@tonic-gate /* Define to 1 if you have the `des' library (-ldes). */ 5840Sstevel@tonic-gate /* #undef HAVE_LIBDES */ 5850Sstevel@tonic-gate 5860Sstevel@tonic-gate /* Define to 1 if you have the `des425' library (-ldes425). */ 5870Sstevel@tonic-gate /* #undef HAVE_LIBDES425 */ 5880Sstevel@tonic-gate 5890Sstevel@tonic-gate /* Define to 1 if you have the `dl' library (-ldl). */ 5905685Sjp161948 #define HAVE_LIBDL 1 5910Sstevel@tonic-gate 5920Sstevel@tonic-gate /* Define to 1 if you have the <libgen.h> header file. */ 5935685Sjp161948 #define HAVE_LIBGEN_H 1 5940Sstevel@tonic-gate 5950Sstevel@tonic-gate /* Define to 1 if you have the `krb' library (-lkrb). */ 5960Sstevel@tonic-gate /* #undef HAVE_LIBKRB */ 5970Sstevel@tonic-gate 5980Sstevel@tonic-gate /* Define to 1 if you have the `krb4' library (-lkrb4). */ 5990Sstevel@tonic-gate /* #undef HAVE_LIBKRB4 */ 6000Sstevel@tonic-gate 6010Sstevel@tonic-gate /* Define to 1 if you have the `nsl' library (-lnsl). */ 6025685Sjp161948 #define HAVE_LIBNSL 1 6030Sstevel@tonic-gate 6040Sstevel@tonic-gate /* Define to 1 if you have the `pam' library (-lpam). */ 6055685Sjp161948 #define HAVE_LIBPAM 1 6060Sstevel@tonic-gate 6070Sstevel@tonic-gate /* Define to 1 if you have the `resolv' library (-lresolv). */ 6080Sstevel@tonic-gate /* #undef HAVE_LIBRESOLV */ 6090Sstevel@tonic-gate 6100Sstevel@tonic-gate /* Define to 1 if you have the `sectok' library (-lsectok). */ 6110Sstevel@tonic-gate /* #undef HAVE_LIBSECTOK */ 6120Sstevel@tonic-gate 6130Sstevel@tonic-gate /* Define to 1 if you have the `socket' library (-lsocket). */ 6145685Sjp161948 #define HAVE_LIBSOCKET 1 6150Sstevel@tonic-gate 6160Sstevel@tonic-gate /* Define to 1 if you have the <libutil.h> header file. */ 6170Sstevel@tonic-gate /* #undef HAVE_LIBUTIL_H */ 6180Sstevel@tonic-gate 6190Sstevel@tonic-gate /* Define to 1 if you have the `xnet' library (-lxnet). */ 6200Sstevel@tonic-gate /* #undef HAVE_LIBXNET */ 6210Sstevel@tonic-gate 6220Sstevel@tonic-gate /* Define to 1 if you have the `z' library (-lz). */ 6235685Sjp161948 #define HAVE_LIBZ 1 6240Sstevel@tonic-gate 6250Sstevel@tonic-gate /* Define to 1 if you have the <limits.h> header file. */ 6265685Sjp161948 #define HAVE_LIMITS_H 1 6270Sstevel@tonic-gate 6280Sstevel@tonic-gate /* Define to 1 if you have the <login_cap.h> header file. */ 6290Sstevel@tonic-gate /* #undef HAVE_LOGIN_CAP_H */ 6300Sstevel@tonic-gate 6310Sstevel@tonic-gate /* Define to 1 if you have the `login_getcapbool' function. */ 6320Sstevel@tonic-gate /* #undef HAVE_LOGIN_GETCAPBOOL */ 6330Sstevel@tonic-gate 6340Sstevel@tonic-gate /* Define to 1 if you have the <login.h> header file. */ 6350Sstevel@tonic-gate /* #undef HAVE_LOGIN_H */ 6360Sstevel@tonic-gate 6370Sstevel@tonic-gate /* Define to 1 if you have the `logout' function. */ 6380Sstevel@tonic-gate /* #undef HAVE_LOGOUT */ 6390Sstevel@tonic-gate 6400Sstevel@tonic-gate /* Define to 1 if you have the `logwtmp' function. */ 6410Sstevel@tonic-gate /* #undef HAVE_LOGWTMP */ 6420Sstevel@tonic-gate 6430Sstevel@tonic-gate /* Define to 1 if you have the <maillock.h> header file. */ 6445685Sjp161948 #define HAVE_MAILLOCK_H 1 6450Sstevel@tonic-gate 6460Sstevel@tonic-gate /* Define to 1 if you have the `md5_crypt' function. */ 6470Sstevel@tonic-gate /* #undef HAVE_MD5_CRYPT */ 6480Sstevel@tonic-gate 6490Sstevel@tonic-gate /* Define to 1 if you have the `memmove' function. */ 6505685Sjp161948 #define HAVE_MEMMOVE 1 6510Sstevel@tonic-gate 6520Sstevel@tonic-gate /* Define to 1 if you have the <memory.h> header file. */ 6535685Sjp161948 #define HAVE_MEMORY_H 1 6540Sstevel@tonic-gate 6555685Sjp161948 /* Define to 1 if you have mkstemp, mkstemps and mkdtemp */ 6565685Sjp161948 #define HAVE_MKDTEMP 1 6570Sstevel@tonic-gate 6580Sstevel@tonic-gate /* Define to 1 if you have the `mmap' function. */ 6595685Sjp161948 #define HAVE_MMAP 1 6600Sstevel@tonic-gate 6610Sstevel@tonic-gate /* Define to 1 if you have the <netdb.h> header file. */ 6625685Sjp161948 #define HAVE_NETDB_H 1 6630Sstevel@tonic-gate 6640Sstevel@tonic-gate /* Define to 1 if you have the <netgroup.h> header file. */ 6650Sstevel@tonic-gate /* #undef HAVE_NETGROUP_H */ 6660Sstevel@tonic-gate 6670Sstevel@tonic-gate /* Define to 1 if you have the <netinet/in_systm.h> header file. */ 6685685Sjp161948 #define HAVE_NETINET_IN_SYSTM_H 1 6690Sstevel@tonic-gate 6700Sstevel@tonic-gate /* Define to 1 if you have the `ngetaddrinfo' function. */ 6710Sstevel@tonic-gate /* #undef HAVE_NGETADDRINFO */ 6720Sstevel@tonic-gate 6730Sstevel@tonic-gate /* Define to 1 if you have the `ogetaddrinfo' function. */ 6740Sstevel@tonic-gate /* #undef HAVE_OGETADDRINFO */ 6750Sstevel@tonic-gate 6760Sstevel@tonic-gate /* Define to 1 if you have the `openpty' function. */ 6770Sstevel@tonic-gate /* #undef HAVE_OPENPTY */ 6780Sstevel@tonic-gate 6790Sstevel@tonic-gate /* Define to 1 if you have the `pam_getenvlist' function. */ 6805685Sjp161948 #define HAVE_PAM_GETENVLIST 1 6810Sstevel@tonic-gate 6820Sstevel@tonic-gate /* Define to 1 if you have the <paths.h> header file. */ 6830Sstevel@tonic-gate /* #undef HAVE_PATHS_H */ 6840Sstevel@tonic-gate 6850Sstevel@tonic-gate /* Define to 1 if you have the <pty.h> header file. */ 6860Sstevel@tonic-gate /* #undef HAVE_PTY_H */ 6870Sstevel@tonic-gate 6880Sstevel@tonic-gate /* Define to 1 if you have the `pututline' function. */ 6895685Sjp161948 #define HAVE_PUTUTLINE 1 6900Sstevel@tonic-gate 6910Sstevel@tonic-gate /* Define to 1 if you have the `pututxline' function. */ 6925685Sjp161948 #define HAVE_PUTUTXLINE 1 6930Sstevel@tonic-gate 6940Sstevel@tonic-gate /* Define to 1 if you have the `readpassphrase' function. */ 6950Sstevel@tonic-gate /* #undef HAVE_READPASSPHRASE */ 6960Sstevel@tonic-gate 6970Sstevel@tonic-gate /* Define to 1 if you have the <readpassphrase.h> header file. */ 6980Sstevel@tonic-gate /* #undef HAVE_READPASSPHRASE_H */ 6990Sstevel@tonic-gate 7000Sstevel@tonic-gate /* Define to 1 if you have the `realpath' function. */ 7015685Sjp161948 #define HAVE_REALPATH 1 7020Sstevel@tonic-gate 7030Sstevel@tonic-gate /* Define to 1 if you have the `recvmsg' function. */ 7045685Sjp161948 #define HAVE_RECVMSG 1 7050Sstevel@tonic-gate 7060Sstevel@tonic-gate /* Define to 1 if you have the <rpc/types.h> header file. */ 7075685Sjp161948 #define HAVE_RPC_TYPES_H 1 7080Sstevel@tonic-gate 7090Sstevel@tonic-gate /* Define to 1 if you have the `rresvport_af' function. */ 7105685Sjp161948 #define HAVE_RRESVPORT_AF 1 7110Sstevel@tonic-gate 7120Sstevel@tonic-gate /* Define to 1 if you have the <sectok.h> header file. */ 7130Sstevel@tonic-gate /* #undef HAVE_SECTOK_H */ 7140Sstevel@tonic-gate 7150Sstevel@tonic-gate /* Define to 1 if you have the <security/pam_appl.h> header file. */ 7165685Sjp161948 #define HAVE_SECURITY_PAM_APPL_H 1 7170Sstevel@tonic-gate 7180Sstevel@tonic-gate /* Define to 1 if you have the `sendmsg' function. */ 7195685Sjp161948 #define HAVE_SENDMSG 1 7200Sstevel@tonic-gate 7210Sstevel@tonic-gate /* Define to 1 if you have the `setdtablesize' function. */ 7220Sstevel@tonic-gate /* #undef HAVE_SETDTABLESIZE */ 7230Sstevel@tonic-gate 7240Sstevel@tonic-gate /* Define to 1 if you have the `setegid' function. */ 7255685Sjp161948 #define HAVE_SETEGID 1 7260Sstevel@tonic-gate 7270Sstevel@tonic-gate /* Define to 1 if you have the `setenv' function. */ 7285685Sjp161948 #define HAVE_SETENV 1 7290Sstevel@tonic-gate 7300Sstevel@tonic-gate /* Define to 1 if you have the `seteuid' function. */ 7315685Sjp161948 #define HAVE_SETEUID 1 7320Sstevel@tonic-gate 7330Sstevel@tonic-gate /* Define to 1 if you have the `setgroups' function. */ 7345685Sjp161948 #define HAVE_SETGROUPS 1 7350Sstevel@tonic-gate 7360Sstevel@tonic-gate /* Define to 1 if you have the `setlogin' function. */ 7370Sstevel@tonic-gate /* #undef HAVE_SETLOGIN */ 7380Sstevel@tonic-gate 7390Sstevel@tonic-gate /* Define to 1 if you have the `setluid' function. */ 7400Sstevel@tonic-gate /* #undef HAVE_SETLUID */ 7410Sstevel@tonic-gate 7420Sstevel@tonic-gate /* Define to 1 if you have the `setpcred' function. */ 7430Sstevel@tonic-gate /* #undef HAVE_SETPCRED */ 7440Sstevel@tonic-gate 7450Sstevel@tonic-gate /* Define to 1 if you have the `setproctitle' function. */ 7460Sstevel@tonic-gate /* #undef HAVE_SETPROCTITLE */ 7470Sstevel@tonic-gate 7480Sstevel@tonic-gate /* Define to 1 if you have the `setresgid' function. */ 7490Sstevel@tonic-gate /* #undef HAVE_SETRESGID */ 7500Sstevel@tonic-gate 7510Sstevel@tonic-gate /* Define to 1 if you have the `setreuid' function. */ 7525685Sjp161948 #define HAVE_SETREUID 1 7530Sstevel@tonic-gate 7540Sstevel@tonic-gate /* Define to 1 if you have the `setrlimit' function. */ 7555685Sjp161948 #define HAVE_SETRLIMIT 1 7560Sstevel@tonic-gate 7570Sstevel@tonic-gate /* Define to 1 if you have the `setsid' function. */ 7585685Sjp161948 #define HAVE_SETSID 1 7590Sstevel@tonic-gate 7600Sstevel@tonic-gate /* Define to 1 if you have the `setutent' function. */ 7615685Sjp161948 #define HAVE_SETUTENT 1 7620Sstevel@tonic-gate 7630Sstevel@tonic-gate /* Define to 1 if you have the `setutxent' function. */ 7645685Sjp161948 #define HAVE_SETUTXENT 1 7650Sstevel@tonic-gate 7660Sstevel@tonic-gate /* Define to 1 if you have the `setvbuf' function. */ 7675685Sjp161948 #define HAVE_SETVBUF 1 7680Sstevel@tonic-gate 7690Sstevel@tonic-gate /* Define to 1 if you have the <shadow.h> header file. */ 7705685Sjp161948 #define HAVE_SHADOW_H 1 7710Sstevel@tonic-gate 7720Sstevel@tonic-gate /* Define to 1 if you have the `sigaction' function. */ 7735685Sjp161948 #define HAVE_SIGACTION 1 7740Sstevel@tonic-gate 7750Sstevel@tonic-gate /* Define to 1 if you have the `sigvec' function. */ 7760Sstevel@tonic-gate /* #undef HAVE_SIGVEC */ 7770Sstevel@tonic-gate 7780Sstevel@tonic-gate /* Define to 1 if the system has the type `sig_atomic_t'. */ 7795685Sjp161948 #define HAVE_SIG_ATOMIC_T 1 7800Sstevel@tonic-gate 7810Sstevel@tonic-gate /* Define to 1 if you have the `snprintf' function. */ 7825685Sjp161948 #define HAVE_SNPRINTF 1 7830Sstevel@tonic-gate 7840Sstevel@tonic-gate /* Define to 1 if you have the `socketpair' function. */ 7855685Sjp161948 #define HAVE_SOCKETPAIR 1 7860Sstevel@tonic-gate 7870Sstevel@tonic-gate /* Define to 1 if you have the <stddef.h> header file. */ 7885685Sjp161948 #define HAVE_STDDEF_H 1 7890Sstevel@tonic-gate 7900Sstevel@tonic-gate /* Define to 1 if you have the <stdint.h> header file. */ 7910Sstevel@tonic-gate /* #undef HAVE_STDINT_H */ 7920Sstevel@tonic-gate 7930Sstevel@tonic-gate /* Define to 1 if you have the <stdlib.h> header file. */ 7945685Sjp161948 #define HAVE_STDLIB_H 1 7950Sstevel@tonic-gate 7960Sstevel@tonic-gate /* Define to 1 if you have the `strerror' function. */ 7975685Sjp161948 #define HAVE_STRERROR 1 7980Sstevel@tonic-gate 7990Sstevel@tonic-gate /* Define to 1 if you have the `strftime' function. */ 8005685Sjp161948 #define HAVE_STRFTIME 1 8010Sstevel@tonic-gate 8020Sstevel@tonic-gate /* Define to 1 if you have the <strings.h> header file. */ 8035685Sjp161948 #define HAVE_STRINGS_H 1 8040Sstevel@tonic-gate 8050Sstevel@tonic-gate /* Define to 1 if you have the <string.h> header file. */ 8065685Sjp161948 #define HAVE_STRING_H 1 8070Sstevel@tonic-gate 8080Sstevel@tonic-gate /* Define to 1 if you have the `strlcat' function. */ 8095685Sjp161948 #define HAVE_STRLCAT 1 8100Sstevel@tonic-gate 8110Sstevel@tonic-gate /* Define to 1 if you have the `strlcpy' function. */ 8125685Sjp161948 #define HAVE_STRLCPY 1 8130Sstevel@tonic-gate 8140Sstevel@tonic-gate /* Define to 1 if you have the `strmode' function. */ 8150Sstevel@tonic-gate /* #undef HAVE_STRMODE */ 8160Sstevel@tonic-gate 8170Sstevel@tonic-gate /* Define to 1 if `st_blksize' is member of `struct stat'. */ 8185685Sjp161948 #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 8190Sstevel@tonic-gate 8200Sstevel@tonic-gate /* Define to 1 if you have the `sysconf' function. */ 8215685Sjp161948 #define HAVE_SYSCONF 1 8220Sstevel@tonic-gate 8230Sstevel@tonic-gate /* Define to 1 if you have the <sys/bitypes.h> header file. */ 8240Sstevel@tonic-gate /* #undef HAVE_SYS_BITYPES_H */ 8250Sstevel@tonic-gate 8260Sstevel@tonic-gate /* Define to 1 if you have the <sys/bsdtty.h> header file. */ 8270Sstevel@tonic-gate /* #undef HAVE_SYS_BSDTTY_H */ 8280Sstevel@tonic-gate 8290Sstevel@tonic-gate /* Define to 1 if you have the <sys/cdefs.h> header file. */ 8300Sstevel@tonic-gate /* #undef HAVE_SYS_CDEFS_H */ 8310Sstevel@tonic-gate 8320Sstevel@tonic-gate 8330Sstevel@tonic-gate /* Define to 1 if you have the <sys/mman.h> header file. */ 8345685Sjp161948 #define HAVE_SYS_MMAN_H 1 8350Sstevel@tonic-gate 8360Sstevel@tonic-gate /* Define to 1 if you have the <sys/select.h> header file. */ 8375685Sjp161948 #define HAVE_SYS_SELECT_H 1 8380Sstevel@tonic-gate 8390Sstevel@tonic-gate /* Define to 1 if you have the <sys/stat.h> header file. */ 8405685Sjp161948 #define HAVE_SYS_STAT_H 1 8410Sstevel@tonic-gate 8420Sstevel@tonic-gate /* Define to 1 if you have the <sys/stropts.h> header file. */ 8435685Sjp161948 #define HAVE_SYS_STROPTS_H 1 8440Sstevel@tonic-gate 8450Sstevel@tonic-gate /* Define to 1 if you have the <sys/sysmacros.h> header file. */ 8465685Sjp161948 #define HAVE_SYS_SYSMACROS_H 1 8470Sstevel@tonic-gate 8480Sstevel@tonic-gate /* Define to 1 if you have the <sys/time.h> header file. */ 8495685Sjp161948 #define HAVE_SYS_TIME_H 1 8500Sstevel@tonic-gate 8510Sstevel@tonic-gate /* Define to 1 if you have the <sys/types.h> header file. */ 8525685Sjp161948 #define HAVE_SYS_TYPES_H 1 8530Sstevel@tonic-gate 8540Sstevel@tonic-gate /* Define to 1 if you have the <sys/un.h> header file. */ 8555685Sjp161948 #define HAVE_SYS_UN_H 1 8560Sstevel@tonic-gate 8570Sstevel@tonic-gate /* Define to 1 if you have the `tcgetpgrp' function. */ 8585685Sjp161948 #define HAVE_TCGETPGRP 1 8590Sstevel@tonic-gate 8600Sstevel@tonic-gate /* Define to 1 if you have the `time' function. */ 8615685Sjp161948 #define HAVE_TIME 1 8620Sstevel@tonic-gate 8630Sstevel@tonic-gate /* Define to 1 if you have the <time.h> header file. */ 8645685Sjp161948 #define HAVE_TIME_H 1 8650Sstevel@tonic-gate 8660Sstevel@tonic-gate /* Define to 1 if you have the <tmpdir.h> header file. */ 8670Sstevel@tonic-gate /* #undef HAVE_TMPDIR_H */ 8680Sstevel@tonic-gate 8690Sstevel@tonic-gate /* Define to 1 if you have the `truncate' function. */ 8705685Sjp161948 #define HAVE_TRUNCATE 1 8710Sstevel@tonic-gate 8720Sstevel@tonic-gate /* Define to 1 if you have the <ttyent.h> header file. */ 8730Sstevel@tonic-gate /* #undef HAVE_TTYENT_H */ 8740Sstevel@tonic-gate 8752757Sjp161948 /* Define to 1 if you have the <ucred.h> header file. */ 8765685Sjp161948 #define HAVE_UCRED_H 1 8772757Sjp161948 8780Sstevel@tonic-gate /* Define to 1 if you have the <unistd.h> header file. */ 8795685Sjp161948 #define HAVE_UNISTD_H 1 8800Sstevel@tonic-gate 8810Sstevel@tonic-gate /* Define to 1 if you have the `updwtmp' function. */ 8825685Sjp161948 #define HAVE_UPDWTMP 1 8830Sstevel@tonic-gate 8840Sstevel@tonic-gate /* Define to 1 if you have the <usersec.h> header file. */ 8850Sstevel@tonic-gate /* #undef HAVE_USERSEC_H */ 8860Sstevel@tonic-gate 8870Sstevel@tonic-gate /* Define to 1 if you have the <util.h> header file. */ 8880Sstevel@tonic-gate /* #undef HAVE_UTIL_H */ 8890Sstevel@tonic-gate 8900Sstevel@tonic-gate /* Define to 1 if you have the `utimes' function. */ 8915685Sjp161948 #define HAVE_UTIMES 1 8920Sstevel@tonic-gate 8930Sstevel@tonic-gate /* Define to 1 if you have the <utime.h> header file. */ 8945685Sjp161948 #define HAVE_UTIME_H 1 8950Sstevel@tonic-gate 8960Sstevel@tonic-gate /* Define to 1 if you have the `utmpname' function. */ 8975685Sjp161948 #define HAVE_UTMPNAME 1 8980Sstevel@tonic-gate 8990Sstevel@tonic-gate /* Define to 1 if you have the `utmpxname' function. */ 9005685Sjp161948 #define HAVE_UTMPXNAME 1 9010Sstevel@tonic-gate 9020Sstevel@tonic-gate /* Define to 1 if you have the <utmpx.h> header file. */ 9035685Sjp161948 #define HAVE_UTMPX_H 1 9040Sstevel@tonic-gate 9050Sstevel@tonic-gate /* Define to 1 if you have the <utmp.h> header file. */ 9065685Sjp161948 #define HAVE_UTMP_H 1 9070Sstevel@tonic-gate 9085087Sjp161948 /* Define to 1 if you have the `vasprintf' function. */ 9098546SRoger.Faulkner@Sun.COM #define HAVE_VASPRINTF 1 9105087Sjp161948 9110Sstevel@tonic-gate /* Define to 1 if you have the `vhangup' function. */ 9125685Sjp161948 #define HAVE_VHANGUP 1 9130Sstevel@tonic-gate 9140Sstevel@tonic-gate /* Define to 1 if you have the `vsnprintf' function. */ 9155685Sjp161948 #define HAVE_VSNPRINTF 1 9160Sstevel@tonic-gate 9170Sstevel@tonic-gate /* Define to 1 if you have the `waitpid' function. */ 9185685Sjp161948 #define HAVE_WAITPID 1 9190Sstevel@tonic-gate 9200Sstevel@tonic-gate /* Define to 1 if you have the `_getpty' function. */ 9210Sstevel@tonic-gate /* #undef HAVE__GETPTY */ 9220Sstevel@tonic-gate 9230Sstevel@tonic-gate /* Define to 1 if you have the `__b64_ntop' function. */ 9240Sstevel@tonic-gate /* #undef HAVE___B64_NTOP */ 9250Sstevel@tonic-gate 9260Sstevel@tonic-gate /* Define to the address where bug reports for this package should be sent. */ 9275685Sjp161948 #define PACKAGE_BUGREPORT "" 9280Sstevel@tonic-gate 9290Sstevel@tonic-gate /* Define to the full name of this package. */ 9305685Sjp161948 #define PACKAGE_NAME "" 9310Sstevel@tonic-gate 9320Sstevel@tonic-gate /* Define to the full name and version of this package. */ 9335685Sjp161948 #define PACKAGE_STRING "" 9340Sstevel@tonic-gate 9350Sstevel@tonic-gate /* Define to the one symbol short name of this package. */ 9365685Sjp161948 #define PACKAGE_TARNAME "" 9370Sstevel@tonic-gate 9380Sstevel@tonic-gate /* Define to the version of this package. */ 9395685Sjp161948 #define PACKAGE_VERSION "" 9400Sstevel@tonic-gate 9410Sstevel@tonic-gate /* The size of a `char', as computed by sizeof. */ 9425685Sjp161948 #define SIZEOF_CHAR 1 9430Sstevel@tonic-gate 9440Sstevel@tonic-gate /* The size of a `int', as computed by sizeof. */ 9455685Sjp161948 #define SIZEOF_INT 4 9460Sstevel@tonic-gate 9470Sstevel@tonic-gate /* The size of a `long int', as computed by sizeof. */ 9485685Sjp161948 #define SIZEOF_LONG_INT 4 9490Sstevel@tonic-gate 9500Sstevel@tonic-gate /* The size of a `long long int', as computed by sizeof. */ 9515685Sjp161948 #define SIZEOF_LONG_LONG_INT 8 9520Sstevel@tonic-gate 9530Sstevel@tonic-gate /* The size of a `short int', as computed by sizeof. */ 9545685Sjp161948 #define SIZEOF_SHORT_INT 2 9550Sstevel@tonic-gate 9560Sstevel@tonic-gate /* Define to 1 if you have the ANSI C header files. */ 9575685Sjp161948 #define STDC_HEADERS 1 9580Sstevel@tonic-gate 9595685Sjp161948 /* 9605685Sjp161948 * Define to 1 if your processor stores words with the most significant byte 9615685Sjp161948 * first (like Motorola and SPARC, unlike Intel and VAX). 9625685Sjp161948 */ 9635685Sjp161948 #define WORDS_BIGENDIAN 1 9640Sstevel@tonic-gate 9650Sstevel@tonic-gate /* Number of bits in a file offset, on hosts where this is settable. */ 9665685Sjp161948 #define _FILE_OFFSET_BITS 64 9670Sstevel@tonic-gate 9680Sstevel@tonic-gate /* Define for large files, on AIX-style hosts. */ 9690Sstevel@tonic-gate /* #undef _LARGE_FILES */ 9700Sstevel@tonic-gate 9715685Sjp161948 /* 9725685Sjp161948 * Define as `__inline' if that's what the C compiler calls it, or to nothing if 9735685Sjp161948 * it is not supported. 9745685Sjp161948 */ 9750Sstevel@tonic-gate /* #undef inline */ 9760Sstevel@tonic-gate 9770Sstevel@tonic-gate /* type to use in place of socklen_t if not defined */ 9780Sstevel@tonic-gate /* #undef socklen_t */ 9790Sstevel@tonic-gate 9800Sstevel@tonic-gate /* Define for BSM auditing (Solaris) support */ 9815685Sjp161948 #define HAVE_BSM 1 9820Sstevel@tonic-gate 9830Sstevel@tonic-gate /* Define if compiling in ON */ 9845685Sjp161948 #define SUNW_SSH 1 9851475Scasper 9860Sstevel@tonic-gate /* ******************* Shouldn't need to edit below this line ************** */ 9870Sstevel@tonic-gate 9880Sstevel@tonic-gate #ifdef __cplusplus 9890Sstevel@tonic-gate } 9900Sstevel@tonic-gate #endif 9910Sstevel@tonic-gate 9920Sstevel@tonic-gate #endif /* _CONFIG_H */ 993