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 $ */ 4*13093SRoger.Faulkner@Oracle.COM 50Sstevel@tonic-gate /* 6*13093SRoger.Faulkner@Oracle.COM * Copyright (c) 2001, 2010, Oracle and/or its affiliates. All rights reserved. 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 /* If your header files don't define LOGIN_PROGRAM, then use this (detected) */ 320Sstevel@tonic-gate /* from environment and PATH */ 335685Sjp161948 #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login" 340Sstevel@tonic-gate 350Sstevel@tonic-gate /* Define if your password has a pw_class field */ 360Sstevel@tonic-gate /* #undef HAVE_PW_CLASS_IN_PASSWD */ 370Sstevel@tonic-gate 380Sstevel@tonic-gate /* Define if your password has a pw_expire field */ 390Sstevel@tonic-gate /* #undef HAVE_PW_EXPIRE_IN_PASSWD */ 400Sstevel@tonic-gate 410Sstevel@tonic-gate /* Define if your password has a pw_change field */ 420Sstevel@tonic-gate /* #undef HAVE_PW_CHANGE_IN_PASSWD */ 430Sstevel@tonic-gate 440Sstevel@tonic-gate /* Define if your system uses access rights style file descriptor passing */ 455685Sjp161948 #define HAVE_ACCRIGHTS_IN_MSGHDR 1 460Sstevel@tonic-gate 470Sstevel@tonic-gate /* Define if your system uses ancillary data style file descriptor passing */ 480Sstevel@tonic-gate /* #undef HAVE_CONTROL_IN_MSGHDR */ 490Sstevel@tonic-gate 500Sstevel@tonic-gate /* Define if you system's inet_ntoa is busted (e.g. Irix gcc issue) */ 510Sstevel@tonic-gate /* #undef BROKEN_INET_NTOA */ 520Sstevel@tonic-gate 530Sstevel@tonic-gate /* Define if your system defines sys_errlist[] */ 545685Sjp161948 #define HAVE_SYS_ERRLIST 1 550Sstevel@tonic-gate 560Sstevel@tonic-gate /* Define if your system defines sys_nerr */ 575685Sjp161948 #define HAVE_SYS_NERR 1 580Sstevel@tonic-gate 590Sstevel@tonic-gate /* Define if your system choked on IP TOS setting */ 605685Sjp161948 #define IP_TOS_IS_BROKEN 1 610Sstevel@tonic-gate 620Sstevel@tonic-gate /* Define if you have the getuserattr function. */ 630Sstevel@tonic-gate /* #undef HAVE_GETUSERATTR */ 640Sstevel@tonic-gate 650Sstevel@tonic-gate /* Work around problematic Linux PAM modules handling of PAM_TTY */ 665685Sjp161948 #define PAM_TTY_KLUDGE 1 670Sstevel@tonic-gate 680Sstevel@tonic-gate /* Define if your snprintf is busted */ 690Sstevel@tonic-gate /* #undef BROKEN_SNPRINTF */ 700Sstevel@tonic-gate 710Sstevel@tonic-gate /* Define if you are on Cygwin */ 720Sstevel@tonic-gate /* #undef HAVE_CYGWIN */ 730Sstevel@tonic-gate 740Sstevel@tonic-gate /* Define if you have a broken realpath. */ 750Sstevel@tonic-gate /* #undef BROKEN_REALPATH */ 760Sstevel@tonic-gate 770Sstevel@tonic-gate /* Define if you are on NEWS-OS */ 780Sstevel@tonic-gate /* #undef HAVE_NEWS4 */ 790Sstevel@tonic-gate 800Sstevel@tonic-gate /* Define if you want to enable PAM support */ 815685Sjp161948 #define USE_PAM 1 820Sstevel@tonic-gate 830Sstevel@tonic-gate /* Define if you want to enable AIX4's authenticate function */ 840Sstevel@tonic-gate /* #undef WITH_AIXAUTHENTICATE */ 850Sstevel@tonic-gate 865685Sjp161948 /* 875685Sjp161948 * Define if you have/want arrays (cluster-wide session managment, not C 885685Sjp161948 * arrays) 895685Sjp161948 */ 900Sstevel@tonic-gate /* #undef WITH_IRIX_ARRAY */ 910Sstevel@tonic-gate 920Sstevel@tonic-gate /* Define if you want IRIX project management */ 930Sstevel@tonic-gate /* #undef WITH_IRIX_PROJECT */ 940Sstevel@tonic-gate 950Sstevel@tonic-gate /* Define if you want IRIX audit trails */ 960Sstevel@tonic-gate /* #undef WITH_IRIX_AUDIT */ 970Sstevel@tonic-gate 980Sstevel@tonic-gate /* Define if you want IRIX kernel jobs */ 990Sstevel@tonic-gate /* #undef WITH_IRIX_JOBS */ 1000Sstevel@tonic-gate 1010Sstevel@tonic-gate /* Location of PRNGD/EGD random number socket */ 1020Sstevel@tonic-gate /* #undef PRNGD_SOCKET */ 1030Sstevel@tonic-gate 1040Sstevel@tonic-gate /* Port number of PRNGD/EGD random number socket */ 1050Sstevel@tonic-gate /* #undef PRNGD_PORT */ 1060Sstevel@tonic-gate 1070Sstevel@tonic-gate /* Builtin PRNG command timeout */ 1085685Sjp161948 #define ENTROPY_TIMEOUT_MSEC 200 1090Sstevel@tonic-gate 1100Sstevel@tonic-gate /* non-privileged user for privilege separation */ 1115685Sjp161948 #define SSH_PRIVSEP_USER "sshd" 1120Sstevel@tonic-gate 1135685Sjp161948 /* Define if you want to install preformatted manpages. */ 1140Sstevel@tonic-gate /* #undef MANTYPE */ 1150Sstevel@tonic-gate 1160Sstevel@tonic-gate /* Define if your ssl headers are included with #include <openssl/header.h> */ 1175685Sjp161948 #define HAVE_OPENSSL 1 1180Sstevel@tonic-gate 1190Sstevel@tonic-gate /* Define if Solaris' OpenSSL lacks AES support */ 1205685Sjp161948 #define SOLARIS_OPENSSL_NO_AES 1 1210Sstevel@tonic-gate 1220Sstevel@tonic-gate /* Define if Solaris-style Least Privilege is available */ 1235685Sjp161948 #define HAVE_SOLARIS_PRIVILEGE 1 1240Sstevel@tonic-gate 1250Sstevel@tonic-gate /* Define if you want Sun's alternative privilege separation */ 1265685Sjp161948 #define ALTPRIVSEP 1270Sstevel@tonic-gate 1280Sstevel@tonic-gate /* Define if you have Solaris-style Contracts */ 1295685Sjp161948 #define HAVE_SOLARIS_CONTRACTS 1 1300Sstevel@tonic-gate 1310Sstevel@tonic-gate /* Define if SVR4-style libcmd (for accessing /etc/default/ files) */ 1325685Sjp161948 #define HAVE_DEFOPEN 1 1330Sstevel@tonic-gate 1345685Sjp161948 /* 1355685Sjp161948 * Define if you are linking against RSAref. Used only to print the right 1365685Sjp161948 * message at run-time. 1375685Sjp161948 */ 1380Sstevel@tonic-gate /* #undef RSAREF */ 1390Sstevel@tonic-gate 1400Sstevel@tonic-gate /* struct timeval */ 1415685Sjp161948 #define HAVE_STRUCT_TIMEVAL 1 1420Sstevel@tonic-gate 1430Sstevel@tonic-gate /* struct utmp and struct utmpx fields */ 1440Sstevel@tonic-gate /* #undef HAVE_HOST_IN_UTMP */ 1455685Sjp161948 #define HAVE_HOST_IN_UTMPX 1 1460Sstevel@tonic-gate /* #undef HAVE_ADDR_IN_UTMP */ 1470Sstevel@tonic-gate /* #undef HAVE_ADDR_IN_UTMPX */ 1480Sstevel@tonic-gate /* #undef HAVE_ADDR_V6_IN_UTMP */ 1490Sstevel@tonic-gate /* #undef HAVE_ADDR_V6_IN_UTMPX */ 1505685Sjp161948 #define HAVE_SYSLEN_IN_UTMPX 1 1515685Sjp161948 #define HAVE_PID_IN_UTMP 1 1525685Sjp161948 #define HAVE_TYPE_IN_UTMP 1 1535685Sjp161948 #define HAVE_TYPE_IN_UTMPX 1 1540Sstevel@tonic-gate /* #undef HAVE_TV_IN_UTMP */ 1555685Sjp161948 #define HAVE_TV_IN_UTMPX 1 1565685Sjp161948 #define HAVE_ID_IN_UTMP 1 1575685Sjp161948 #define HAVE_ID_IN_UTMPX 1 1585685Sjp161948 #define HAVE_EXIT_IN_UTMP 1 1595685Sjp161948 #define HAVE_TIME_IN_UTMP 1 1605685Sjp161948 #define HAVE_TIME_IN_UTMPX 1 1610Sstevel@tonic-gate 1620Sstevel@tonic-gate /* Define if you don't want to use your system's login() call */ 1630Sstevel@tonic-gate /* #undef DISABLE_LOGIN */ 1640Sstevel@tonic-gate 1650Sstevel@tonic-gate /* Define if you don't want to use pututline() etc. to write [uw]tmp */ 1660Sstevel@tonic-gate /* #undef DISABLE_PUTUTLINE */ 1670Sstevel@tonic-gate 1680Sstevel@tonic-gate /* Define if you don't want to use pututxline() etc. to write [uw]tmpx */ 1690Sstevel@tonic-gate /* #undef DISABLE_PUTUTXLINE */ 1700Sstevel@tonic-gate 1710Sstevel@tonic-gate /* Define if you don't want to use lastlog */ 1720Sstevel@tonic-gate /* #undef DISABLE_LASTLOG */ 1730Sstevel@tonic-gate 1740Sstevel@tonic-gate /* Define if you don't want to use lastlog in session.c */ 1750Sstevel@tonic-gate /* #undef NO_SSH_LASTLOG */ 1760Sstevel@tonic-gate 1770Sstevel@tonic-gate /* Define if you don't want to use utmp */ 1785685Sjp161948 #define DISABLE_UTMP 1 1790Sstevel@tonic-gate 1800Sstevel@tonic-gate /* Define if you don't want to use utmpx */ 1810Sstevel@tonic-gate /* #undef DISABLE_UTMPX */ 1820Sstevel@tonic-gate 1830Sstevel@tonic-gate /* Define if you don't want to use wtmp */ 1845685Sjp161948 #define DISABLE_WTMP 1 1850Sstevel@tonic-gate 1860Sstevel@tonic-gate /* Define if you don't want to use wtmpx */ 1870Sstevel@tonic-gate /* #undef DISABLE_WTMPX */ 1880Sstevel@tonic-gate 1890Sstevel@tonic-gate /* Some systems need a utmpx entry for /bin/login to work */ 1905685Sjp161948 #define LOGIN_NEEDS_UTMPX 1 1910Sstevel@tonic-gate 1920Sstevel@tonic-gate /* Some versions of /bin/login need the TERM supplied on the commandline */ 1935685Sjp161948 #define LOGIN_NEEDS_TERM 1 1940Sstevel@tonic-gate 1950Sstevel@tonic-gate /* Define if your login program cannot handle end of options ("--") */ 1960Sstevel@tonic-gate /* #undef LOGIN_NO_ENDOPT */ 1970Sstevel@tonic-gate 1980Sstevel@tonic-gate /* Define if you want to specify the path to your lastlog file */ 1995685Sjp161948 #define CONF_LASTLOG_FILE "/var/adm/lastlog" 2000Sstevel@tonic-gate 2010Sstevel@tonic-gate /* Define if you want to specify the path to your utmp file */ 2020Sstevel@tonic-gate /* #undef CONF_UTMP_FILE */ 2030Sstevel@tonic-gate 2040Sstevel@tonic-gate /* Define if you want to specify the path to your wtmp file */ 2050Sstevel@tonic-gate /* #undef CONF_WTMP_FILE */ 2060Sstevel@tonic-gate 2070Sstevel@tonic-gate /* Define if you want to specify the path to your utmpx file */ 2080Sstevel@tonic-gate /* #undef CONF_UTMPX_FILE */ 2090Sstevel@tonic-gate 2100Sstevel@tonic-gate /* Define if you want to specify the path to your wtmpx file */ 2110Sstevel@tonic-gate /* #undef CONF_WTMPX_FILE */ 2120Sstevel@tonic-gate 2130Sstevel@tonic-gate /* Define if you want external askpass support */ 2140Sstevel@tonic-gate /* #undef USE_EXTERNAL_ASKPASS */ 2150Sstevel@tonic-gate 2160Sstevel@tonic-gate /* Define if libc defines __progname */ 217*13093SRoger.Faulkner@Oracle.COM #define HAVE___PROGNAME 1 2180Sstevel@tonic-gate 2190Sstevel@tonic-gate /* Define if compiler implements __FUNCTION__ */ 2205685Sjp161948 #define HAVE___FUNCTION__ 1 2210Sstevel@tonic-gate 2220Sstevel@tonic-gate /* Define if compiler implements __func__ */ 2235685Sjp161948 #define HAVE___func__ 1 2240Sstevel@tonic-gate 2250Sstevel@tonic-gate /* Define if you want GSS-API support */ 2265685Sjp161948 #define GSSAPI 1 2270Sstevel@tonic-gate 2280Sstevel@tonic-gate /* Define if you have <gssapi/gssapi.h> */ 2295685Sjp161948 #define SUNW_GSSAPI 1 2300Sstevel@tonic-gate 2310Sstevel@tonic-gate /* Define if you have GSS_Store_cred() */ 2325685Sjp161948 #define HAVE_GSS_STORE_CRED 1 2330Sstevel@tonic-gate 2340Sstevel@tonic-gate /* Define if you have __gss_userok() */ 2355685Sjp161948 #define HAVE___GSS_USEROK 1 2360Sstevel@tonic-gate 2370Sstevel@tonic-gate /* Define for simple authorization of GSS-API principals */ 2380Sstevel@tonic-gate /* #undef GSSAPI_SIMPLE_USEROK */ 2390Sstevel@tonic-gate 2400Sstevel@tonic-gate /* Define if you have gsscred_name_to_unix_cred() (Solaris) */ 2415685Sjp161948 #define HAVE_GSSCRED_API 1 2420Sstevel@tonic-gate 2430Sstevel@tonic-gate /* Define if you have __gss_oid_to_mech() */ 2445685Sjp161948 #define HAVE_GSS_OID_TO_MECH 1 2450Sstevel@tonic-gate 2460Sstevel@tonic-gate /* Define if you have gss_oid_to_str() */ 2475685Sjp161948 #define HAVE_GSS_OID_TO_STR 1 2480Sstevel@tonic-gate 2490Sstevel@tonic-gate /* Define if you want support for MIT krb5 GSS internals */ 2500Sstevel@tonic-gate /* #undef KRB5_GSS */ 2510Sstevel@tonic-gate 2520Sstevel@tonic-gate /* Define if you want support for GSI GSS internals */ 2530Sstevel@tonic-gate /* #undef GSI_GSS */ 2540Sstevel@tonic-gate 2550Sstevel@tonic-gate /* Define if you want raw Kerberos 5 support */ 2560Sstevel@tonic-gate /* #undef KRB5 */ 2570Sstevel@tonic-gate 2580Sstevel@tonic-gate /* Define if you want GSI/Globus authentication support */ 2590Sstevel@tonic-gate /* #undef GSI */ 2600Sstevel@tonic-gate 2610Sstevel@tonic-gate /* Define this if you are using the Heimdal version of Kerberos V5 */ 2620Sstevel@tonic-gate /* #undef HEIMDAL */ 2630Sstevel@tonic-gate 2640Sstevel@tonic-gate /* Define if you want Kerberos 4 support */ 2650Sstevel@tonic-gate /* #undef KRB4 */ 2660Sstevel@tonic-gate 2670Sstevel@tonic-gate /* Define if you want AFS support */ 2680Sstevel@tonic-gate /* #undef AFS */ 2690Sstevel@tonic-gate 2700Sstevel@tonic-gate /* Define if you want S/Key support */ 2710Sstevel@tonic-gate /* #undef SKEY */ 2720Sstevel@tonic-gate 2730Sstevel@tonic-gate /* Define if you want TCP Wrappers support */ 2745685Sjp161948 #define LIBWRAP 1 2750Sstevel@tonic-gate 2760Sstevel@tonic-gate /* Define if your libraries define login() */ 2770Sstevel@tonic-gate /* #undef HAVE_LOGIN */ 2780Sstevel@tonic-gate 2790Sstevel@tonic-gate /* Define if your libraries define getpagesize() */ 2805685Sjp161948 #define HAVE_GETPAGESIZE 1 2810Sstevel@tonic-gate 2820Sstevel@tonic-gate /* Define if xauth is found in your path */ 2839139SJan.Pechanec@Sun.COM #define XAUTH_PATH "/usr/X11/bin/xauth" 2840Sstevel@tonic-gate 2850Sstevel@tonic-gate /* Define if rsh is found in your path */ 2865685Sjp161948 #define RSH_PATH "/usr/bin/rsh" 2870Sstevel@tonic-gate 2880Sstevel@tonic-gate /* Define if you want to allow MD5 passwords */ 2890Sstevel@tonic-gate /* #undef HAVE_MD5_PASSWORDS */ 2900Sstevel@tonic-gate 2910Sstevel@tonic-gate /* Define if you want to disable shadow passwords */ 2920Sstevel@tonic-gate /* #undef DISABLE_SHADOW */ 2930Sstevel@tonic-gate 2940Sstevel@tonic-gate /* Define if you want to use shadow password expire field */ 2950Sstevel@tonic-gate /* #undef HAS_SHADOW_EXPIRE */ 2960Sstevel@tonic-gate 2970Sstevel@tonic-gate /* Define if you have Digital Unix Security Integration Architecture */ 2980Sstevel@tonic-gate /* #undef HAVE_OSF_SIA */ 2990Sstevel@tonic-gate 3000Sstevel@tonic-gate /* Define if you have getpwanam(3) [SunOS 4.x] */ 3010Sstevel@tonic-gate /* #undef HAVE_GETPWANAM */ 3020Sstevel@tonic-gate 3030Sstevel@tonic-gate /* Define if you have an old version of PAM which takes only one argument */ 3040Sstevel@tonic-gate /* to pam_strerror */ 3050Sstevel@tonic-gate /* #undef HAVE_OLD_PAM */ 3060Sstevel@tonic-gate 3070Sstevel@tonic-gate /* Define if you are using Solaris-derived PAM which passes pam_messages */ 3080Sstevel@tonic-gate /* to the conversation function with an extra level of indirection */ 3095685Sjp161948 #define PAM_SUN_CODEBASE 1 3100Sstevel@tonic-gate 3110Sstevel@tonic-gate /* Set this to your mail directory if you don't have maillock.h */ 3120Sstevel@tonic-gate /* #undef MAIL_DIRECTORY */ 3130Sstevel@tonic-gate 3140Sstevel@tonic-gate /* Data types */ 3155685Sjp161948 #define HAVE_U_INT 1 3165685Sjp161948 #define HAVE_INTXX_T 1 3170Sstevel@tonic-gate /* #undef HAVE_U_INTXX_T */ 3185685Sjp161948 #define HAVE_UINTXX_T 1 3195685Sjp161948 #define HAVE_INT64_T 1 3200Sstevel@tonic-gate /* #undef HAVE_U_INT64_T */ 3215685Sjp161948 #define HAVE_U_CHAR 1 3225685Sjp161948 #define HAVE_SIZE_T 1 3235685Sjp161948 #define HAVE_SSIZE_T 1 3245685Sjp161948 #define HAVE_CLOCK_T 1 3255685Sjp161948 #define HAVE_MODE_T 1 3265685Sjp161948 #define HAVE_PID_T 1 3275685Sjp161948 #define HAVE_SA_FAMILY_T 1 3285685Sjp161948 #define HAVE_STRUCT_SOCKADDR_STORAGE 1 3295685Sjp161948 #define HAVE_STRUCT_ADDRINFO 1 3305685Sjp161948 #define HAVE_STRUCT_IN6_ADDR 1 3315685Sjp161948 #define HAVE_STRUCT_SOCKADDR_IN6 1 3320Sstevel@tonic-gate 3330Sstevel@tonic-gate /* Fields in struct sockaddr_storage */ 3345685Sjp161948 #define HAVE_SS_FAMILY_IN_SS 1 3350Sstevel@tonic-gate /* #undef HAVE___SS_FAMILY_IN_SS */ 3360Sstevel@tonic-gate 3370Sstevel@tonic-gate /* Define if you have /dev/ptmx */ 3385685Sjp161948 #define HAVE_DEV_PTMX 1 3390Sstevel@tonic-gate 3400Sstevel@tonic-gate /* Define if you have /dev/ptc */ 3410Sstevel@tonic-gate /* #undef HAVE_DEV_PTS_AND_PTC */ 3420Sstevel@tonic-gate 3430Sstevel@tonic-gate /* Define if you need to use IP address instead of hostname in $DISPLAY */ 3440Sstevel@tonic-gate /* #undef IPADDR_IN_DISPLAY */ 3450Sstevel@tonic-gate 3469139SJan.Pechanec@Sun.COM /* 3479139SJan.Pechanec@Sun.COM * Specify the default $PATH. While /bin is a symbolic link to /usr/bin in 3489139SJan.Pechanec@Sun.COM * Solaris, to include both of them there may help when users use 3499139SJan.Pechanec@Sun.COM * ChrootDirectory options with plain SSH connections, without their own shell 3509139SJan.Pechanec@Sun.COM * profiles. 3519139SJan.Pechanec@Sun.COM */ 3529139SJan.Pechanec@Sun.COM #define USER_PATH "/usr/bin:/bin" 3530Sstevel@tonic-gate 3540Sstevel@tonic-gate /* Specify location of ssh.pid */ 3555685Sjp161948 #define _PATH_SSH_PIDDIR "/var/run" 3560Sstevel@tonic-gate 3570Sstevel@tonic-gate /* Use IPv4 for connection by default, IPv6 can still if explicity asked */ 3580Sstevel@tonic-gate /* #undef IPV4_DEFAULT */ 3590Sstevel@tonic-gate 3600Sstevel@tonic-gate /* getaddrinfo is broken (if present) */ 3610Sstevel@tonic-gate /* #undef BROKEN_GETADDRINFO */ 3620Sstevel@tonic-gate 3630Sstevel@tonic-gate /* Workaround more Linux IPv6 quirks */ 3640Sstevel@tonic-gate /* #undef DONT_TRY_OTHER_AF */ 3650Sstevel@tonic-gate 3660Sstevel@tonic-gate /* Detect IPv4 in IPv6 mapped addresses and treat as IPv4 */ 3675685Sjp161948 #define IPV4_IN_IPV6 1 3680Sstevel@tonic-gate 3690Sstevel@tonic-gate /* Define if you have BSD auth support */ 3700Sstevel@tonic-gate /* #undef BSD_AUTH */ 3710Sstevel@tonic-gate 3720Sstevel@tonic-gate /* Define if X11 doesn't support AF_UNIX sockets on that system */ 3730Sstevel@tonic-gate /* #undef NO_X11_UNIX_SOCKETS */ 3740Sstevel@tonic-gate 3750Sstevel@tonic-gate /* Define if the concept of ports only accessible to superusers isn't known */ 3760Sstevel@tonic-gate /* #undef NO_IPPORT_RESERVED_CONCEPT */ 3770Sstevel@tonic-gate 3780Sstevel@tonic-gate /* Needed for SCO and NeXT */ 3790Sstevel@tonic-gate /* #undef BROKEN_SAVED_UIDS */ 3800Sstevel@tonic-gate 3810Sstevel@tonic-gate /* Define if your system glob() function has the GLOB_ALTDIRFUNC extension */ 3820Sstevel@tonic-gate /* #undef GLOB_HAS_ALTDIRFUNC */ 3830Sstevel@tonic-gate 3840Sstevel@tonic-gate /* Define if your system glob() function has gl_matchc options in glob_t */ 3850Sstevel@tonic-gate /* #undef GLOB_HAS_GL_MATCHC */ 3860Sstevel@tonic-gate 3875685Sjp161948 /* 3885685Sjp161948 * Define in your struct dirent expects you to allocate extra space for 3895685Sjp161948 * d_name 3905685Sjp161948 */ 3915685Sjp161948 #define BROKEN_ONE_BYTE_DIRENT_D_NAME 1 3920Sstevel@tonic-gate 3930Sstevel@tonic-gate /* Define if your getopt(3) defines and uses optreset */ 3940Sstevel@tonic-gate /* #undef HAVE_GETOPT_OPTRESET */ 3950Sstevel@tonic-gate 3960Sstevel@tonic-gate /* Define on *nto-qnx systems */ 3970Sstevel@tonic-gate /* #undef MISSING_NFDBITS */ 3980Sstevel@tonic-gate 3990Sstevel@tonic-gate /* Define on *nto-qnx systems */ 4000Sstevel@tonic-gate /* #undef MISSING_HOWMANY */ 4010Sstevel@tonic-gate 4020Sstevel@tonic-gate /* Define on *nto-qnx systems */ 4030Sstevel@tonic-gate /* #undef MISSING_FD_MASK */ 4040Sstevel@tonic-gate 4058880SHuie-Ying.Lee@Sun.COM /* 4068880SHuie-Ying.Lee@Sun.COM * Use libedit or libtecla for sftp 4078880SHuie-Ying.Lee@Sun.COM * If both USE_LIBEDIT and USE_LIBTECLA are defined, then USE_LIBEDIT will 4088880SHuie-Ying.Lee@Sun.COM * have higher precedence. 4098880SHuie-Ying.Lee@Sun.COM */ 4105087Sjp161948 #undef USE_LIBEDIT 4118880SHuie-Ying.Lee@Sun.COM #define USE_LIBTECLA 1 4125087Sjp161948 4130Sstevel@tonic-gate /* Define if you want to use OpenSSL's internally seeded PRNG only */ 4145685Sjp161948 #define OPENSSL_PRNG_ONLY 1 4150Sstevel@tonic-gate 4160Sstevel@tonic-gate /* Define if you shouldn't strip 'tty' from your ttyname in [uw]tmp */ 4170Sstevel@tonic-gate /* #undef WITH_ABBREV_NO_TTY */ 4180Sstevel@tonic-gate 4190Sstevel@tonic-gate /* Define if you want a different $PATH for the superuser */ 4205685Sjp161948 #define SUPERUSER_PATH "/usr/sbin:/usr/bin" 4210Sstevel@tonic-gate 4220Sstevel@tonic-gate /* Path that unprivileged child will chroot() to in privep mode */ 4230Sstevel@tonic-gate /* #undef PRIVSEP_PATH */ 4240Sstevel@tonic-gate 4250Sstevel@tonic-gate /* Define if your platform needs to skip post auth file descriptor passing */ 4260Sstevel@tonic-gate /* #undef DISABLE_FD_PASSING */ 4270Sstevel@tonic-gate 4280Sstevel@tonic-gate 4290Sstevel@tonic-gate /* Define to 1 if the `getpgrp' function requires zero arguments. */ 4305685Sjp161948 #define GETPGRP_VOID 1 4310Sstevel@tonic-gate 4320Sstevel@tonic-gate /* Define to 1 if you have the `arc4random' function. */ 4330Sstevel@tonic-gate /* #undef HAVE_ARC4RANDOM */ 4340Sstevel@tonic-gate 4355087Sjp161948 /* Define to 1 if you have the `asprintf' function. */ 4368546SRoger.Faulkner@Sun.COM #define HAVE_ASPRINTF 1 4375087Sjp161948 4380Sstevel@tonic-gate /* Define to 1 if you have the `b64_ntop' function. */ 4390Sstevel@tonic-gate /* #undef HAVE_B64_NTOP */ 4400Sstevel@tonic-gate 4410Sstevel@tonic-gate /* Define to 1 if you have the `bcopy' function. */ 4425685Sjp161948 #define HAVE_BCOPY 1 4430Sstevel@tonic-gate 4440Sstevel@tonic-gate /* Define to 1 if you have the `bindresvport_sa' function. */ 4450Sstevel@tonic-gate /* #undef HAVE_BINDRESVPORT_SA */ 4460Sstevel@tonic-gate 4470Sstevel@tonic-gate /* Define to 1 if you have the <bstring.h> header file. */ 4480Sstevel@tonic-gate /* #undef HAVE_BSTRING_H */ 4490Sstevel@tonic-gate 4500Sstevel@tonic-gate /* Define to 1 if you have the `clock' function. */ 4515685Sjp161948 #define HAVE_CLOCK 1 4520Sstevel@tonic-gate 4530Sstevel@tonic-gate /* Define to 1 if you have the <crypt.h> header file. */ 4545685Sjp161948 #define HAVE_CRYPT_H 1 4550Sstevel@tonic-gate 4560Sstevel@tonic-gate /* Define to 1 if you have the `dirname' function. */ 4575685Sjp161948 #define HAVE_DIRNAME 1 4580Sstevel@tonic-gate 4590Sstevel@tonic-gate /* Define to 1 if you have the <endian.h> header file. */ 4600Sstevel@tonic-gate /* #undef HAVE_ENDIAN_H */ 4610Sstevel@tonic-gate 4620Sstevel@tonic-gate /* Define to 1 if you have the `endutent' function. */ 4635685Sjp161948 #define HAVE_ENDUTENT 1 4640Sstevel@tonic-gate 4650Sstevel@tonic-gate /* Define to 1 if you have the `endutxent' function. */ 4665685Sjp161948 #define HAVE_ENDUTXENT 1 4670Sstevel@tonic-gate 4680Sstevel@tonic-gate /* Define to 1 if you have the `fchmod' function. */ 4695685Sjp161948 #define HAVE_FCHMOD 1 4700Sstevel@tonic-gate 4710Sstevel@tonic-gate /* Define to 1 if you have the `fchown' function. */ 4725685Sjp161948 #define HAVE_FCHOWN 1 4730Sstevel@tonic-gate 4740Sstevel@tonic-gate /* Define to 1 if you have the <floatingpoint.h> header file. */ 4755685Sjp161948 #define HAVE_FLOATINGPOINT_H 1 4760Sstevel@tonic-gate 4770Sstevel@tonic-gate /* Define to 1 if you have the `freeaddrinfo' function. */ 4785685Sjp161948 #define HAVE_FREEADDRINFO 1 4790Sstevel@tonic-gate 4800Sstevel@tonic-gate /* Define to 1 if you have the `futimes' function. */ 4810Sstevel@tonic-gate /* #undef HAVE_FUTIMES */ 4820Sstevel@tonic-gate 4830Sstevel@tonic-gate /* Define to 1 if you have the `gai_strerror' function. */ 4845685Sjp161948 #define HAVE_GAI_STRERROR 1 4850Sstevel@tonic-gate 4860Sstevel@tonic-gate /* Define to 1 if you have the `getaddrinfo' function. */ 4875685Sjp161948 #define HAVE_GETADDRINFO 1 4880Sstevel@tonic-gate 4890Sstevel@tonic-gate /* Define to 1 if you have the `getcwd' function. */ 4905685Sjp161948 #define HAVE_GETCWD 1 4910Sstevel@tonic-gate 4920Sstevel@tonic-gate /* Define to 1 if you have the `getgrouplist' function. */ 4930Sstevel@tonic-gate /* #undef HAVE_GETGROUPLIST */ 4940Sstevel@tonic-gate 4950Sstevel@tonic-gate /* Define to 1 if you have the `getluid' function. */ 4960Sstevel@tonic-gate /* #undef HAVE_GETLUID */ 4970Sstevel@tonic-gate 4980Sstevel@tonic-gate /* Define to 1 if you have the `getnameinfo' function. */ 4995685Sjp161948 #define HAVE_GETNAMEINFO 1 5000Sstevel@tonic-gate 5010Sstevel@tonic-gate /* Define to 1 if you have the `getopt' function. */ 5025685Sjp161948 #define HAVE_GETOPT 1 5030Sstevel@tonic-gate 5040Sstevel@tonic-gate /* Define to 1 if you have the <getopt.h> header file. */ 5050Sstevel@tonic-gate /* #undef HAVE_GETOPT_H */ 5060Sstevel@tonic-gate 5070Sstevel@tonic-gate /* Define to 1 if you have the `getpeereid' function. */ 5080Sstevel@tonic-gate /* #undef HAVE_GETPEEREID */ 5090Sstevel@tonic-gate 5102757Sjp161948 /* Define to 1 if you have the `getpeerucred' function. */ 5115685Sjp161948 #define HAVE_GETPEERUCRED 1 5122757Sjp161948 5130Sstevel@tonic-gate /* Define to 1 if you have the `getpwanam' function. */ 5140Sstevel@tonic-gate /* #undef HAVE_GETPWANAM */ 5150Sstevel@tonic-gate 5160Sstevel@tonic-gate /* Define to 1 if you have the `getrlimit' function. */ 5175685Sjp161948 #define HAVE_GETRLIMIT 1 5180Sstevel@tonic-gate 5190Sstevel@tonic-gate /* Define to 1 if you have the `getrusage' function. */ 5205685Sjp161948 #define HAVE_GETRUSAGE 1 5210Sstevel@tonic-gate 5220Sstevel@tonic-gate /* Define to 1 if you have the `gettimeofday' function. */ 5235685Sjp161948 #define HAVE_GETTIMEOFDAY 1 5240Sstevel@tonic-gate 5250Sstevel@tonic-gate /* Define to 1 if you have the `getttyent' function. */ 5260Sstevel@tonic-gate /* #undef HAVE_GETTTYENT */ 5270Sstevel@tonic-gate 5280Sstevel@tonic-gate /* Define to 1 if you have the `getutent' function. */ 5295685Sjp161948 #define HAVE_GETUTENT 1 5300Sstevel@tonic-gate 5310Sstevel@tonic-gate /* Define to 1 if you have the `getutid' function. */ 5325685Sjp161948 #define HAVE_GETUTID 1 5330Sstevel@tonic-gate 5340Sstevel@tonic-gate /* Define to 1 if you have the `getutline' function. */ 5355685Sjp161948 #define HAVE_GETUTLINE 1 5360Sstevel@tonic-gate 5370Sstevel@tonic-gate /* Define to 1 if you have the `getutxent' function. */ 5385685Sjp161948 #define HAVE_GETUTXENT 1 5390Sstevel@tonic-gate 5400Sstevel@tonic-gate /* Define to 1 if you have the `getutxid' function. */ 5415685Sjp161948 #define HAVE_GETUTXID 1 5420Sstevel@tonic-gate 5430Sstevel@tonic-gate /* Define to 1 if you have the `getutxline' function. */ 5445685Sjp161948 #define HAVE_GETUTXLINE 1 5450Sstevel@tonic-gate 5460Sstevel@tonic-gate /* Define to 1 if you have the `glob' function. */ 5475685Sjp161948 #define HAVE_GLOB 1 5480Sstevel@tonic-gate 5490Sstevel@tonic-gate /* Define to 1 if you have the <glob.h> header file. */ 5505685Sjp161948 #define HAVE_GLOB_H 1 5510Sstevel@tonic-gate 5520Sstevel@tonic-gate /* Define to 1 if you have the <ia.h> header file. */ 5530Sstevel@tonic-gate /* #undef HAVE_IA_H */ 5540Sstevel@tonic-gate 5550Sstevel@tonic-gate /* Define to 1 if you have the `inet_aton' function. */ 5560Sstevel@tonic-gate /* #undef HAVE_INET_ATON */ 5570Sstevel@tonic-gate 5580Sstevel@tonic-gate /* Define to 1 if you have the `inet_ntoa' function. */ 5595685Sjp161948 #define HAVE_INET_NTOA 1 5600Sstevel@tonic-gate 5610Sstevel@tonic-gate /* Define to 1 if you have the `inet_ntop' function. */ 5625685Sjp161948 #define HAVE_INET_NTOP 1 5630Sstevel@tonic-gate 5640Sstevel@tonic-gate /* Define to 1 if you have the `innetgr' function. */ 5655685Sjp161948 #define HAVE_INNETGR 1 5660Sstevel@tonic-gate 5670Sstevel@tonic-gate /* Define to 1 if you have the <inttypes.h> header file. */ 5685685Sjp161948 #define HAVE_INTTYPES_H 1 5690Sstevel@tonic-gate 5700Sstevel@tonic-gate /* Define to 1 if you have the <krb.h> header file. */ 5710Sstevel@tonic-gate /* #undef HAVE_KRB_H */ 5720Sstevel@tonic-gate 5730Sstevel@tonic-gate /* Define to 1 if you have the <lastlog.h> header file. */ 5745685Sjp161948 #define HAVE_LASTLOG_H 1 5750Sstevel@tonic-gate 5760Sstevel@tonic-gate /* Define to 1 if you have the `crypt' library (-lcrypt). */ 5770Sstevel@tonic-gate /* #undef HAVE_LIBCRYPT */ 5780Sstevel@tonic-gate 5790Sstevel@tonic-gate /* Define to 1 if you have the `des' library (-ldes). */ 5800Sstevel@tonic-gate /* #undef HAVE_LIBDES */ 5810Sstevel@tonic-gate 5820Sstevel@tonic-gate /* Define to 1 if you have the `des425' library (-ldes425). */ 5830Sstevel@tonic-gate /* #undef HAVE_LIBDES425 */ 5840Sstevel@tonic-gate 5850Sstevel@tonic-gate /* Define to 1 if you have the `dl' library (-ldl). */ 5865685Sjp161948 #define HAVE_LIBDL 1 5870Sstevel@tonic-gate 5880Sstevel@tonic-gate /* Define to 1 if you have the <libgen.h> header file. */ 5895685Sjp161948 #define HAVE_LIBGEN_H 1 5900Sstevel@tonic-gate 5910Sstevel@tonic-gate /* Define to 1 if you have the `krb' library (-lkrb). */ 5920Sstevel@tonic-gate /* #undef HAVE_LIBKRB */ 5930Sstevel@tonic-gate 5940Sstevel@tonic-gate /* Define to 1 if you have the `krb4' library (-lkrb4). */ 5950Sstevel@tonic-gate /* #undef HAVE_LIBKRB4 */ 5960Sstevel@tonic-gate 5970Sstevel@tonic-gate /* Define to 1 if you have the `nsl' library (-lnsl). */ 5985685Sjp161948 #define HAVE_LIBNSL 1 5990Sstevel@tonic-gate 6000Sstevel@tonic-gate /* Define to 1 if you have the `pam' library (-lpam). */ 6015685Sjp161948 #define HAVE_LIBPAM 1 6020Sstevel@tonic-gate 6030Sstevel@tonic-gate /* Define to 1 if you have the `resolv' library (-lresolv). */ 6040Sstevel@tonic-gate /* #undef HAVE_LIBRESOLV */ 6050Sstevel@tonic-gate 6060Sstevel@tonic-gate /* Define to 1 if you have the `sectok' library (-lsectok). */ 6070Sstevel@tonic-gate /* #undef HAVE_LIBSECTOK */ 6080Sstevel@tonic-gate 6090Sstevel@tonic-gate /* Define to 1 if you have the `socket' library (-lsocket). */ 6105685Sjp161948 #define HAVE_LIBSOCKET 1 6110Sstevel@tonic-gate 6120Sstevel@tonic-gate /* Define to 1 if you have the <libutil.h> header file. */ 6130Sstevel@tonic-gate /* #undef HAVE_LIBUTIL_H */ 6140Sstevel@tonic-gate 6150Sstevel@tonic-gate /* Define to 1 if you have the `xnet' library (-lxnet). */ 6160Sstevel@tonic-gate /* #undef HAVE_LIBXNET */ 6170Sstevel@tonic-gate 6180Sstevel@tonic-gate /* Define to 1 if you have the `z' library (-lz). */ 6195685Sjp161948 #define HAVE_LIBZ 1 6200Sstevel@tonic-gate 6210Sstevel@tonic-gate /* Define to 1 if you have the <limits.h> header file. */ 6225685Sjp161948 #define HAVE_LIMITS_H 1 6230Sstevel@tonic-gate 6240Sstevel@tonic-gate /* Define to 1 if you have the <login.h> header file. */ 6250Sstevel@tonic-gate /* #undef HAVE_LOGIN_H */ 6260Sstevel@tonic-gate 6270Sstevel@tonic-gate /* Define to 1 if you have the `logout' function. */ 6280Sstevel@tonic-gate /* #undef HAVE_LOGOUT */ 6290Sstevel@tonic-gate 6300Sstevel@tonic-gate /* Define to 1 if you have the `logwtmp' function. */ 6310Sstevel@tonic-gate /* #undef HAVE_LOGWTMP */ 6320Sstevel@tonic-gate 6330Sstevel@tonic-gate /* Define to 1 if you have the <maillock.h> header file. */ 6345685Sjp161948 #define HAVE_MAILLOCK_H 1 6350Sstevel@tonic-gate 6360Sstevel@tonic-gate /* Define to 1 if you have the `md5_crypt' function. */ 6370Sstevel@tonic-gate /* #undef HAVE_MD5_CRYPT */ 6380Sstevel@tonic-gate 6390Sstevel@tonic-gate /* Define to 1 if you have the `memmove' function. */ 6405685Sjp161948 #define HAVE_MEMMOVE 1 6410Sstevel@tonic-gate 6420Sstevel@tonic-gate /* Define to 1 if you have the <memory.h> header file. */ 6435685Sjp161948 #define HAVE_MEMORY_H 1 6440Sstevel@tonic-gate 6455685Sjp161948 /* Define to 1 if you have mkstemp, mkstemps and mkdtemp */ 6465685Sjp161948 #define HAVE_MKDTEMP 1 6470Sstevel@tonic-gate 6480Sstevel@tonic-gate /* Define to 1 if you have the `mmap' function. */ 6495685Sjp161948 #define HAVE_MMAP 1 6500Sstevel@tonic-gate 6510Sstevel@tonic-gate /* Define to 1 if you have the <netdb.h> header file. */ 6525685Sjp161948 #define HAVE_NETDB_H 1 6530Sstevel@tonic-gate 6540Sstevel@tonic-gate /* Define to 1 if you have the <netgroup.h> header file. */ 6550Sstevel@tonic-gate /* #undef HAVE_NETGROUP_H */ 6560Sstevel@tonic-gate 6570Sstevel@tonic-gate /* Define to 1 if you have the <netinet/in_systm.h> header file. */ 6585685Sjp161948 #define HAVE_NETINET_IN_SYSTM_H 1 6590Sstevel@tonic-gate 6600Sstevel@tonic-gate /* Define to 1 if you have the `ngetaddrinfo' function. */ 6610Sstevel@tonic-gate /* #undef HAVE_NGETADDRINFO */ 6620Sstevel@tonic-gate 6630Sstevel@tonic-gate /* Define to 1 if you have the `ogetaddrinfo' function. */ 6640Sstevel@tonic-gate /* #undef HAVE_OGETADDRINFO */ 6650Sstevel@tonic-gate 6660Sstevel@tonic-gate /* Define to 1 if you have the `openpty' function. */ 6670Sstevel@tonic-gate /* #undef HAVE_OPENPTY */ 6680Sstevel@tonic-gate 6690Sstevel@tonic-gate /* Define to 1 if you have the `pam_getenvlist' function. */ 6705685Sjp161948 #define HAVE_PAM_GETENVLIST 1 6710Sstevel@tonic-gate 6720Sstevel@tonic-gate /* Define to 1 if you have the <paths.h> header file. */ 6730Sstevel@tonic-gate /* #undef HAVE_PATHS_H */ 6740Sstevel@tonic-gate 6750Sstevel@tonic-gate /* Define to 1 if you have the <pty.h> header file. */ 6760Sstevel@tonic-gate /* #undef HAVE_PTY_H */ 6770Sstevel@tonic-gate 6780Sstevel@tonic-gate /* Define to 1 if you have the `pututline' function. */ 6795685Sjp161948 #define HAVE_PUTUTLINE 1 6800Sstevel@tonic-gate 6810Sstevel@tonic-gate /* Define to 1 if you have the `pututxline' function. */ 6825685Sjp161948 #define HAVE_PUTUTXLINE 1 6830Sstevel@tonic-gate 6840Sstevel@tonic-gate /* Define to 1 if you have the `readpassphrase' function. */ 6850Sstevel@tonic-gate /* #undef HAVE_READPASSPHRASE */ 6860Sstevel@tonic-gate 6870Sstevel@tonic-gate /* Define to 1 if you have the <readpassphrase.h> header file. */ 6880Sstevel@tonic-gate /* #undef HAVE_READPASSPHRASE_H */ 6890Sstevel@tonic-gate 6900Sstevel@tonic-gate /* Define to 1 if you have the `realpath' function. */ 6915685Sjp161948 #define HAVE_REALPATH 1 6920Sstevel@tonic-gate 6930Sstevel@tonic-gate /* Define to 1 if you have the `recvmsg' function. */ 6945685Sjp161948 #define HAVE_RECVMSG 1 6950Sstevel@tonic-gate 6960Sstevel@tonic-gate /* Define to 1 if you have the <rpc/types.h> header file. */ 6975685Sjp161948 #define HAVE_RPC_TYPES_H 1 6980Sstevel@tonic-gate 6990Sstevel@tonic-gate /* Define to 1 if you have the `rresvport_af' function. */ 7005685Sjp161948 #define HAVE_RRESVPORT_AF 1 7010Sstevel@tonic-gate 7020Sstevel@tonic-gate /* Define to 1 if you have the <sectok.h> header file. */ 7030Sstevel@tonic-gate /* #undef HAVE_SECTOK_H */ 7040Sstevel@tonic-gate 7050Sstevel@tonic-gate /* Define to 1 if you have the <security/pam_appl.h> header file. */ 7065685Sjp161948 #define HAVE_SECURITY_PAM_APPL_H 1 7070Sstevel@tonic-gate 7080Sstevel@tonic-gate /* Define to 1 if you have the `sendmsg' function. */ 7095685Sjp161948 #define HAVE_SENDMSG 1 7100Sstevel@tonic-gate 7110Sstevel@tonic-gate /* Define to 1 if you have the `setdtablesize' function. */ 7120Sstevel@tonic-gate /* #undef HAVE_SETDTABLESIZE */ 7130Sstevel@tonic-gate 7140Sstevel@tonic-gate /* Define to 1 if you have the `setegid' function. */ 7155685Sjp161948 #define HAVE_SETEGID 1 7160Sstevel@tonic-gate 7170Sstevel@tonic-gate /* Define to 1 if you have the `setenv' function. */ 7185685Sjp161948 #define HAVE_SETENV 1 7190Sstevel@tonic-gate 7200Sstevel@tonic-gate /* Define to 1 if you have the `seteuid' function. */ 7215685Sjp161948 #define HAVE_SETEUID 1 7220Sstevel@tonic-gate 7230Sstevel@tonic-gate /* Define to 1 if you have the `setgroups' function. */ 7245685Sjp161948 #define HAVE_SETGROUPS 1 7250Sstevel@tonic-gate 7260Sstevel@tonic-gate /* Define to 1 if you have the `setlogin' function. */ 7270Sstevel@tonic-gate /* #undef HAVE_SETLOGIN */ 7280Sstevel@tonic-gate 7290Sstevel@tonic-gate /* Define to 1 if you have the `setluid' function. */ 7300Sstevel@tonic-gate /* #undef HAVE_SETLUID */ 7310Sstevel@tonic-gate 7320Sstevel@tonic-gate /* Define to 1 if you have the `setpcred' function. */ 7330Sstevel@tonic-gate /* #undef HAVE_SETPCRED */ 7340Sstevel@tonic-gate 7350Sstevel@tonic-gate /* Define to 1 if you have the `setproctitle' function. */ 7360Sstevel@tonic-gate /* #undef HAVE_SETPROCTITLE */ 7370Sstevel@tonic-gate 7380Sstevel@tonic-gate /* Define to 1 if you have the `setresgid' function. */ 7390Sstevel@tonic-gate /* #undef HAVE_SETRESGID */ 7400Sstevel@tonic-gate 7410Sstevel@tonic-gate /* Define to 1 if you have the `setreuid' function. */ 7425685Sjp161948 #define HAVE_SETREUID 1 7430Sstevel@tonic-gate 7440Sstevel@tonic-gate /* Define to 1 if you have the `setrlimit' function. */ 7455685Sjp161948 #define HAVE_SETRLIMIT 1 7460Sstevel@tonic-gate 7470Sstevel@tonic-gate /* Define to 1 if you have the `setsid' function. */ 7485685Sjp161948 #define HAVE_SETSID 1 7490Sstevel@tonic-gate 7500Sstevel@tonic-gate /* Define to 1 if you have the `setutent' function. */ 7515685Sjp161948 #define HAVE_SETUTENT 1 7520Sstevel@tonic-gate 7530Sstevel@tonic-gate /* Define to 1 if you have the `setutxent' function. */ 7545685Sjp161948 #define HAVE_SETUTXENT 1 7550Sstevel@tonic-gate 7560Sstevel@tonic-gate /* Define to 1 if you have the `setvbuf' function. */ 7575685Sjp161948 #define HAVE_SETVBUF 1 7580Sstevel@tonic-gate 7590Sstevel@tonic-gate /* Define to 1 if you have the <shadow.h> header file. */ 7605685Sjp161948 #define HAVE_SHADOW_H 1 7610Sstevel@tonic-gate 7620Sstevel@tonic-gate /* Define to 1 if you have the `sigaction' function. */ 7635685Sjp161948 #define HAVE_SIGACTION 1 7640Sstevel@tonic-gate 7650Sstevel@tonic-gate /* Define to 1 if you have the `sigvec' function. */ 7660Sstevel@tonic-gate /* #undef HAVE_SIGVEC */ 7670Sstevel@tonic-gate 7680Sstevel@tonic-gate /* Define to 1 if the system has the type `sig_atomic_t'. */ 7695685Sjp161948 #define HAVE_SIG_ATOMIC_T 1 7700Sstevel@tonic-gate 7710Sstevel@tonic-gate /* Define to 1 if you have the `snprintf' function. */ 7725685Sjp161948 #define HAVE_SNPRINTF 1 7730Sstevel@tonic-gate 7740Sstevel@tonic-gate /* Define to 1 if you have the `socketpair' function. */ 7755685Sjp161948 #define HAVE_SOCKETPAIR 1 7760Sstevel@tonic-gate 7770Sstevel@tonic-gate /* Define to 1 if you have the <stddef.h> header file. */ 7785685Sjp161948 #define HAVE_STDDEF_H 1 7790Sstevel@tonic-gate 7800Sstevel@tonic-gate /* Define to 1 if you have the <stdint.h> header file. */ 7810Sstevel@tonic-gate /* #undef HAVE_STDINT_H */ 7820Sstevel@tonic-gate 7830Sstevel@tonic-gate /* Define to 1 if you have the <stdlib.h> header file. */ 7845685Sjp161948 #define HAVE_STDLIB_H 1 7850Sstevel@tonic-gate 7860Sstevel@tonic-gate /* Define to 1 if you have the `strerror' function. */ 7875685Sjp161948 #define HAVE_STRERROR 1 7880Sstevel@tonic-gate 7890Sstevel@tonic-gate /* Define to 1 if you have the `strftime' function. */ 7905685Sjp161948 #define HAVE_STRFTIME 1 7910Sstevel@tonic-gate 7920Sstevel@tonic-gate /* Define to 1 if you have the <strings.h> header file. */ 7935685Sjp161948 #define HAVE_STRINGS_H 1 7940Sstevel@tonic-gate 7950Sstevel@tonic-gate /* Define to 1 if you have the <string.h> header file. */ 7965685Sjp161948 #define HAVE_STRING_H 1 7970Sstevel@tonic-gate 7980Sstevel@tonic-gate /* Define to 1 if you have the `strlcat' function. */ 7995685Sjp161948 #define HAVE_STRLCAT 1 8000Sstevel@tonic-gate 8010Sstevel@tonic-gate /* Define to 1 if you have the `strlcpy' function. */ 8025685Sjp161948 #define HAVE_STRLCPY 1 8030Sstevel@tonic-gate 8040Sstevel@tonic-gate /* Define to 1 if you have the `strmode' function. */ 8050Sstevel@tonic-gate /* #undef HAVE_STRMODE */ 8060Sstevel@tonic-gate 8070Sstevel@tonic-gate /* Define to 1 if `st_blksize' is member of `struct stat'. */ 8085685Sjp161948 #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 8090Sstevel@tonic-gate 8100Sstevel@tonic-gate /* Define to 1 if you have the `sysconf' function. */ 8115685Sjp161948 #define HAVE_SYSCONF 1 8120Sstevel@tonic-gate 8130Sstevel@tonic-gate /* Define to 1 if you have the <sys/bitypes.h> header file. */ 8140Sstevel@tonic-gate /* #undef HAVE_SYS_BITYPES_H */ 8150Sstevel@tonic-gate 8160Sstevel@tonic-gate /* Define to 1 if you have the <sys/bsdtty.h> header file. */ 8170Sstevel@tonic-gate /* #undef HAVE_SYS_BSDTTY_H */ 8180Sstevel@tonic-gate 8190Sstevel@tonic-gate /* Define to 1 if you have the <sys/cdefs.h> header file. */ 8200Sstevel@tonic-gate /* #undef HAVE_SYS_CDEFS_H */ 8210Sstevel@tonic-gate 8220Sstevel@tonic-gate 8230Sstevel@tonic-gate /* Define to 1 if you have the <sys/mman.h> header file. */ 8245685Sjp161948 #define HAVE_SYS_MMAN_H 1 8250Sstevel@tonic-gate 8260Sstevel@tonic-gate /* Define to 1 if you have the <sys/select.h> header file. */ 8275685Sjp161948 #define HAVE_SYS_SELECT_H 1 8280Sstevel@tonic-gate 8290Sstevel@tonic-gate /* Define to 1 if you have the <sys/stat.h> header file. */ 8305685Sjp161948 #define HAVE_SYS_STAT_H 1 8310Sstevel@tonic-gate 8320Sstevel@tonic-gate /* Define to 1 if you have the <sys/stropts.h> header file. */ 8335685Sjp161948 #define HAVE_SYS_STROPTS_H 1 8340Sstevel@tonic-gate 8350Sstevel@tonic-gate /* Define to 1 if you have the <sys/sysmacros.h> header file. */ 8365685Sjp161948 #define HAVE_SYS_SYSMACROS_H 1 8370Sstevel@tonic-gate 8380Sstevel@tonic-gate /* Define to 1 if you have the <sys/time.h> header file. */ 8395685Sjp161948 #define HAVE_SYS_TIME_H 1 8400Sstevel@tonic-gate 8410Sstevel@tonic-gate /* Define to 1 if you have the <sys/types.h> header file. */ 8425685Sjp161948 #define HAVE_SYS_TYPES_H 1 8430Sstevel@tonic-gate 8440Sstevel@tonic-gate /* Define to 1 if you have the <sys/un.h> header file. */ 8455685Sjp161948 #define HAVE_SYS_UN_H 1 8460Sstevel@tonic-gate 8470Sstevel@tonic-gate /* Define to 1 if you have the `tcgetpgrp' function. */ 8485685Sjp161948 #define HAVE_TCGETPGRP 1 8490Sstevel@tonic-gate 8500Sstevel@tonic-gate /* Define to 1 if you have the `time' function. */ 8515685Sjp161948 #define HAVE_TIME 1 8520Sstevel@tonic-gate 8530Sstevel@tonic-gate /* Define to 1 if you have the <time.h> header file. */ 8545685Sjp161948 #define HAVE_TIME_H 1 8550Sstevel@tonic-gate 8560Sstevel@tonic-gate /* Define to 1 if you have the <tmpdir.h> header file. */ 8570Sstevel@tonic-gate /* #undef HAVE_TMPDIR_H */ 8580Sstevel@tonic-gate 8590Sstevel@tonic-gate /* Define to 1 if you have the `truncate' function. */ 8605685Sjp161948 #define HAVE_TRUNCATE 1 8610Sstevel@tonic-gate 8620Sstevel@tonic-gate /* Define to 1 if you have the <ttyent.h> header file. */ 8630Sstevel@tonic-gate /* #undef HAVE_TTYENT_H */ 8640Sstevel@tonic-gate 8652757Sjp161948 /* Define to 1 if you have the <ucred.h> header file. */ 8665685Sjp161948 #define HAVE_UCRED_H 1 8672757Sjp161948 8680Sstevel@tonic-gate /* Define to 1 if you have the <unistd.h> header file. */ 8695685Sjp161948 #define HAVE_UNISTD_H 1 8700Sstevel@tonic-gate 8710Sstevel@tonic-gate /* Define to 1 if you have the `updwtmp' function. */ 8725685Sjp161948 #define HAVE_UPDWTMP 1 8730Sstevel@tonic-gate 8740Sstevel@tonic-gate /* Define to 1 if you have the <usersec.h> header file. */ 8750Sstevel@tonic-gate /* #undef HAVE_USERSEC_H */ 8760Sstevel@tonic-gate 8770Sstevel@tonic-gate /* Define to 1 if you have the <util.h> header file. */ 8780Sstevel@tonic-gate /* #undef HAVE_UTIL_H */ 8790Sstevel@tonic-gate 8800Sstevel@tonic-gate /* Define to 1 if you have the `utimes' function. */ 8815685Sjp161948 #define HAVE_UTIMES 1 8820Sstevel@tonic-gate 8830Sstevel@tonic-gate /* Define to 1 if you have the <utime.h> header file. */ 8845685Sjp161948 #define HAVE_UTIME_H 1 8850Sstevel@tonic-gate 8860Sstevel@tonic-gate /* Define to 1 if you have the `utmpname' function. */ 8875685Sjp161948 #define HAVE_UTMPNAME 1 8880Sstevel@tonic-gate 8890Sstevel@tonic-gate /* Define to 1 if you have the `utmpxname' function. */ 8905685Sjp161948 #define HAVE_UTMPXNAME 1 8910Sstevel@tonic-gate 8920Sstevel@tonic-gate /* Define to 1 if you have the <utmpx.h> header file. */ 8935685Sjp161948 #define HAVE_UTMPX_H 1 8940Sstevel@tonic-gate 8950Sstevel@tonic-gate /* Define to 1 if you have the <utmp.h> header file. */ 8965685Sjp161948 #define HAVE_UTMP_H 1 8970Sstevel@tonic-gate 8985087Sjp161948 /* Define to 1 if you have the `vasprintf' function. */ 8998546SRoger.Faulkner@Sun.COM #define HAVE_VASPRINTF 1 9005087Sjp161948 9010Sstevel@tonic-gate /* Define to 1 if you have the `vhangup' function. */ 9025685Sjp161948 #define HAVE_VHANGUP 1 9030Sstevel@tonic-gate 9040Sstevel@tonic-gate /* Define to 1 if you have the `vsnprintf' function. */ 9055685Sjp161948 #define HAVE_VSNPRINTF 1 9060Sstevel@tonic-gate 9070Sstevel@tonic-gate /* Define to 1 if you have the `waitpid' function. */ 9085685Sjp161948 #define HAVE_WAITPID 1 9090Sstevel@tonic-gate 9100Sstevel@tonic-gate /* Define to 1 if you have the `_getpty' function. */ 9110Sstevel@tonic-gate /* #undef HAVE__GETPTY */ 9120Sstevel@tonic-gate 9130Sstevel@tonic-gate /* Define to 1 if you have the `__b64_ntop' function. */ 9140Sstevel@tonic-gate /* #undef HAVE___B64_NTOP */ 9150Sstevel@tonic-gate 9160Sstevel@tonic-gate /* Define to the address where bug reports for this package should be sent. */ 9175685Sjp161948 #define PACKAGE_BUGREPORT "" 9180Sstevel@tonic-gate 9190Sstevel@tonic-gate /* Define to the full name of this package. */ 9205685Sjp161948 #define PACKAGE_NAME "" 9210Sstevel@tonic-gate 9220Sstevel@tonic-gate /* Define to the full name and version of this package. */ 9235685Sjp161948 #define PACKAGE_STRING "" 9240Sstevel@tonic-gate 9250Sstevel@tonic-gate /* Define to the one symbol short name of this package. */ 9265685Sjp161948 #define PACKAGE_TARNAME "" 9270Sstevel@tonic-gate 9280Sstevel@tonic-gate /* Define to the version of this package. */ 9295685Sjp161948 #define PACKAGE_VERSION "" 9300Sstevel@tonic-gate 9310Sstevel@tonic-gate /* The size of a `char', as computed by sizeof. */ 9325685Sjp161948 #define SIZEOF_CHAR 1 9330Sstevel@tonic-gate 9340Sstevel@tonic-gate /* The size of a `int', as computed by sizeof. */ 9355685Sjp161948 #define SIZEOF_INT 4 9360Sstevel@tonic-gate 9370Sstevel@tonic-gate /* The size of a `long int', as computed by sizeof. */ 9385685Sjp161948 #define SIZEOF_LONG_INT 4 9390Sstevel@tonic-gate 9400Sstevel@tonic-gate /* The size of a `long long int', as computed by sizeof. */ 9415685Sjp161948 #define SIZEOF_LONG_LONG_INT 8 9420Sstevel@tonic-gate 9430Sstevel@tonic-gate /* The size of a `short int', as computed by sizeof. */ 9445685Sjp161948 #define SIZEOF_SHORT_INT 2 9450Sstevel@tonic-gate 9460Sstevel@tonic-gate /* Define to 1 if you have the ANSI C header files. */ 9475685Sjp161948 #define STDC_HEADERS 1 9480Sstevel@tonic-gate 9495685Sjp161948 /* 9505685Sjp161948 * Define to 1 if your processor stores words with the most significant byte 9515685Sjp161948 * first (like Motorola and SPARC, unlike Intel and VAX). 9525685Sjp161948 */ 9535685Sjp161948 #define WORDS_BIGENDIAN 1 9540Sstevel@tonic-gate 9550Sstevel@tonic-gate /* Number of bits in a file offset, on hosts where this is settable. */ 9565685Sjp161948 #define _FILE_OFFSET_BITS 64 9570Sstevel@tonic-gate 9580Sstevel@tonic-gate /* Define for large files, on AIX-style hosts. */ 9590Sstevel@tonic-gate /* #undef _LARGE_FILES */ 9600Sstevel@tonic-gate 9615685Sjp161948 /* 9625685Sjp161948 * Define as `__inline' if that's what the C compiler calls it, or to nothing if 9635685Sjp161948 * it is not supported. 9645685Sjp161948 */ 9650Sstevel@tonic-gate /* #undef inline */ 9660Sstevel@tonic-gate 9670Sstevel@tonic-gate /* type to use in place of socklen_t if not defined */ 9680Sstevel@tonic-gate /* #undef socklen_t */ 9690Sstevel@tonic-gate 9700Sstevel@tonic-gate /* Define for BSM auditing (Solaris) support */ 9715685Sjp161948 #define HAVE_BSM 1 9720Sstevel@tonic-gate 9730Sstevel@tonic-gate /* Define if compiling in ON */ 9745685Sjp161948 #define SUNW_SSH 1 9751475Scasper 9760Sstevel@tonic-gate /* ******************* Shouldn't need to edit below this line ************** */ 9770Sstevel@tonic-gate 9780Sstevel@tonic-gate #ifdef __cplusplus 9790Sstevel@tonic-gate } 9800Sstevel@tonic-gate #endif 9810Sstevel@tonic-gate 9820Sstevel@tonic-gate #endif /* _CONFIG_H */ 983