xref: /onnv-gate/usr/src/cmd/ssh/include/config.h (revision 9139:84e06a454b4b)
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 */
292*9139SJan.Pechanec@Sun.COM #define	XAUTH_PATH "/usr/X11/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 
355*9139SJan.Pechanec@Sun.COM /*
356*9139SJan.Pechanec@Sun.COM  * Specify the default $PATH. While /bin is a symbolic link to /usr/bin in
357*9139SJan.Pechanec@Sun.COM  * Solaris, to include both of them there may help when users use
358*9139SJan.Pechanec@Sun.COM  * ChrootDirectory options with plain SSH connections, without their own shell
359*9139SJan.Pechanec@Sun.COM  * profiles.
360*9139SJan.Pechanec@Sun.COM  */
361*9139SJan.Pechanec@Sun.COM #define	USER_PATH "/usr/bin:/bin"
3620Sstevel@tonic-gate 
3630Sstevel@tonic-gate /* Specify location of ssh.pid */
3645685Sjp161948 #define	_PATH_SSH_PIDDIR "/var/run"
3650Sstevel@tonic-gate 
3660Sstevel@tonic-gate /* Use IPv4 for connection by default, IPv6 can still if explicity asked */
3670Sstevel@tonic-gate /* #undef IPV4_DEFAULT */
3680Sstevel@tonic-gate 
3690Sstevel@tonic-gate /* getaddrinfo is broken (if present) */
3700Sstevel@tonic-gate /* #undef BROKEN_GETADDRINFO */
3710Sstevel@tonic-gate 
3720Sstevel@tonic-gate /* Workaround more Linux IPv6 quirks */
3730Sstevel@tonic-gate /* #undef DONT_TRY_OTHER_AF */
3740Sstevel@tonic-gate 
3750Sstevel@tonic-gate /* Detect IPv4 in IPv6 mapped addresses and treat as IPv4 */
3765685Sjp161948 #define	IPV4_IN_IPV6 1
3770Sstevel@tonic-gate 
3780Sstevel@tonic-gate /* Define if you have BSD auth support */
3790Sstevel@tonic-gate /* #undef BSD_AUTH */
3800Sstevel@tonic-gate 
3810Sstevel@tonic-gate /* Define if X11 doesn't support AF_UNIX sockets on that system */
3820Sstevel@tonic-gate /* #undef NO_X11_UNIX_SOCKETS */
3830Sstevel@tonic-gate 
3840Sstevel@tonic-gate /* Define if the concept of ports only accessible to superusers isn't known */
3850Sstevel@tonic-gate /* #undef NO_IPPORT_RESERVED_CONCEPT */
3860Sstevel@tonic-gate 
3870Sstevel@tonic-gate /* Needed for SCO and NeXT */
3880Sstevel@tonic-gate /* #undef BROKEN_SAVED_UIDS */
3890Sstevel@tonic-gate 
3900Sstevel@tonic-gate /* Define if your system glob() function has the GLOB_ALTDIRFUNC extension */
3910Sstevel@tonic-gate /* #undef GLOB_HAS_ALTDIRFUNC */
3920Sstevel@tonic-gate 
3930Sstevel@tonic-gate /* Define if your system glob() function has gl_matchc options in glob_t */
3940Sstevel@tonic-gate /* #undef GLOB_HAS_GL_MATCHC */
3950Sstevel@tonic-gate 
3965685Sjp161948 /*
3975685Sjp161948  * Define in your struct dirent expects you to allocate extra space for
3985685Sjp161948  * d_name
3995685Sjp161948  */
4005685Sjp161948 #define	BROKEN_ONE_BYTE_DIRENT_D_NAME 1
4010Sstevel@tonic-gate 
4020Sstevel@tonic-gate /* Define if your getopt(3) defines and uses optreset */
4030Sstevel@tonic-gate /* #undef HAVE_GETOPT_OPTRESET */
4040Sstevel@tonic-gate 
4050Sstevel@tonic-gate /* Define on *nto-qnx systems */
4060Sstevel@tonic-gate /* #undef MISSING_NFDBITS */
4070Sstevel@tonic-gate 
4080Sstevel@tonic-gate /* Define on *nto-qnx systems */
4090Sstevel@tonic-gate /* #undef MISSING_HOWMANY */
4100Sstevel@tonic-gate 
4110Sstevel@tonic-gate /* Define on *nto-qnx systems */
4120Sstevel@tonic-gate /* #undef MISSING_FD_MASK */
4130Sstevel@tonic-gate 
4148880SHuie-Ying.Lee@Sun.COM /*
4158880SHuie-Ying.Lee@Sun.COM  * Use libedit or libtecla for sftp
4168880SHuie-Ying.Lee@Sun.COM  * If both USE_LIBEDIT and USE_LIBTECLA are defined, then USE_LIBEDIT will
4178880SHuie-Ying.Lee@Sun.COM  * have higher precedence.
4188880SHuie-Ying.Lee@Sun.COM  */
4195087Sjp161948 #undef USE_LIBEDIT
4208880SHuie-Ying.Lee@Sun.COM #define	USE_LIBTECLA	1
4215087Sjp161948 
4220Sstevel@tonic-gate /* Define if you want to use OpenSSL's internally seeded PRNG only */
4235685Sjp161948 #define	OPENSSL_PRNG_ONLY 1
4240Sstevel@tonic-gate 
4250Sstevel@tonic-gate /* Define if you shouldn't strip 'tty' from your ttyname in [uw]tmp */
4260Sstevel@tonic-gate /* #undef WITH_ABBREV_NO_TTY */
4270Sstevel@tonic-gate 
4280Sstevel@tonic-gate /* Define if you want a different $PATH for the superuser */
4295685Sjp161948 #define	SUPERUSER_PATH "/usr/sbin:/usr/bin"
4300Sstevel@tonic-gate 
4310Sstevel@tonic-gate /* Path that unprivileged child will chroot() to in privep mode */
4320Sstevel@tonic-gate /* #undef PRIVSEP_PATH */
4330Sstevel@tonic-gate 
4340Sstevel@tonic-gate /* Define if your platform needs to skip post auth file descriptor passing */
4350Sstevel@tonic-gate /* #undef DISABLE_FD_PASSING */
4360Sstevel@tonic-gate 
4370Sstevel@tonic-gate 
4380Sstevel@tonic-gate /* Define to 1 if the `getpgrp' function requires zero arguments. */
4395685Sjp161948 #define	GETPGRP_VOID 1
4400Sstevel@tonic-gate 
4410Sstevel@tonic-gate /* Define to 1 if you have the `arc4random' function. */
4420Sstevel@tonic-gate /* #undef HAVE_ARC4RANDOM */
4430Sstevel@tonic-gate 
4445087Sjp161948 /* Define to 1 if you have the `asprintf' function. */
4458546SRoger.Faulkner@Sun.COM #define	HAVE_ASPRINTF 1
4465087Sjp161948 
4470Sstevel@tonic-gate /* Define to 1 if you have the `b64_ntop' function. */
4480Sstevel@tonic-gate /* #undef HAVE_B64_NTOP */
4490Sstevel@tonic-gate 
4500Sstevel@tonic-gate /* Define to 1 if you have the `bcopy' function. */
4515685Sjp161948 #define	HAVE_BCOPY 1
4520Sstevel@tonic-gate 
4530Sstevel@tonic-gate /* Define to 1 if you have the `bindresvport_sa' function. */
4540Sstevel@tonic-gate /* #undef HAVE_BINDRESVPORT_SA */
4550Sstevel@tonic-gate 
4560Sstevel@tonic-gate /* Define to 1 if you have the <bstring.h> header file. */
4570Sstevel@tonic-gate /* #undef HAVE_BSTRING_H */
4580Sstevel@tonic-gate 
4590Sstevel@tonic-gate /* Define to 1 if you have the `clock' function. */
4605685Sjp161948 #define	HAVE_CLOCK 1
4610Sstevel@tonic-gate 
4620Sstevel@tonic-gate /* Define to 1 if you have the <crypt.h> header file. */
4635685Sjp161948 #define	HAVE_CRYPT_H 1
4640Sstevel@tonic-gate 
4650Sstevel@tonic-gate /* Define to 1 if you have the `dirname' function. */
4665685Sjp161948 #define	HAVE_DIRNAME 1
4670Sstevel@tonic-gate 
4680Sstevel@tonic-gate /* Define to 1 if you have the <endian.h> header file. */
4690Sstevel@tonic-gate /* #undef HAVE_ENDIAN_H */
4700Sstevel@tonic-gate 
4710Sstevel@tonic-gate /* Define to 1 if you have the `endutent' function. */
4725685Sjp161948 #define	HAVE_ENDUTENT 1
4730Sstevel@tonic-gate 
4740Sstevel@tonic-gate /* Define to 1 if you have the `endutxent' function. */
4755685Sjp161948 #define	HAVE_ENDUTXENT 1
4760Sstevel@tonic-gate 
4770Sstevel@tonic-gate /* Define to 1 if you have the `fchmod' function. */
4785685Sjp161948 #define	HAVE_FCHMOD 1
4790Sstevel@tonic-gate 
4800Sstevel@tonic-gate /* Define to 1 if you have the `fchown' function. */
4815685Sjp161948 #define	HAVE_FCHOWN 1
4820Sstevel@tonic-gate 
4830Sstevel@tonic-gate /* Define to 1 if you have the <floatingpoint.h> header file. */
4845685Sjp161948 #define	HAVE_FLOATINGPOINT_H 1
4850Sstevel@tonic-gate 
4860Sstevel@tonic-gate /* Define to 1 if you have the `freeaddrinfo' function. */
4875685Sjp161948 #define	HAVE_FREEADDRINFO 1
4880Sstevel@tonic-gate 
4890Sstevel@tonic-gate /* Define to 1 if you have the `futimes' function. */
4900Sstevel@tonic-gate /* #undef HAVE_FUTIMES */
4910Sstevel@tonic-gate 
4920Sstevel@tonic-gate /* Define to 1 if you have the `gai_strerror' function. */
4935685Sjp161948 #define	HAVE_GAI_STRERROR 1
4940Sstevel@tonic-gate 
4950Sstevel@tonic-gate /* Define to 1 if you have the `getaddrinfo' function. */
4965685Sjp161948 #define	HAVE_GETADDRINFO 1
4970Sstevel@tonic-gate 
4980Sstevel@tonic-gate /* Define to 1 if you have the `getcwd' function. */
4995685Sjp161948 #define	HAVE_GETCWD 1
5000Sstevel@tonic-gate 
5010Sstevel@tonic-gate /* Define to 1 if you have the `getgrouplist' function. */
5020Sstevel@tonic-gate /* #undef HAVE_GETGROUPLIST */
5030Sstevel@tonic-gate 
5040Sstevel@tonic-gate /* Define to 1 if you have the `getluid' function. */
5050Sstevel@tonic-gate /* #undef HAVE_GETLUID */
5060Sstevel@tonic-gate 
5070Sstevel@tonic-gate /* Define to 1 if you have the `getnameinfo' function. */
5085685Sjp161948 #define	HAVE_GETNAMEINFO 1
5090Sstevel@tonic-gate 
5100Sstevel@tonic-gate /* Define to 1 if you have the `getopt' function. */
5115685Sjp161948 #define	HAVE_GETOPT 1
5120Sstevel@tonic-gate 
5130Sstevel@tonic-gate /* Define to 1 if you have the <getopt.h> header file. */
5140Sstevel@tonic-gate /* #undef HAVE_GETOPT_H */
5150Sstevel@tonic-gate 
5160Sstevel@tonic-gate /* Define to 1 if you have the `getpeereid' function. */
5170Sstevel@tonic-gate /* #undef HAVE_GETPEEREID */
5180Sstevel@tonic-gate 
5192757Sjp161948 /* Define to 1 if you have the `getpeerucred' function. */
5205685Sjp161948 #define	HAVE_GETPEERUCRED 1
5212757Sjp161948 
5220Sstevel@tonic-gate /* Define to 1 if you have the `getpwanam' function. */
5230Sstevel@tonic-gate /* #undef HAVE_GETPWANAM */
5240Sstevel@tonic-gate 
5250Sstevel@tonic-gate /* Define to 1 if you have the `getrlimit' function. */
5265685Sjp161948 #define	HAVE_GETRLIMIT 1
5270Sstevel@tonic-gate 
5280Sstevel@tonic-gate /* Define to 1 if you have the `getrusage' function. */
5295685Sjp161948 #define	HAVE_GETRUSAGE 1
5300Sstevel@tonic-gate 
5310Sstevel@tonic-gate /* Define to 1 if you have the `gettimeofday' function. */
5325685Sjp161948 #define	HAVE_GETTIMEOFDAY 1
5330Sstevel@tonic-gate 
5340Sstevel@tonic-gate /* Define to 1 if you have the `getttyent' function. */
5350Sstevel@tonic-gate /* #undef HAVE_GETTTYENT */
5360Sstevel@tonic-gate 
5370Sstevel@tonic-gate /* Define to 1 if you have the `getutent' function. */
5385685Sjp161948 #define	HAVE_GETUTENT 1
5390Sstevel@tonic-gate 
5400Sstevel@tonic-gate /* Define to 1 if you have the `getutid' function. */
5415685Sjp161948 #define	HAVE_GETUTID 1
5420Sstevel@tonic-gate 
5430Sstevel@tonic-gate /* Define to 1 if you have the `getutline' function. */
5445685Sjp161948 #define	HAVE_GETUTLINE 1
5450Sstevel@tonic-gate 
5460Sstevel@tonic-gate /* Define to 1 if you have the `getutxent' function. */
5475685Sjp161948 #define	HAVE_GETUTXENT 1
5480Sstevel@tonic-gate 
5490Sstevel@tonic-gate /* Define to 1 if you have the `getutxid' function. */
5505685Sjp161948 #define	HAVE_GETUTXID 1
5510Sstevel@tonic-gate 
5520Sstevel@tonic-gate /* Define to 1 if you have the `getutxline' function. */
5535685Sjp161948 #define	HAVE_GETUTXLINE 1
5540Sstevel@tonic-gate 
5550Sstevel@tonic-gate /* Define to 1 if you have the `glob' function. */
5565685Sjp161948 #define	HAVE_GLOB 1
5570Sstevel@tonic-gate 
5580Sstevel@tonic-gate /* Define to 1 if you have the <glob.h> header file. */
5595685Sjp161948 #define	HAVE_GLOB_H 1
5600Sstevel@tonic-gate 
5610Sstevel@tonic-gate /* Define to 1 if you have the <ia.h> header file. */
5620Sstevel@tonic-gate /* #undef HAVE_IA_H */
5630Sstevel@tonic-gate 
5640Sstevel@tonic-gate /* Define to 1 if you have the `inet_aton' function. */
5650Sstevel@tonic-gate /* #undef HAVE_INET_ATON */
5660Sstevel@tonic-gate 
5670Sstevel@tonic-gate /* Define to 1 if you have the `inet_ntoa' function. */
5685685Sjp161948 #define	HAVE_INET_NTOA 1
5690Sstevel@tonic-gate 
5700Sstevel@tonic-gate /* Define to 1 if you have the `inet_ntop' function. */
5715685Sjp161948 #define	HAVE_INET_NTOP 1
5720Sstevel@tonic-gate 
5730Sstevel@tonic-gate /* Define to 1 if you have the `innetgr' function. */
5745685Sjp161948 #define	HAVE_INNETGR 1
5750Sstevel@tonic-gate 
5760Sstevel@tonic-gate /* Define to 1 if you have the <inttypes.h> header file. */
5775685Sjp161948 #define	HAVE_INTTYPES_H 1
5780Sstevel@tonic-gate 
5790Sstevel@tonic-gate /* Define to 1 if you have the <krb.h> header file. */
5800Sstevel@tonic-gate /* #undef HAVE_KRB_H */
5810Sstevel@tonic-gate 
5820Sstevel@tonic-gate /* Define to 1 if you have the <lastlog.h> header file. */
5835685Sjp161948 #define	HAVE_LASTLOG_H 1
5840Sstevel@tonic-gate 
5850Sstevel@tonic-gate /* Define to 1 if you have the `crypt' library (-lcrypt). */
5860Sstevel@tonic-gate /* #undef HAVE_LIBCRYPT */
5870Sstevel@tonic-gate 
5880Sstevel@tonic-gate /* Define to 1 if you have the `des' library (-ldes). */
5890Sstevel@tonic-gate /* #undef HAVE_LIBDES */
5900Sstevel@tonic-gate 
5910Sstevel@tonic-gate /* Define to 1 if you have the `des425' library (-ldes425). */
5920Sstevel@tonic-gate /* #undef HAVE_LIBDES425 */
5930Sstevel@tonic-gate 
5940Sstevel@tonic-gate /* Define to 1 if you have the `dl' library (-ldl). */
5955685Sjp161948 #define	HAVE_LIBDL 1
5960Sstevel@tonic-gate 
5970Sstevel@tonic-gate /* Define to 1 if you have the <libgen.h> header file. */
5985685Sjp161948 #define	HAVE_LIBGEN_H 1
5990Sstevel@tonic-gate 
6000Sstevel@tonic-gate /* Define to 1 if you have the `krb' library (-lkrb). */
6010Sstevel@tonic-gate /* #undef HAVE_LIBKRB */
6020Sstevel@tonic-gate 
6030Sstevel@tonic-gate /* Define to 1 if you have the `krb4' library (-lkrb4). */
6040Sstevel@tonic-gate /* #undef HAVE_LIBKRB4 */
6050Sstevel@tonic-gate 
6060Sstevel@tonic-gate /* Define to 1 if you have the `nsl' library (-lnsl). */
6075685Sjp161948 #define	HAVE_LIBNSL 1
6080Sstevel@tonic-gate 
6090Sstevel@tonic-gate /* Define to 1 if you have the `pam' library (-lpam). */
6105685Sjp161948 #define	HAVE_LIBPAM 1
6110Sstevel@tonic-gate 
6120Sstevel@tonic-gate /* Define to 1 if you have the `resolv' library (-lresolv). */
6130Sstevel@tonic-gate /* #undef HAVE_LIBRESOLV */
6140Sstevel@tonic-gate 
6150Sstevel@tonic-gate /* Define to 1 if you have the `sectok' library (-lsectok). */
6160Sstevel@tonic-gate /* #undef HAVE_LIBSECTOK */
6170Sstevel@tonic-gate 
6180Sstevel@tonic-gate /* Define to 1 if you have the `socket' library (-lsocket). */
6195685Sjp161948 #define	HAVE_LIBSOCKET 1
6200Sstevel@tonic-gate 
6210Sstevel@tonic-gate /* Define to 1 if you have the <libutil.h> header file. */
6220Sstevel@tonic-gate /* #undef HAVE_LIBUTIL_H */
6230Sstevel@tonic-gate 
6240Sstevel@tonic-gate /* Define to 1 if you have the `xnet' library (-lxnet). */
6250Sstevel@tonic-gate /* #undef HAVE_LIBXNET */
6260Sstevel@tonic-gate 
6270Sstevel@tonic-gate /* Define to 1 if you have the `z' library (-lz). */
6285685Sjp161948 #define	HAVE_LIBZ 1
6290Sstevel@tonic-gate 
6300Sstevel@tonic-gate /* Define to 1 if you have the <limits.h> header file. */
6315685Sjp161948 #define	HAVE_LIMITS_H 1
6320Sstevel@tonic-gate 
6330Sstevel@tonic-gate /* Define to 1 if you have the <login_cap.h> header file. */
6340Sstevel@tonic-gate /* #undef HAVE_LOGIN_CAP_H */
6350Sstevel@tonic-gate 
6360Sstevel@tonic-gate /* Define to 1 if you have the `login_getcapbool' function. */
6370Sstevel@tonic-gate /* #undef HAVE_LOGIN_GETCAPBOOL */
6380Sstevel@tonic-gate 
6390Sstevel@tonic-gate /* Define to 1 if you have the <login.h> header file. */
6400Sstevel@tonic-gate /* #undef HAVE_LOGIN_H */
6410Sstevel@tonic-gate 
6420Sstevel@tonic-gate /* Define to 1 if you have the `logout' function. */
6430Sstevel@tonic-gate /* #undef HAVE_LOGOUT */
6440Sstevel@tonic-gate 
6450Sstevel@tonic-gate /* Define to 1 if you have the `logwtmp' function. */
6460Sstevel@tonic-gate /* #undef HAVE_LOGWTMP */
6470Sstevel@tonic-gate 
6480Sstevel@tonic-gate /* Define to 1 if you have the <maillock.h> header file. */
6495685Sjp161948 #define	HAVE_MAILLOCK_H 1
6500Sstevel@tonic-gate 
6510Sstevel@tonic-gate /* Define to 1 if you have the `md5_crypt' function. */
6520Sstevel@tonic-gate /* #undef HAVE_MD5_CRYPT */
6530Sstevel@tonic-gate 
6540Sstevel@tonic-gate /* Define to 1 if you have the `memmove' function. */
6555685Sjp161948 #define	HAVE_MEMMOVE 1
6560Sstevel@tonic-gate 
6570Sstevel@tonic-gate /* Define to 1 if you have the <memory.h> header file. */
6585685Sjp161948 #define	HAVE_MEMORY_H 1
6590Sstevel@tonic-gate 
6605685Sjp161948 /* Define to 1 if you have mkstemp, mkstemps and mkdtemp */
6615685Sjp161948 #define	HAVE_MKDTEMP 1
6620Sstevel@tonic-gate 
6630Sstevel@tonic-gate /* Define to 1 if you have the `mmap' function. */
6645685Sjp161948 #define	HAVE_MMAP 1
6650Sstevel@tonic-gate 
6660Sstevel@tonic-gate /* Define to 1 if you have the <netdb.h> header file. */
6675685Sjp161948 #define	HAVE_NETDB_H 1
6680Sstevel@tonic-gate 
6690Sstevel@tonic-gate /* Define to 1 if you have the <netgroup.h> header file. */
6700Sstevel@tonic-gate /* #undef HAVE_NETGROUP_H */
6710Sstevel@tonic-gate 
6720Sstevel@tonic-gate /* Define to 1 if you have the <netinet/in_systm.h> header file. */
6735685Sjp161948 #define	HAVE_NETINET_IN_SYSTM_H 1
6740Sstevel@tonic-gate 
6750Sstevel@tonic-gate /* Define to 1 if you have the `ngetaddrinfo' function. */
6760Sstevel@tonic-gate /* #undef HAVE_NGETADDRINFO */
6770Sstevel@tonic-gate 
6780Sstevel@tonic-gate /* Define to 1 if you have the `ogetaddrinfo' function. */
6790Sstevel@tonic-gate /* #undef HAVE_OGETADDRINFO */
6800Sstevel@tonic-gate 
6810Sstevel@tonic-gate /* Define to 1 if you have the `openpty' function. */
6820Sstevel@tonic-gate /* #undef HAVE_OPENPTY */
6830Sstevel@tonic-gate 
6840Sstevel@tonic-gate /* Define to 1 if you have the `pam_getenvlist' function. */
6855685Sjp161948 #define	HAVE_PAM_GETENVLIST 1
6860Sstevel@tonic-gate 
6870Sstevel@tonic-gate /* Define to 1 if you have the <paths.h> header file. */
6880Sstevel@tonic-gate /* #undef HAVE_PATHS_H */
6890Sstevel@tonic-gate 
6900Sstevel@tonic-gate /* Define to 1 if you have the <pty.h> header file. */
6910Sstevel@tonic-gate /* #undef HAVE_PTY_H */
6920Sstevel@tonic-gate 
6930Sstevel@tonic-gate /* Define to 1 if you have the `pututline' function. */
6945685Sjp161948 #define	HAVE_PUTUTLINE 1
6950Sstevel@tonic-gate 
6960Sstevel@tonic-gate /* Define to 1 if you have the `pututxline' function. */
6975685Sjp161948 #define	HAVE_PUTUTXLINE 1
6980Sstevel@tonic-gate 
6990Sstevel@tonic-gate /* Define to 1 if you have the `readpassphrase' function. */
7000Sstevel@tonic-gate /* #undef HAVE_READPASSPHRASE */
7010Sstevel@tonic-gate 
7020Sstevel@tonic-gate /* Define to 1 if you have the <readpassphrase.h> header file. */
7030Sstevel@tonic-gate /* #undef HAVE_READPASSPHRASE_H */
7040Sstevel@tonic-gate 
7050Sstevel@tonic-gate /* Define to 1 if you have the `realpath' function. */
7065685Sjp161948 #define	HAVE_REALPATH 1
7070Sstevel@tonic-gate 
7080Sstevel@tonic-gate /* Define to 1 if you have the `recvmsg' function. */
7095685Sjp161948 #define	HAVE_RECVMSG 1
7100Sstevel@tonic-gate 
7110Sstevel@tonic-gate /* Define to 1 if you have the <rpc/types.h> header file. */
7125685Sjp161948 #define	HAVE_RPC_TYPES_H 1
7130Sstevel@tonic-gate 
7140Sstevel@tonic-gate /* Define to 1 if you have the `rresvport_af' function. */
7155685Sjp161948 #define	HAVE_RRESVPORT_AF 1
7160Sstevel@tonic-gate 
7170Sstevel@tonic-gate /* Define to 1 if you have the <sectok.h> header file. */
7180Sstevel@tonic-gate /* #undef HAVE_SECTOK_H */
7190Sstevel@tonic-gate 
7200Sstevel@tonic-gate /* Define to 1 if you have the <security/pam_appl.h> header file. */
7215685Sjp161948 #define	HAVE_SECURITY_PAM_APPL_H 1
7220Sstevel@tonic-gate 
7230Sstevel@tonic-gate /* Define to 1 if you have the `sendmsg' function. */
7245685Sjp161948 #define	HAVE_SENDMSG 1
7250Sstevel@tonic-gate 
7260Sstevel@tonic-gate /* Define to 1 if you have the `setdtablesize' function. */
7270Sstevel@tonic-gate /* #undef HAVE_SETDTABLESIZE */
7280Sstevel@tonic-gate 
7290Sstevel@tonic-gate /* Define to 1 if you have the `setegid' function. */
7305685Sjp161948 #define	HAVE_SETEGID 1
7310Sstevel@tonic-gate 
7320Sstevel@tonic-gate /* Define to 1 if you have the `setenv' function. */
7335685Sjp161948 #define	HAVE_SETENV 1
7340Sstevel@tonic-gate 
7350Sstevel@tonic-gate /* Define to 1 if you have the `seteuid' function. */
7365685Sjp161948 #define	HAVE_SETEUID 1
7370Sstevel@tonic-gate 
7380Sstevel@tonic-gate /* Define to 1 if you have the `setgroups' function. */
7395685Sjp161948 #define	HAVE_SETGROUPS 1
7400Sstevel@tonic-gate 
7410Sstevel@tonic-gate /* Define to 1 if you have the `setlogin' function. */
7420Sstevel@tonic-gate /* #undef HAVE_SETLOGIN */
7430Sstevel@tonic-gate 
7440Sstevel@tonic-gate /* Define to 1 if you have the `setluid' function. */
7450Sstevel@tonic-gate /* #undef HAVE_SETLUID */
7460Sstevel@tonic-gate 
7470Sstevel@tonic-gate /* Define to 1 if you have the `setpcred' function. */
7480Sstevel@tonic-gate /* #undef HAVE_SETPCRED */
7490Sstevel@tonic-gate 
7500Sstevel@tonic-gate /* Define to 1 if you have the `setproctitle' function. */
7510Sstevel@tonic-gate /* #undef HAVE_SETPROCTITLE */
7520Sstevel@tonic-gate 
7530Sstevel@tonic-gate /* Define to 1 if you have the `setresgid' function. */
7540Sstevel@tonic-gate /* #undef HAVE_SETRESGID */
7550Sstevel@tonic-gate 
7560Sstevel@tonic-gate /* Define to 1 if you have the `setreuid' function. */
7575685Sjp161948 #define	HAVE_SETREUID 1
7580Sstevel@tonic-gate 
7590Sstevel@tonic-gate /* Define to 1 if you have the `setrlimit' function. */
7605685Sjp161948 #define	HAVE_SETRLIMIT 1
7610Sstevel@tonic-gate 
7620Sstevel@tonic-gate /* Define to 1 if you have the `setsid' function. */
7635685Sjp161948 #define	HAVE_SETSID 1
7640Sstevel@tonic-gate 
7650Sstevel@tonic-gate /* Define to 1 if you have the `setutent' function. */
7665685Sjp161948 #define	HAVE_SETUTENT 1
7670Sstevel@tonic-gate 
7680Sstevel@tonic-gate /* Define to 1 if you have the `setutxent' function. */
7695685Sjp161948 #define	HAVE_SETUTXENT 1
7700Sstevel@tonic-gate 
7710Sstevel@tonic-gate /* Define to 1 if you have the `setvbuf' function. */
7725685Sjp161948 #define	HAVE_SETVBUF 1
7730Sstevel@tonic-gate 
7740Sstevel@tonic-gate /* Define to 1 if you have the <shadow.h> header file. */
7755685Sjp161948 #define	HAVE_SHADOW_H 1
7760Sstevel@tonic-gate 
7770Sstevel@tonic-gate /* Define to 1 if you have the `sigaction' function. */
7785685Sjp161948 #define	HAVE_SIGACTION 1
7790Sstevel@tonic-gate 
7800Sstevel@tonic-gate /* Define to 1 if you have the `sigvec' function. */
7810Sstevel@tonic-gate /* #undef HAVE_SIGVEC */
7820Sstevel@tonic-gate 
7830Sstevel@tonic-gate /* Define to 1 if the system has the type `sig_atomic_t'. */
7845685Sjp161948 #define	HAVE_SIG_ATOMIC_T 1
7850Sstevel@tonic-gate 
7860Sstevel@tonic-gate /* Define to 1 if you have the `snprintf' function. */
7875685Sjp161948 #define	HAVE_SNPRINTF 1
7880Sstevel@tonic-gate 
7890Sstevel@tonic-gate /* Define to 1 if you have the `socketpair' function. */
7905685Sjp161948 #define	HAVE_SOCKETPAIR 1
7910Sstevel@tonic-gate 
7920Sstevel@tonic-gate /* Define to 1 if you have the <stddef.h> header file. */
7935685Sjp161948 #define	HAVE_STDDEF_H 1
7940Sstevel@tonic-gate 
7950Sstevel@tonic-gate /* Define to 1 if you have the <stdint.h> header file. */
7960Sstevel@tonic-gate /* #undef HAVE_STDINT_H */
7970Sstevel@tonic-gate 
7980Sstevel@tonic-gate /* Define to 1 if you have the <stdlib.h> header file. */
7995685Sjp161948 #define	HAVE_STDLIB_H 1
8000Sstevel@tonic-gate 
8010Sstevel@tonic-gate /* Define to 1 if you have the `strerror' function. */
8025685Sjp161948 #define	HAVE_STRERROR 1
8030Sstevel@tonic-gate 
8040Sstevel@tonic-gate /* Define to 1 if you have the `strftime' function. */
8055685Sjp161948 #define	HAVE_STRFTIME 1
8060Sstevel@tonic-gate 
8070Sstevel@tonic-gate /* Define to 1 if you have the <strings.h> header file. */
8085685Sjp161948 #define	HAVE_STRINGS_H 1
8090Sstevel@tonic-gate 
8100Sstevel@tonic-gate /* Define to 1 if you have the <string.h> header file. */
8115685Sjp161948 #define	HAVE_STRING_H 1
8120Sstevel@tonic-gate 
8130Sstevel@tonic-gate /* Define to 1 if you have the `strlcat' function. */
8145685Sjp161948 #define	HAVE_STRLCAT 1
8150Sstevel@tonic-gate 
8160Sstevel@tonic-gate /* Define to 1 if you have the `strlcpy' function. */
8175685Sjp161948 #define	HAVE_STRLCPY 1
8180Sstevel@tonic-gate 
8190Sstevel@tonic-gate /* Define to 1 if you have the `strmode' function. */
8200Sstevel@tonic-gate /* #undef HAVE_STRMODE */
8210Sstevel@tonic-gate 
8220Sstevel@tonic-gate /* Define to 1 if `st_blksize' is member of `struct stat'. */
8235685Sjp161948 #define	HAVE_STRUCT_STAT_ST_BLKSIZE 1
8240Sstevel@tonic-gate 
8250Sstevel@tonic-gate /* Define to 1 if you have the `sysconf' function. */
8265685Sjp161948 #define	HAVE_SYSCONF 1
8270Sstevel@tonic-gate 
8280Sstevel@tonic-gate /* Define to 1 if you have the <sys/bitypes.h> header file. */
8290Sstevel@tonic-gate /* #undef HAVE_SYS_BITYPES_H */
8300Sstevel@tonic-gate 
8310Sstevel@tonic-gate /* Define to 1 if you have the <sys/bsdtty.h> header file. */
8320Sstevel@tonic-gate /* #undef HAVE_SYS_BSDTTY_H */
8330Sstevel@tonic-gate 
8340Sstevel@tonic-gate /* Define to 1 if you have the <sys/cdefs.h> header file. */
8350Sstevel@tonic-gate /* #undef HAVE_SYS_CDEFS_H */
8360Sstevel@tonic-gate 
8370Sstevel@tonic-gate 
8380Sstevel@tonic-gate /* Define to 1 if you have the <sys/mman.h> header file. */
8395685Sjp161948 #define	HAVE_SYS_MMAN_H 1
8400Sstevel@tonic-gate 
8410Sstevel@tonic-gate /* Define to 1 if you have the <sys/select.h> header file. */
8425685Sjp161948 #define	HAVE_SYS_SELECT_H 1
8430Sstevel@tonic-gate 
8440Sstevel@tonic-gate /* Define to 1 if you have the <sys/stat.h> header file. */
8455685Sjp161948 #define	HAVE_SYS_STAT_H 1
8460Sstevel@tonic-gate 
8470Sstevel@tonic-gate /* Define to 1 if you have the <sys/stropts.h> header file. */
8485685Sjp161948 #define	HAVE_SYS_STROPTS_H 1
8490Sstevel@tonic-gate 
8500Sstevel@tonic-gate /* Define to 1 if you have the <sys/sysmacros.h> header file. */
8515685Sjp161948 #define	HAVE_SYS_SYSMACROS_H 1
8520Sstevel@tonic-gate 
8530Sstevel@tonic-gate /* Define to 1 if you have the <sys/time.h> header file. */
8545685Sjp161948 #define	HAVE_SYS_TIME_H 1
8550Sstevel@tonic-gate 
8560Sstevel@tonic-gate /* Define to 1 if you have the <sys/types.h> header file. */
8575685Sjp161948 #define	HAVE_SYS_TYPES_H 1
8580Sstevel@tonic-gate 
8590Sstevel@tonic-gate /* Define to 1 if you have the <sys/un.h> header file. */
8605685Sjp161948 #define	HAVE_SYS_UN_H 1
8610Sstevel@tonic-gate 
8620Sstevel@tonic-gate /* Define to 1 if you have the `tcgetpgrp' function. */
8635685Sjp161948 #define	HAVE_TCGETPGRP 1
8640Sstevel@tonic-gate 
8650Sstevel@tonic-gate /* Define to 1 if you have the `time' function. */
8665685Sjp161948 #define	HAVE_TIME 1
8670Sstevel@tonic-gate 
8680Sstevel@tonic-gate /* Define to 1 if you have the <time.h> header file. */
8695685Sjp161948 #define	HAVE_TIME_H 1
8700Sstevel@tonic-gate 
8710Sstevel@tonic-gate /* Define to 1 if you have the <tmpdir.h> header file. */
8720Sstevel@tonic-gate /* #undef HAVE_TMPDIR_H */
8730Sstevel@tonic-gate 
8740Sstevel@tonic-gate /* Define to 1 if you have the `truncate' function. */
8755685Sjp161948 #define	HAVE_TRUNCATE 1
8760Sstevel@tonic-gate 
8770Sstevel@tonic-gate /* Define to 1 if you have the <ttyent.h> header file. */
8780Sstevel@tonic-gate /* #undef HAVE_TTYENT_H */
8790Sstevel@tonic-gate 
8802757Sjp161948 /* Define to 1 if you have the <ucred.h> header file. */
8815685Sjp161948 #define	HAVE_UCRED_H 1
8822757Sjp161948 
8830Sstevel@tonic-gate /* Define to 1 if you have the <unistd.h> header file. */
8845685Sjp161948 #define	HAVE_UNISTD_H 1
8850Sstevel@tonic-gate 
8860Sstevel@tonic-gate /* Define to 1 if you have the `updwtmp' function. */
8875685Sjp161948 #define	HAVE_UPDWTMP 1
8880Sstevel@tonic-gate 
8890Sstevel@tonic-gate /* Define to 1 if you have the <usersec.h> header file. */
8900Sstevel@tonic-gate /* #undef HAVE_USERSEC_H */
8910Sstevel@tonic-gate 
8920Sstevel@tonic-gate /* Define to 1 if you have the <util.h> header file. */
8930Sstevel@tonic-gate /* #undef HAVE_UTIL_H */
8940Sstevel@tonic-gate 
8950Sstevel@tonic-gate /* Define to 1 if you have the `utimes' function. */
8965685Sjp161948 #define	HAVE_UTIMES 1
8970Sstevel@tonic-gate 
8980Sstevel@tonic-gate /* Define to 1 if you have the <utime.h> header file. */
8995685Sjp161948 #define	HAVE_UTIME_H 1
9000Sstevel@tonic-gate 
9010Sstevel@tonic-gate /* Define to 1 if you have the `utmpname' function. */
9025685Sjp161948 #define	HAVE_UTMPNAME 1
9030Sstevel@tonic-gate 
9040Sstevel@tonic-gate /* Define to 1 if you have the `utmpxname' function. */
9055685Sjp161948 #define	HAVE_UTMPXNAME 1
9060Sstevel@tonic-gate 
9070Sstevel@tonic-gate /* Define to 1 if you have the <utmpx.h> header file. */
9085685Sjp161948 #define	HAVE_UTMPX_H 1
9090Sstevel@tonic-gate 
9100Sstevel@tonic-gate /* Define to 1 if you have the <utmp.h> header file. */
9115685Sjp161948 #define	HAVE_UTMP_H 1
9120Sstevel@tonic-gate 
9135087Sjp161948 /* Define to 1 if you have the `vasprintf' function. */
9148546SRoger.Faulkner@Sun.COM #define	HAVE_VASPRINTF 1
9155087Sjp161948 
9160Sstevel@tonic-gate /* Define to 1 if you have the `vhangup' function. */
9175685Sjp161948 #define	HAVE_VHANGUP 1
9180Sstevel@tonic-gate 
9190Sstevel@tonic-gate /* Define to 1 if you have the `vsnprintf' function. */
9205685Sjp161948 #define	HAVE_VSNPRINTF 1
9210Sstevel@tonic-gate 
9220Sstevel@tonic-gate /* Define to 1 if you have the `waitpid' function. */
9235685Sjp161948 #define	HAVE_WAITPID 1
9240Sstevel@tonic-gate 
9250Sstevel@tonic-gate /* Define to 1 if you have the `_getpty' function. */
9260Sstevel@tonic-gate /* #undef HAVE__GETPTY */
9270Sstevel@tonic-gate 
9280Sstevel@tonic-gate /* Define to 1 if you have the `__b64_ntop' function. */
9290Sstevel@tonic-gate /* #undef HAVE___B64_NTOP */
9300Sstevel@tonic-gate 
9310Sstevel@tonic-gate /* Define to the address where bug reports for this package should be sent. */
9325685Sjp161948 #define	PACKAGE_BUGREPORT ""
9330Sstevel@tonic-gate 
9340Sstevel@tonic-gate /* Define to the full name of this package. */
9355685Sjp161948 #define	PACKAGE_NAME ""
9360Sstevel@tonic-gate 
9370Sstevel@tonic-gate /* Define to the full name and version of this package. */
9385685Sjp161948 #define	PACKAGE_STRING ""
9390Sstevel@tonic-gate 
9400Sstevel@tonic-gate /* Define to the one symbol short name of this package. */
9415685Sjp161948 #define	PACKAGE_TARNAME ""
9420Sstevel@tonic-gate 
9430Sstevel@tonic-gate /* Define to the version of this package. */
9445685Sjp161948 #define	PACKAGE_VERSION ""
9450Sstevel@tonic-gate 
9460Sstevel@tonic-gate /* The size of a `char', as computed by sizeof. */
9475685Sjp161948 #define	SIZEOF_CHAR 1
9480Sstevel@tonic-gate 
9490Sstevel@tonic-gate /* The size of a `int', as computed by sizeof. */
9505685Sjp161948 #define	SIZEOF_INT 4
9510Sstevel@tonic-gate 
9520Sstevel@tonic-gate /* The size of a `long int', as computed by sizeof. */
9535685Sjp161948 #define	SIZEOF_LONG_INT 4
9540Sstevel@tonic-gate 
9550Sstevel@tonic-gate /* The size of a `long long int', as computed by sizeof. */
9565685Sjp161948 #define	SIZEOF_LONG_LONG_INT 8
9570Sstevel@tonic-gate 
9580Sstevel@tonic-gate /* The size of a `short int', as computed by sizeof. */
9595685Sjp161948 #define	SIZEOF_SHORT_INT 2
9600Sstevel@tonic-gate 
9610Sstevel@tonic-gate /* Define to 1 if you have the ANSI C header files. */
9625685Sjp161948 #define	STDC_HEADERS 1
9630Sstevel@tonic-gate 
9645685Sjp161948 /*
9655685Sjp161948  * Define to 1 if your processor stores words with the most significant byte
9665685Sjp161948  * first (like Motorola and SPARC, unlike Intel and VAX).
9675685Sjp161948  */
9685685Sjp161948 #define	WORDS_BIGENDIAN 1
9690Sstevel@tonic-gate 
9700Sstevel@tonic-gate /* Number of bits in a file offset, on hosts where this is settable. */
9715685Sjp161948 #define	_FILE_OFFSET_BITS 64
9720Sstevel@tonic-gate 
9730Sstevel@tonic-gate /* Define for large files, on AIX-style hosts. */
9740Sstevel@tonic-gate /* #undef _LARGE_FILES */
9750Sstevel@tonic-gate 
9765685Sjp161948 /*
9775685Sjp161948  * Define as `__inline' if that's what the C compiler calls it, or to nothing if
9785685Sjp161948  * it is not supported.
9795685Sjp161948  */
9800Sstevel@tonic-gate /* #undef inline */
9810Sstevel@tonic-gate 
9820Sstevel@tonic-gate /* type to use in place of socklen_t if not defined */
9830Sstevel@tonic-gate /* #undef socklen_t */
9840Sstevel@tonic-gate 
9850Sstevel@tonic-gate /* Define for BSM auditing (Solaris) support */
9865685Sjp161948 #define	HAVE_BSM 1
9870Sstevel@tonic-gate 
9880Sstevel@tonic-gate /* Define if compiling in ON */
9895685Sjp161948 #define	SUNW_SSH 1
9901475Scasper 
9910Sstevel@tonic-gate /* ******************* Shouldn't need to edit below this line ************** */
9920Sstevel@tonic-gate 
9930Sstevel@tonic-gate #ifdef __cplusplus
9940Sstevel@tonic-gate }
9950Sstevel@tonic-gate #endif
9960Sstevel@tonic-gate 
9970Sstevel@tonic-gate #endif /* _CONFIG_H */
998