config.h revision 99319
199059Sdes/* config.h.  Generated automatically by configure.  */
299059Sdes/* config.h.in.  Generated automatically from configure.ac by autoheader.  */
399065Sdes/* $Id: acconfig.h,v 1.141 2002/06/25 22:35:16 tim Exp $ */
499059Sdes/* $FreeBSD: head/crypto/openssh/config.h 99319 2002-07-03 00:12:09Z des $ */
599059Sdes
699059Sdes#ifndef _CONFIG_H
799059Sdes#define _CONFIG_H
899059Sdes
999059Sdes/* Generated automatically from acconfig.h by autoheader. */
1099059Sdes/* Please make your changes there */
1199059Sdes
1299059Sdes
1399059Sdes
1499059Sdes/* Define to a Set Process Title type if your system is */
1599059Sdes/* supported by bsd-setproctitle.c */
1699059Sdes/* #undef SPT_TYPE */
1799059Sdes
1899059Sdes/* setgroups() NOOP allowed */
1999059Sdes/* #undef SETGROUPS_NOOP */
2099059Sdes
2199059Sdes/* SCO workaround */
2299059Sdes/* #undef BROKEN_SYS_TERMIO_H */
2399059Sdes
2499059Sdes/* Define if you have SecureWare-based protected password database */
2599059Sdes/* #undef HAVE_SECUREWARE */
2699059Sdes
2799059Sdes/* If your header files don't define LOGIN_PROGRAM, then use this (detected) */
2899059Sdes/* from environment and PATH */
2999059Sdes#define LOGIN_PROGRAM_FALLBACK "/usr/bin/login"
3099059Sdes
3199059Sdes/* Define if your password has a pw_class field */
3299059Sdes#define HAVE_PW_CLASS_IN_PASSWD 1
3399059Sdes
3499059Sdes/* Define if your password has a pw_expire field */
3599059Sdes#define HAVE_PW_EXPIRE_IN_PASSWD 1
3699059Sdes
3799059Sdes/* Define if your password has a pw_change field */
3899059Sdes#define HAVE_PW_CHANGE_IN_PASSWD 1
3999059Sdes
4099059Sdes/* Define if your system uses access rights style file descriptor passing */
4199059Sdes/* #undef HAVE_ACCRIGHTS_IN_MSGHDR */
4299059Sdes
4399059Sdes/* Define if your system uses ancillary data style file descriptor passing */
4499059Sdes#define HAVE_CONTROL_IN_MSGHDR 1
4599059Sdes
4699059Sdes/* Define if you system's inet_ntoa is busted (e.g. Irix gcc issue) */
4799059Sdes/* #undef BROKEN_INET_NTOA */
4899059Sdes
4999059Sdes/* Define if your system defines sys_errlist[] */
5099059Sdes#define HAVE_SYS_ERRLIST 1
5199059Sdes
5299059Sdes/* Define if your system defines sys_nerr */
5399059Sdes#define HAVE_SYS_NERR 1
5499059Sdes
5599059Sdes/* Define if your system choked on IP TOS setting */
5699059Sdes/* #undef IP_TOS_IS_BROKEN */
5799059Sdes
5899059Sdes/* Define if you have the getuserattr function.  */
5999059Sdes/* #undef HAVE_GETUSERATTR */
6099059Sdes
6199059Sdes/* Work around problematic Linux PAM modules handling of PAM_TTY */
6299059Sdes/* #undef PAM_TTY_KLUDGE */
6399059Sdes
6499059Sdes/* Use PIPES instead of a socketpair() */
6599059Sdes/* #undef USE_PIPES */
6699059Sdes
6799059Sdes/* Define if your snprintf is busted */
6899059Sdes/* #undef BROKEN_SNPRINTF */
6999059Sdes
7099059Sdes/* Define if you are on Cygwin */
7199059Sdes/* #undef HAVE_CYGWIN */
7299059Sdes
7399059Sdes/* Define if you have a broken realpath. */
7499059Sdes/* #undef BROKEN_REALPATH */
7599059Sdes
7699059Sdes/* Define if you are on NeXT */
7799059Sdes/* #undef HAVE_NEXT */
7899059Sdes
7999059Sdes/* Define if you are on NEWS-OS */
8099059Sdes/* #undef HAVE_NEWS4 */
8199059Sdes
8299059Sdes/* Define if you want to enable PAM support */
8399059Sdes#define USE_PAM 1
8499059Sdes
8599059Sdes/* Define if you want to enable AIX4's authenticate function */
8699059Sdes/* #undef WITH_AIXAUTHENTICATE */
8799059Sdes
8899059Sdes/* Define if you have/want arrays (cluster-wide session managment, not C arrays) */
8999059Sdes/* #undef WITH_IRIX_ARRAY */
9099059Sdes
9199059Sdes/* Define if you want IRIX project management */
9299059Sdes/* #undef WITH_IRIX_PROJECT */
9399059Sdes
9499059Sdes/* Define if you want IRIX audit trails */
9599059Sdes/* #undef WITH_IRIX_AUDIT */
9699059Sdes
9799059Sdes/* Define if you want IRIX kernel jobs */
9899059Sdes/* #undef WITH_IRIX_JOBS */
9999059Sdes
10099059Sdes/* Location of PRNGD/EGD random number socket */
10199059Sdes/* #undef PRNGD_SOCKET */
10299059Sdes
10399059Sdes/* Port number of PRNGD/EGD random number socket */
10499059Sdes/* #undef PRNGD_PORT */
10599059Sdes
10699059Sdes/* Builtin PRNG command timeout */
10799059Sdes#define ENTROPY_TIMEOUT_MSEC 200
10899059Sdes
10999059Sdes/* non-privileged user for privilege separation */
11099059Sdes#define SSH_PRIVSEP_USER "sshd"
11199059Sdes
11299059Sdes/* Define if you want to install preformatted manpages.*/
11399059Sdes/* #undef MANTYPE */
11499059Sdes
11599059Sdes/* Define if your ssl headers are included with #include <openssl/header.h>  */
11699059Sdes#define HAVE_OPENSSL 1
11799059Sdes
11899059Sdes/* Define if you are linking against RSAref.  Used only to print the right
11999059Sdes * message at run-time. */
12099059Sdes/* #undef RSAREF */
12199059Sdes
12299059Sdes/* struct timeval */
12399059Sdes#define HAVE_STRUCT_TIMEVAL 1
12499059Sdes
12599059Sdes/* struct utmp and struct utmpx fields */
12699059Sdes#define HAVE_HOST_IN_UTMP 1
12799059Sdes/* #undef HAVE_HOST_IN_UTMPX */
12899059Sdes/* #undef HAVE_ADDR_IN_UTMP */
12999059Sdes/* #undef HAVE_ADDR_IN_UTMPX */
13099059Sdes/* #undef HAVE_ADDR_V6_IN_UTMP */
13199059Sdes/* #undef HAVE_ADDR_V6_IN_UTMPX */
13299059Sdes/* #undef HAVE_SYSLEN_IN_UTMPX */
13399059Sdes/* #undef HAVE_PID_IN_UTMP */
13499059Sdes/* #undef HAVE_TYPE_IN_UTMP */
13599059Sdes/* #undef HAVE_TYPE_IN_UTMPX */
13699059Sdes/* #undef HAVE_TV_IN_UTMP */
13799059Sdes/* #undef HAVE_TV_IN_UTMPX */
13899059Sdes/* #undef HAVE_ID_IN_UTMP */
13999059Sdes/* #undef HAVE_ID_IN_UTMPX */
14099059Sdes/* #undef HAVE_EXIT_IN_UTMP */
14199059Sdes#define HAVE_TIME_IN_UTMP 1
14299059Sdes/* #undef HAVE_TIME_IN_UTMPX */
14399059Sdes
14499059Sdes/* Define if you don't want to use your system's login() call */
14599059Sdes/* #undef DISABLE_LOGIN */
14699059Sdes
14799059Sdes/* Define if you don't want to use pututline() etc. to write [uw]tmp */
14899059Sdes/* #undef DISABLE_PUTUTLINE */
14999059Sdes
15099059Sdes/* Define if you don't want to use pututxline() etc. to write [uw]tmpx */
15199059Sdes/* #undef DISABLE_PUTUTXLINE */
15299059Sdes
15399059Sdes/* Define if you don't want to use lastlog */
15499059Sdes/* #undef DISABLE_LASTLOG */
15599059Sdes
15699059Sdes/* Define if you don't want to use utmp */
15799059Sdes/* #undef DISABLE_UTMP */
15899059Sdes
15999059Sdes/* Define if you don't want to use utmpx */
16099059Sdes#define DISABLE_UTMPX 1
16199059Sdes
16299059Sdes/* Define if you don't want to use wtmp */
16399059Sdes/* #undef DISABLE_WTMP */
16499059Sdes
16599059Sdes/* Define if you don't want to use wtmpx */
16699059Sdes#define DISABLE_WTMPX 1
16799059Sdes
16899059Sdes/* Some systems need a utmpx entry for /bin/login to work */
16999059Sdes/* #undef LOGIN_NEEDS_UTMPX */
17099059Sdes
17199059Sdes/* Some versions of /bin/login need the TERM supplied on the commandline */
17299059Sdes/* #undef LOGIN_NEEDS_TERM */
17399059Sdes
17499059Sdes/* Define if your login program cannot handle end of options ("--") */
17599059Sdes/* #undef LOGIN_NO_ENDOPT */
17699059Sdes
17799059Sdes/* Define if you want to specify the path to your lastlog file */
17899059Sdes/* #undef CONF_LASTLOG_FILE */
17999059Sdes
18099059Sdes/* Define if you want to specify the path to your utmp file */
18199059Sdes#define CONF_UTMP_FILE "/var/run/utmp"
18299059Sdes
18399059Sdes/* Define if you want to specify the path to your wtmp file */
18499059Sdes#define CONF_WTMP_FILE "/var/log/wtmp"
18599059Sdes
18699059Sdes/* Define if you want to specify the path to your utmpx file */
18799059Sdes/* #undef CONF_UTMPX_FILE */
18899059Sdes
18999059Sdes/* Define if you want to specify the path to your wtmpx file */
19099059Sdes/* #undef CONF_WTMPX_FILE */
19199059Sdes
19299059Sdes/* Define if you want external askpass support */
19399059Sdes/* #undef USE_EXTERNAL_ASKPASS */
19499059Sdes
19599059Sdes/* Define if libc defines __progname */
19699059Sdes#define HAVE___PROGNAME 1
19799059Sdes
19899059Sdes/* Define if compiler implements __FUNCTION__ */
19999059Sdes#define HAVE___FUNCTION__ 1
20099059Sdes
20199059Sdes/* Define if compiler implements __func__ */
20299059Sdes#define HAVE___func__ 1
20399059Sdes
20499059Sdes/* Define if you want Kerberos 5 support */
20599059Sdes/* #undef KRB5 */
20699059Sdes
20799059Sdes/* Define this if you are using the Heimdal version of Kerberos V5 */
20899059Sdes/* #undef HEIMDAL */
20999059Sdes
21099059Sdes/* Define if you want Kerberos 4 support */
21199059Sdes/* #undef KRB4 */
21299059Sdes
21399059Sdes/* Define if you want AFS support */
21499059Sdes/* #undef AFS */
21599059Sdes
21699059Sdes/* Define if you want S/Key support */
21799319Sdes/* #undef SKEY */
21899059Sdes
21999059Sdes/* Define if you want OPIE support */
22099319Sdes/* #undef OPIE */
22199059Sdes
22299059Sdes/* Define if you want TCP Wrappers support */
22399059Sdes#define LIBWRAP 1
22499059Sdes
22599059Sdes/* Define if your libraries define login() */
22699059Sdes#define HAVE_LOGIN 1
22799059Sdes
22899059Sdes/* Define if your libraries define daemon() */
22999059Sdes#define HAVE_DAEMON 1
23099059Sdes
23199059Sdes/* Define if your libraries define getpagesize() */
23299059Sdes#define HAVE_GETPAGESIZE 1
23399059Sdes
23499059Sdes/* Define if xauth is found in your path */
23599059Sdes#define XAUTH_PATH "/usr/X11R6/bin/xauth"
23699059Sdes
23799059Sdes/* Define if you want to allow MD5 passwords */
23899059Sdes/* #undef HAVE_MD5_PASSWORDS */
23999059Sdes
24099059Sdes/* Define if you want to disable shadow passwords */
24199059Sdes/* #undef DISABLE_SHADOW */
24299059Sdes
24399059Sdes/* Define if you want to use shadow password expire field */
24499059Sdes/* #undef HAS_SHADOW_EXPIRE */
24599059Sdes
24699059Sdes/* Define if you have Digital Unix Security Integration Architecture */
24799059Sdes/* #undef HAVE_OSF_SIA */
24899059Sdes
24999059Sdes/* Define if you have getpwanam(3) [SunOS 4.x] */
25099059Sdes/* #undef HAVE_GETPWANAM */
25199059Sdes
25299059Sdes/* Define if you have an old version of PAM which takes only one argument */
25399059Sdes/* to pam_strerror */
25499059Sdes/* #undef HAVE_OLD_PAM */
25599059Sdes
25699059Sdes/* Define if you are using Solaris-derived PAM which passes pam_messages  */
25799059Sdes/* to the conversation function with an extra level of indirection */
25899059Sdes/* #undef PAM_SUN_CODEBASE */
25999059Sdes
26099059Sdes/* Set this to your mail directory if you don't have maillock.h */
26199059Sdes#define MAIL_DIRECTORY "/var/mail"
26299059Sdes
26399059Sdes/* Data types */
26499059Sdes#define HAVE_U_INT 1
26599059Sdes#define HAVE_INTXX_T 1
26699059Sdes#define HAVE_U_INTXX_T 1
26799059Sdes#define HAVE_UINTXX_T 1
26899059Sdes#define HAVE_INT64_T 1
26999059Sdes#define HAVE_U_INT64_T 1
27099059Sdes#define HAVE_U_CHAR 1
27199059Sdes#define HAVE_SIZE_T 1
27299059Sdes#define HAVE_SSIZE_T 1
27399059Sdes#define HAVE_CLOCK_T 1
27499059Sdes#define HAVE_MODE_T 1
27599059Sdes#define HAVE_PID_T 1
27699059Sdes#define HAVE_SA_FAMILY_T 1
27799059Sdes#define HAVE_STRUCT_SOCKADDR_STORAGE 1
27899059Sdes#define HAVE_STRUCT_ADDRINFO 1
27999059Sdes#define HAVE_STRUCT_IN6_ADDR 1
28099059Sdes#define HAVE_STRUCT_SOCKADDR_IN6 1
28199059Sdes
28299059Sdes/* Fields in struct sockaddr_storage */
28399059Sdes#define HAVE_SS_FAMILY_IN_SS 1
28499059Sdes/* #undef HAVE___SS_FAMILY_IN_SS */
28599059Sdes
28699059Sdes/* Define if you have /dev/ptmx */
28799059Sdes/* #undef HAVE_DEV_PTMX */
28899059Sdes
28999059Sdes/* Define if you have /dev/ptc */
29099059Sdes/* #undef HAVE_DEV_PTS_AND_PTC */
29199059Sdes
29299059Sdes/* Define if you need to use IP address instead of hostname in $DISPLAY */
29399059Sdes/* #undef IPADDR_IN_DISPLAY */
29499059Sdes
29599059Sdes/* Specify default $PATH */
29699059Sdes/* #undef USER_PATH */
29799059Sdes
29899059Sdes/* Specify location of ssh.pid */
29999059Sdes#define _PATH_SSH_PIDDIR "/var/run"
30099059Sdes
30199059Sdes/* Use IPv4 for connection by default, IPv6 can still if explicity asked */
30299059Sdes/* #undef IPV4_DEFAULT */
30399059Sdes
30499059Sdes/* getaddrinfo is broken (if present) */
30599059Sdes/* #undef BROKEN_GETADDRINFO */
30699059Sdes
30799059Sdes/* Workaround more Linux IPv6 quirks */
30899059Sdes/* #undef DONT_TRY_OTHER_AF */
30999059Sdes
31099059Sdes/* Detect IPv4 in IPv6 mapped addresses and treat as IPv4 */
31199059Sdes/* #undef IPV4_IN_IPV6 */
31299059Sdes
31399059Sdes/* Define if you have BSD auth support */
31499059Sdes/* #undef BSD_AUTH */
31599059Sdes
31699059Sdes/* Define if X11 doesn't support AF_UNIX sockets on that system */
31799059Sdes/* #undef NO_X11_UNIX_SOCKETS */
31899059Sdes
31999059Sdes/* Needed for SCO and NeXT */
32099059Sdes/* #undef BROKEN_SAVED_UIDS */
32199059Sdes
32299059Sdes/* Define if your system glob() function has the GLOB_ALTDIRFUNC extension */
32399059Sdes#define GLOB_HAS_ALTDIRFUNC 1
32499059Sdes
32599059Sdes/* Define if your system glob() function has gl_matchc options in glob_t */
32699059Sdes/* #undef GLOB_HAS_GL_MATCHC */
32799059Sdes
32899059Sdes/* Define in your struct dirent expects you to allocate extra space for d_name */
32999059Sdes/* #undef BROKEN_ONE_BYTE_DIRENT_D_NAME */
33099059Sdes
33199059Sdes/* Define if your getopt(3) defines and uses optreset */
33299059Sdes#define HAVE_GETOPT_OPTRESET 1
33399059Sdes
33499059Sdes/* Define on *nto-qnx systems */
33599059Sdes/* #undef MISSING_NFDBITS */
33699059Sdes
33799059Sdes/* Define on *nto-qnx systems */
33899059Sdes/* #undef MISSING_HOWMANY */
33999059Sdes
34099059Sdes/* Define on *nto-qnx systems */
34199059Sdes/* #undef MISSING_FD_MASK */
34299059Sdes
34399059Sdes/* Define if you want smartcard support */
34499059Sdes/* #undef SMARTCARD */
34599059Sdes
34699059Sdes/* Define if you want smartcard support using sectok */
34799059Sdes/* #undef USE_SECTOK */
34899059Sdes
34999059Sdes/* Define if you want smartcard support using OpenSC */
35099059Sdes/* #undef USE_OPENSC */
35199059Sdes
35299059Sdes/* Define if you want to use OpenSSL's internally seeded PRNG only */
35399059Sdes#define OPENSSL_PRNG_ONLY 1
35499059Sdes
35599059Sdes/* Define if you shouldn't strip 'tty' from your ttyname in [uw]tmp */
35699059Sdes/* #undef WITH_ABBREV_NO_TTY */
35799059Sdes
35899059Sdes/* Define if you want a different $PATH for the superuser */
35999059Sdes/* #undef SUPERUSER_PATH */
36099059Sdes
36199059Sdes/* Path that unprivileged child will chroot() to in privep mode */
36299059Sdes/* #undef PRIVSEP_PATH */
36399059Sdes
36499065Sdes/* Define if you have the `mmap' function that supports MAP_ANON|SHARED */
36599065Sdes#define HAVE_MMAP_ANON_SHARED 1
36699059Sdes
36799065Sdes/* Define if sendmsg()/recvmsg() has problems passing file descriptors */
36899065Sdes/* #undef BROKEN_FD_PASSING */
36999065Sdes
37099065Sdes
37199059Sdes/* Define if the `getpgrp' function takes no argument. */
37299059Sdes#define GETPGRP_VOID 1
37399059Sdes
37499059Sdes/* Define if you have the `arc4random' function. */
37599059Sdes#define HAVE_ARC4RANDOM 1
37699059Sdes
37799059Sdes/* Define if you have the `b64_ntop' function. */
37899059Sdes/* #undef HAVE_B64_NTOP */
37999059Sdes
38099059Sdes/* Define if you have the `bcopy' function. */
38199059Sdes#define HAVE_BCOPY 1
38299059Sdes
38399059Sdes/* Define if you have the `bindresvport_sa' function. */
38499059Sdes#define HAVE_BINDRESVPORT_SA 1
38599059Sdes
38699059Sdes/* Define if you have the <bstring.h> header file. */
38799059Sdes/* #undef HAVE_BSTRING_H */
38899059Sdes
38999059Sdes/* Define if you have the `clock' function. */
39099059Sdes#define HAVE_CLOCK 1
39199059Sdes
39299059Sdes/* Define if you have the <crypt.h> header file. */
39399059Sdes/* #undef HAVE_CRYPT_H */
39499059Sdes
39599059Sdes/* Define if you have the `dirname' function. */
39699059Sdes#define HAVE_DIRNAME 1
39799059Sdes
39899059Sdes/* Define if you have the <endian.h> header file. */
39999059Sdes/* #undef HAVE_ENDIAN_H */
40099059Sdes
40199059Sdes/* Define if you have the `endutent' function. */
40299319Sdes/* #undef HAVE_ENDUTENT */
40399059Sdes
40499059Sdes/* Define if you have the `endutxent' function. */
40599059Sdes/* #undef HAVE_ENDUTXENT */
40699059Sdes
40799059Sdes/* Define if you have the `fchmod' function. */
40899059Sdes#define HAVE_FCHMOD 1
40999059Sdes
41099059Sdes/* Define if you have the `fchown' function. */
41199059Sdes#define HAVE_FCHOWN 1
41299059Sdes
41399059Sdes/* Define if you have the <floatingpoint.h> header file. */
41499059Sdes#define HAVE_FLOATINGPOINT_H 1
41599059Sdes
41699059Sdes/* Define if you have the `freeaddrinfo' function. */
41799059Sdes#define HAVE_FREEADDRINFO 1
41899059Sdes
41999059Sdes/* Define if you have the `futimes' function. */
42099059Sdes#define HAVE_FUTIMES 1
42199059Sdes
42299059Sdes/* Define if you have the `gai_strerror' function. */
42399059Sdes#define HAVE_GAI_STRERROR 1
42499059Sdes
42599059Sdes/* Define if you have the `getaddrinfo' function. */
42699059Sdes#define HAVE_GETADDRINFO 1
42799059Sdes
42899059Sdes/* Define if you have the `getcwd' function. */
42999059Sdes#define HAVE_GETCWD 1
43099059Sdes
43199059Sdes/* Define if you have the `getgrouplist' function. */
43299059Sdes#define HAVE_GETGROUPLIST 1
43399059Sdes
43499059Sdes/* Define if you have the `getluid' function. */
43599059Sdes/* #undef HAVE_GETLUID */
43699059Sdes
43799059Sdes/* Define if you have the `getnameinfo' function. */
43899059Sdes#define HAVE_GETNAMEINFO 1
43999059Sdes
44099059Sdes/* Define if you have the `getopt' function. */
44199059Sdes#define HAVE_GETOPT 1
44299059Sdes
44399059Sdes/* Define if you have the <getopt.h> header file. */
44499059Sdes/* #undef HAVE_GETOPT_H */
44599059Sdes
44699059Sdes/* Define if you have the `getpwanam' function. */
44799059Sdes/* #undef HAVE_GETPWANAM */
44899059Sdes
44999059Sdes/* Define if you have the `getrlimit' function. */
45099059Sdes#define HAVE_GETRLIMIT 1
45199059Sdes
45299059Sdes/* Define if you have the `getrusage' function. */
45399059Sdes#define HAVE_GETRUSAGE 1
45499059Sdes
45599059Sdes/* Define if you have the `gettimeofday' function. */
45699059Sdes#define HAVE_GETTIMEOFDAY 1
45799059Sdes
45899059Sdes/* Define if you have the `getttyent' function. */
45999059Sdes#define HAVE_GETTTYENT 1
46099059Sdes
46199059Sdes/* Define if you have the `getutent' function. */
46299059Sdes/* #undef HAVE_GETUTENT */
46399059Sdes
46499059Sdes/* Define if you have the `getutid' function. */
46599059Sdes/* #undef HAVE_GETUTID */
46699059Sdes
46799059Sdes/* Define if you have the `getutline' function. */
46899319Sdes/* #undef HAVE_GETUTLINE */
46999059Sdes
47099059Sdes/* Define if you have the `getutxent' function. */
47199059Sdes/* #undef HAVE_GETUTXENT */
47299059Sdes
47399059Sdes/* Define if you have the `getutxid' function. */
47499059Sdes/* #undef HAVE_GETUTXID */
47599059Sdes
47699059Sdes/* Define if you have the `getutxline' function. */
47799059Sdes/* #undef HAVE_GETUTXLINE */
47899059Sdes
47999059Sdes/* Define if you have the `glob' function. */
48099059Sdes#define HAVE_GLOB 1
48199059Sdes
48299059Sdes/* Define if you have the <glob.h> header file. */
48399059Sdes#define HAVE_GLOB_H 1
48499059Sdes
48599059Sdes/* Define if you have the `inet_aton' function. */
48699059Sdes#define HAVE_INET_ATON 1
48799059Sdes
48899059Sdes/* Define if you have the `inet_ntoa' function. */
48999059Sdes#define HAVE_INET_NTOA 1
49099059Sdes
49199059Sdes/* Define if you have the `inet_ntop' function. */
49299059Sdes#define HAVE_INET_NTOP 1
49399059Sdes
49499059Sdes/* Define if you have the `innetgr' function. */
49599059Sdes#define HAVE_INNETGR 1
49699059Sdes
49799059Sdes/* Define if you have the <inttypes.h> header file. */
49899059Sdes#define HAVE_INTTYPES_H 1
49999059Sdes
50099059Sdes/* Define if you have the <krb.h> header file. */
50199059Sdes/* #undef HAVE_KRB_H */
50299059Sdes
50399059Sdes/* Define if you have the <lastlog.h> header file. */
50499059Sdes/* #undef HAVE_LASTLOG_H */
50599059Sdes
50699059Sdes/* Define if you have the `des' library (-ldes). */
50799059Sdes/* #undef HAVE_LIBDES */
50899059Sdes
50999059Sdes/* Define if you have the `des425' library (-ldes425). */
51099059Sdes/* #undef HAVE_LIBDES425 */
51199059Sdes
51299059Sdes/* Define if you have the `dl' library (-ldl). */
51399059Sdes/* #undef HAVE_LIBDL */
51499059Sdes
51599059Sdes/* Define if you have the <libgen.h> header file. */
51699059Sdes#define HAVE_LIBGEN_H 1
51799059Sdes
51899059Sdes/* Define if you have the `krb' library (-lkrb). */
51999059Sdes/* #undef HAVE_LIBKRB */
52099059Sdes
52199059Sdes/* Define if you have the `krb4' library (-lkrb4). */
52299059Sdes/* #undef HAVE_LIBKRB4 */
52399059Sdes
52499059Sdes/* Define if you have the `nsl' library (-lnsl). */
52599059Sdes/* #undef HAVE_LIBNSL */
52699059Sdes
52799059Sdes/* Define if you have the `pam' library (-lpam). */
52899059Sdes#define HAVE_LIBPAM 1
52999059Sdes
53099059Sdes/* Define if you have the `resolv' library (-lresolv). */
53199059Sdes/* #undef HAVE_LIBRESOLV */
53299059Sdes
53399059Sdes/* Define if you have the `sectok' library (-lsectok). */
53499059Sdes/* #undef HAVE_LIBSECTOK */
53599059Sdes
53699059Sdes/* Define if you have the `socket' library (-lsocket). */
53799059Sdes/* #undef HAVE_LIBSOCKET */
53899059Sdes
53999059Sdes/* Define if you have the <libutil.h> header file. */
54099059Sdes#define HAVE_LIBUTIL_H 1
54199059Sdes
54299059Sdes/* Define if you have the `z' library (-lz). */
54399059Sdes#define HAVE_LIBZ 1
54499059Sdes
54599059Sdes/* Define if you have the <limits.h> header file. */
54699059Sdes#define HAVE_LIMITS_H 1
54799059Sdes
54899059Sdes/* Define if you have the <login_cap.h> header file. */
54999059Sdes#define HAVE_LOGIN_CAP_H 1
55099059Sdes
55199059Sdes/* Define if you have the `login_getcapbool' function. */
55299059Sdes#define HAVE_LOGIN_GETCAPBOOL 1
55399059Sdes
55499059Sdes/* Define if you have the <login.h> header file. */
55599059Sdes/* #undef HAVE_LOGIN_H */
55699059Sdes
55799059Sdes/* Define if you have the `logout' function. */
55899059Sdes#define HAVE_LOGOUT 1
55999059Sdes
56099059Sdes/* Define if you have the `logwtmp' function. */
56199059Sdes#define HAVE_LOGWTMP 1
56299059Sdes
56399059Sdes/* Define if you have the <maillock.h> header file. */
56499059Sdes/* #undef HAVE_MAILLOCK_H */
56599059Sdes
56699059Sdes/* Define if you have the `md5_crypt' function. */
56799059Sdes/* #undef HAVE_MD5_CRYPT */
56899059Sdes
56999059Sdes/* Define if you have the `memmove' function. */
57099059Sdes#define HAVE_MEMMOVE 1
57199059Sdes
57299059Sdes/* Define if you have the <memory.h> header file. */
57399059Sdes#define HAVE_MEMORY_H 1
57499059Sdes
57599059Sdes/* Define if you have the `mkdtemp' function. */
57699059Sdes#define HAVE_MKDTEMP 1
57799059Sdes
57899059Sdes/* Define if you have the `mmap' function. */
57999059Sdes#define HAVE_MMAP 1
58099059Sdes
58199059Sdes/* Define if you have the <netdb.h> header file. */
58299059Sdes#define HAVE_NETDB_H 1
58399059Sdes
58499059Sdes/* Define if you have the <netgroup.h> header file. */
58599059Sdes/* #undef HAVE_NETGROUP_H */
58699059Sdes
58799059Sdes/* Define if you have the <netinet/in_systm.h> header file. */
58899059Sdes#define HAVE_NETINET_IN_SYSTM_H 1
58999059Sdes
59099059Sdes/* Define if you have the `ngetaddrinfo' function. */
59199059Sdes/* #undef HAVE_NGETADDRINFO */
59299059Sdes
59399059Sdes/* Define if you have the `ogetaddrinfo' function. */
59499059Sdes/* #undef HAVE_OGETADDRINFO */
59599059Sdes
59699059Sdes/* Define if you have the `openpty' function. */
59799059Sdes#define HAVE_OPENPTY 1
59899059Sdes
59999059Sdes/* Define if you have the `pam_getenvlist' function. */
60099059Sdes#define HAVE_PAM_GETENVLIST 1
60199059Sdes
60299059Sdes/* Define if you have the <paths.h> header file. */
60399059Sdes#define HAVE_PATHS_H 1
60499059Sdes
60599059Sdes/* Define if you have the <pty.h> header file. */
60699059Sdes/* #undef HAVE_PTY_H */
60799059Sdes
60899059Sdes/* Define if you have the `pututline' function. */
60999319Sdes/* #undef HAVE_PUTUTLINE */
61099059Sdes
61199059Sdes/* Define if you have the `pututxline' function. */
61299059Sdes/* #undef HAVE_PUTUTXLINE */
61399059Sdes
61499059Sdes/* Define if you have the `readpassphrase' function. */
61599059Sdes#define HAVE_READPASSPHRASE 1
61699059Sdes
61799059Sdes/* Define if you have the <readpassphrase.h> header file. */
61899059Sdes#define HAVE_READPASSPHRASE_H 1
61999059Sdes
62099059Sdes/* Define if you have the `realpath' function. */
62199059Sdes#define HAVE_REALPATH 1
62299059Sdes
62399059Sdes/* Define if you have the `recvmsg' function. */
62499059Sdes#define HAVE_RECVMSG 1
62599059Sdes
62699059Sdes/* Define if you have the <rpc/types.h> header file. */
62799059Sdes#define HAVE_RPC_TYPES_H 1
62899059Sdes
62999059Sdes/* Define if you have the `rresvport_af' function. */
63099059Sdes#define HAVE_RRESVPORT_AF 1
63199059Sdes
63299059Sdes/* Define if you have the <sectok.h> header file. */
63399059Sdes/* #undef HAVE_SECTOK_H */
63499059Sdes
63599059Sdes/* Define if you have the <security/pam_appl.h> header file. */
63699059Sdes#define HAVE_SECURITY_PAM_APPL_H 1
63799059Sdes
63899059Sdes/* Define if you have the `sendmsg' function. */
63999059Sdes#define HAVE_SENDMSG 1
64099059Sdes
64199059Sdes/* Define if you have the `setdtablesize' function. */
64299059Sdes/* #undef HAVE_SETDTABLESIZE */
64399059Sdes
64499059Sdes/* Define if you have the `setegid' function. */
64599059Sdes#define HAVE_SETEGID 1
64699059Sdes
64799059Sdes/* Define if you have the `setenv' function. */
64899059Sdes#define HAVE_SETENV 1
64999059Sdes
65099059Sdes/* Define if you have the `seteuid' function. */
65199059Sdes#define HAVE_SETEUID 1
65299059Sdes
65399059Sdes/* Define if you have the `setgroups' function. */
65499059Sdes#define HAVE_SETGROUPS 1
65599059Sdes
65699059Sdes/* Define if you have the `setlogin' function. */
65799059Sdes#define HAVE_SETLOGIN 1
65899059Sdes
65999059Sdes/* Define if you have the `setluid' function. */
66099059Sdes/* #undef HAVE_SETLUID */
66199059Sdes
66299059Sdes/* Define if you have the `setpcred' function. */
66399059Sdes/* #undef HAVE_SETPCRED */
66499059Sdes
66599059Sdes/* Define if you have the `setproctitle' function. */
66699059Sdes#define HAVE_SETPROCTITLE 1
66799059Sdes
66899059Sdes/* Define if you have the `setresgid' function. */
66999059Sdes#define HAVE_SETRESGID 1
67099059Sdes
67199059Sdes/* Define if you have the `setreuid' function. */
67299059Sdes#define HAVE_SETREUID 1
67399059Sdes
67499059Sdes/* Define if you have the `setrlimit' function. */
67599059Sdes#define HAVE_SETRLIMIT 1
67699059Sdes
67799059Sdes/* Define if you have the `setsid' function. */
67899059Sdes#define HAVE_SETSID 1
67999059Sdes
68099059Sdes/* Define if you have the `setutent' function. */
68199319Sdes/* #undef HAVE_SETUTENT */
68299059Sdes
68399059Sdes/* Define if you have the `setutxent' function. */
68499059Sdes/* #undef HAVE_SETUTXENT */
68599059Sdes
68699059Sdes/* Define if you have the `setvbuf' function. */
68799059Sdes#define HAVE_SETVBUF 1
68899059Sdes
68999059Sdes/* Define if you have the <shadow.h> header file. */
69099059Sdes/* #undef HAVE_SHADOW_H */
69199059Sdes
69299059Sdes/* Define if you have the `sigaction' function. */
69399059Sdes#define HAVE_SIGACTION 1
69499059Sdes
69599059Sdes/* Define if you have the `sigvec' function. */
69699059Sdes#define HAVE_SIGVEC 1
69799059Sdes
69899059Sdes/* Define if the system has the type `sig_atomic_t'. */
69999059Sdes#define HAVE_SIG_ATOMIC_T 1
70099059Sdes
70199059Sdes/* Define if you have the `snprintf' function. */
70299059Sdes#define HAVE_SNPRINTF 1
70399059Sdes
70499059Sdes/* Define if you have the `socketpair' function. */
70599059Sdes#define HAVE_SOCKETPAIR 1
70699059Sdes
70799059Sdes/* Define if you have the <stddef.h> header file. */
70899059Sdes#define HAVE_STDDEF_H 1
70999059Sdes
71099059Sdes/* Define if you have the <stdint.h> header file. */
71199059Sdes#define HAVE_STDINT_H 1
71299059Sdes
71399059Sdes/* Define if you have the <stdlib.h> header file. */
71499059Sdes#define HAVE_STDLIB_H 1
71599059Sdes
71699059Sdes/* Define if you have the `strerror' function. */
71799059Sdes#define HAVE_STRERROR 1
71899059Sdes
71999059Sdes/* Define if you have the `strftime' function. */
72099059Sdes#define HAVE_STRFTIME 1
72199059Sdes
72299059Sdes/* Define if you have the <strings.h> header file. */
72399059Sdes#define HAVE_STRINGS_H 1
72499059Sdes
72599059Sdes/* Define if you have the <string.h> header file. */
72699059Sdes#define HAVE_STRING_H 1
72799059Sdes
72899059Sdes/* Define if you have the `strlcat' function. */
72999059Sdes#define HAVE_STRLCAT 1
73099059Sdes
73199059Sdes/* Define if you have the `strlcpy' function. */
73299059Sdes#define HAVE_STRLCPY 1
73399059Sdes
73499059Sdes/* Define if you have the `strmode' function. */
73599059Sdes#define HAVE_STRMODE 1
73699059Sdes
73799059Sdes/* Define if you have the `strsep' function. */
73899059Sdes#define HAVE_STRSEP 1
73999059Sdes
74099059Sdes/* Define if `st_blksize' is member of `struct stat'. */
74199059Sdes#define HAVE_STRUCT_STAT_ST_BLKSIZE 1
74299059Sdes
74399059Sdes/* Define if you have the `sysconf' function. */
74499059Sdes#define HAVE_SYSCONF 1
74599059Sdes
74699059Sdes/* Define if you have the <sys/bitypes.h> header file. */
74799059Sdes/* #undef HAVE_SYS_BITYPES_H */
74899059Sdes
74999059Sdes/* Define if you have the <sys/bsdtty.h> header file. */
75099059Sdes/* #undef HAVE_SYS_BSDTTY_H */
75199059Sdes
75299059Sdes/* Define if you have the <sys/cdefs.h> header file. */
75399059Sdes#define HAVE_SYS_CDEFS_H 1
75499059Sdes
75599059Sdes/* Define if you have the <sys/mman.h> header file. */
75699059Sdes#define HAVE_SYS_MMAN_H 1
75799059Sdes
75899059Sdes/* Define if you have the <sys/select.h> header file. */
75999059Sdes#define HAVE_SYS_SELECT_H 1
76099059Sdes
76199059Sdes/* Define if you have the <sys/stat.h> header file. */
76299059Sdes#define HAVE_SYS_STAT_H 1
76399059Sdes
76499059Sdes/* Define if you have the <sys/stropts.h> header file. */
76599059Sdes/* #undef HAVE_SYS_STROPTS_H */
76699059Sdes
76799059Sdes/* Define if you have the <sys/sysmacros.h> header file. */
76899059Sdes/* #undef HAVE_SYS_SYSMACROS_H */
76999059Sdes
77099059Sdes/* Define if you have the <sys/time.h> header file. */
77199059Sdes#define HAVE_SYS_TIME_H 1
77299059Sdes
77399059Sdes/* Define if you have the <sys/types.h> header file. */
77499059Sdes#define HAVE_SYS_TYPES_H 1
77599059Sdes
77699059Sdes/* Define if you have the <sys/un.h> header file. */
77799059Sdes#define HAVE_SYS_UN_H 1
77899059Sdes
77999059Sdes/* Define if you have the `tcgetpgrp' function. */
78099059Sdes#define HAVE_TCGETPGRP 1
78199059Sdes
78299059Sdes/* Define if you have the `time' function. */
78399059Sdes#define HAVE_TIME 1
78499059Sdes
78599059Sdes/* Define if you have the <time.h> header file. */
78699059Sdes#define HAVE_TIME_H 1
78799059Sdes
78899059Sdes/* Define if you have the `truncate' function. */
78999059Sdes#define HAVE_TRUNCATE 1
79099059Sdes
79199059Sdes/* Define if you have the <ttyent.h> header file. */
79299059Sdes#define HAVE_TTYENT_H 1
79399059Sdes
79499059Sdes/* Define if you have the <unistd.h> header file. */
79599059Sdes#define HAVE_UNISTD_H 1
79699059Sdes
79799059Sdes/* Define if you have the `updwtmp' function. */
79899059Sdes/* #undef HAVE_UPDWTMP */
79999059Sdes
80099059Sdes/* Define if you have the <usersec.h> header file. */
80199059Sdes/* #undef HAVE_USERSEC_H */
80299059Sdes
80399059Sdes/* Define if you have the <util.h> header file. */
80499059Sdes/* #undef HAVE_UTIL_H */
80599059Sdes
80699059Sdes/* Define if you have the `utimes' function. */
80799059Sdes#define HAVE_UTIMES 1
80899059Sdes
80999059Sdes/* Define if you have the <utime.h> header file. */
81099059Sdes#define HAVE_UTIME_H 1
81199059Sdes
81299059Sdes/* Define if you have the `utmpname' function. */
81399059Sdes/* #undef HAVE_UTMPNAME */
81499059Sdes
81599059Sdes/* Define if you have the `utmpxname' function. */
81699059Sdes/* #undef HAVE_UTMPXNAME */
81799059Sdes
81899059Sdes/* Define if you have the <utmpx.h> header file. */
81999059Sdes/* #undef HAVE_UTMPX_H */
82099059Sdes
82199059Sdes/* Define if you have the <utmp.h> header file. */
82299059Sdes#define HAVE_UTMP_H 1
82399059Sdes
82499059Sdes/* Define if you have the `vhangup' function. */
82599059Sdes/* #undef HAVE_VHANGUP */
82699059Sdes
82799059Sdes/* Define if you have the `vsnprintf' function. */
82899059Sdes#define HAVE_VSNPRINTF 1
82999059Sdes
83099059Sdes/* Define if you have the `waitpid' function. */
83199059Sdes#define HAVE_WAITPID 1
83299059Sdes
83399059Sdes/* Define if you have the `_getpty' function. */
83499059Sdes/* #undef HAVE__GETPTY */
83599059Sdes
83699059Sdes/* Define if you have the `__b64_ntop' function. */
83799059Sdes#define HAVE___B64_NTOP 1
83899059Sdes
83999059Sdes/* The size of a `char', as computed by sizeof. */
84099059Sdes#define SIZEOF_CHAR 1
84199059Sdes
84299059Sdes/* The size of a `int', as computed by sizeof. */
84399059Sdes#define SIZEOF_INT 4
84499059Sdes
84599059Sdes/* The size of a `long int', as computed by sizeof. */
84699059Sdes#define SIZEOF_LONG_INT 4
84799059Sdes
84899059Sdes/* The size of a `long long int', as computed by sizeof. */
84999059Sdes#define SIZEOF_LONG_LONG_INT 8
85099059Sdes
85199059Sdes/* The size of a `short int', as computed by sizeof. */
85299059Sdes#define SIZEOF_SHORT_INT 2
85399059Sdes
85499059Sdes/* Define if you have the ANSI C header files. */
85599059Sdes#define STDC_HEADERS 1
85699059Sdes
85799059Sdes/* Define if your processor stores words with the most significant byte first
85899059Sdes   (like Motorola and SPARC, unlike Intel and VAX). */
85999059Sdes/* #undef WORDS_BIGENDIAN */
86099059Sdes
86199059Sdes/* Number of bits in a file offset, on hosts where this is settable. */
86299059Sdes/* #undef _FILE_OFFSET_BITS */
86399059Sdes
86499059Sdes/* Define for large files, on AIX-style hosts. */
86599059Sdes/* #undef _LARGE_FILES */
86699059Sdes
86799059Sdes/* Define as `__inline' if that's what the C compiler calls it, or to nothing
86899059Sdes   if it is not supported. */
86999059Sdes/* #undef inline */
87099059Sdes
87199059Sdes/* type to use in place of socklen_t if not defined */
87299059Sdes/* #undef socklen_t */
87399059Sdes
87499059Sdes/* ******************* Shouldn't need to edit below this line ************** */
87599059Sdes
87699059Sdes#endif /* _CONFIG_H */
877