config.h revision 113912
1107553Sdes/* config.h.  Generated by configure.  */
2107553Sdes/* config.h.in.  Generated from configure.ac by autoheader.  */
3113912Sdes/* $Id: acconfig.h,v 1.149 2003/03/10 00:38:10 djm Exp $ */
499059Sdes/* $FreeBSD: head/crypto/openssh/config.h 113912 2003-04-23 17:21:27Z 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/* Define to a Set Process Title type if your system is */
1499059Sdes/* supported by bsd-setproctitle.c */
1599059Sdes/* #undef SPT_TYPE */
1699059Sdes
1799059Sdes/* setgroups() NOOP allowed */
1899059Sdes/* #undef SETGROUPS_NOOP */
1999059Sdes
2099059Sdes/* SCO workaround */
2199059Sdes/* #undef BROKEN_SYS_TERMIO_H */
2299059Sdes
2399059Sdes/* Define if you have SecureWare-based protected password database */
2499059Sdes/* #undef HAVE_SECUREWARE */
2599059Sdes
2699059Sdes/* If your header files don't define LOGIN_PROGRAM, then use this (detected) */
2799059Sdes/* from environment and PATH */
2899059Sdes#define LOGIN_PROGRAM_FALLBACK "/usr/bin/login"
2999059Sdes
3099059Sdes/* Define if your password has a pw_class field */
3199059Sdes#define HAVE_PW_CLASS_IN_PASSWD 1
3299059Sdes
3399059Sdes/* Define if your password has a pw_expire field */
3499059Sdes#define HAVE_PW_EXPIRE_IN_PASSWD 1
3599059Sdes
3699059Sdes/* Define if your password has a pw_change field */
3799059Sdes#define HAVE_PW_CHANGE_IN_PASSWD 1
3899059Sdes
3999059Sdes/* Define if your system uses access rights style file descriptor passing */
4099059Sdes/* #undef HAVE_ACCRIGHTS_IN_MSGHDR */
4199059Sdes
4299059Sdes/* Define if your system uses ancillary data style file descriptor passing */
4399059Sdes#define HAVE_CONTROL_IN_MSGHDR 1
4499059Sdes
4599059Sdes/* Define if you system's inet_ntoa is busted (e.g. Irix gcc issue) */
4699059Sdes/* #undef BROKEN_INET_NTOA */
4799059Sdes
4899059Sdes/* Define if your system defines sys_errlist[] */
4999059Sdes#define HAVE_SYS_ERRLIST 1
5099059Sdes
5199059Sdes/* Define if your system defines sys_nerr */
5299059Sdes#define HAVE_SYS_NERR 1
5399059Sdes
5499059Sdes/* Define if your system choked on IP TOS setting */
5599059Sdes/* #undef IP_TOS_IS_BROKEN */
5699059Sdes
5799059Sdes/* Define if you have the getuserattr function.  */
5899059Sdes/* #undef HAVE_GETUSERATTR */
5999059Sdes
6099059Sdes/* Work around problematic Linux PAM modules handling of PAM_TTY */
6199059Sdes/* #undef PAM_TTY_KLUDGE */
6299059Sdes
6399059Sdes/* Use PIPES instead of a socketpair() */
6499059Sdes/* #undef USE_PIPES */
6599059Sdes
6699059Sdes/* Define if your snprintf is busted */
6799059Sdes/* #undef BROKEN_SNPRINTF */
6899059Sdes
6999059Sdes/* Define if you are on Cygwin */
7099059Sdes/* #undef HAVE_CYGWIN */
7199059Sdes
7299059Sdes/* Define if you have a broken realpath. */
7399059Sdes/* #undef BROKEN_REALPATH */
7499059Sdes
7599059Sdes/* Define if you are on NeXT */
7699059Sdes/* #undef HAVE_NEXT */
7799059Sdes
7899059Sdes/* Define if you are on NEWS-OS */
7999059Sdes/* #undef HAVE_NEWS4 */
8099059Sdes
8199059Sdes/* Define if you want to enable PAM support */
8299059Sdes#define USE_PAM 1
8399059Sdes
8499059Sdes/* Define if you want to enable AIX4's authenticate function */
8599059Sdes/* #undef WITH_AIXAUTHENTICATE */
8699059Sdes
8799059Sdes/* Define if you have/want arrays (cluster-wide session managment, not C arrays) */
8899059Sdes/* #undef WITH_IRIX_ARRAY */
8999059Sdes
9099059Sdes/* Define if you want IRIX project management */
9199059Sdes/* #undef WITH_IRIX_PROJECT */
9299059Sdes
9399059Sdes/* Define if you want IRIX audit trails */
9499059Sdes/* #undef WITH_IRIX_AUDIT */
9599059Sdes
9699059Sdes/* Define if you want IRIX kernel jobs */
9799059Sdes/* #undef WITH_IRIX_JOBS */
9899059Sdes
9999059Sdes/* Location of PRNGD/EGD random number socket */
10099059Sdes/* #undef PRNGD_SOCKET */
10199059Sdes
10299059Sdes/* Port number of PRNGD/EGD random number socket */
10399059Sdes/* #undef PRNGD_PORT */
10499059Sdes
10599059Sdes/* Builtin PRNG command timeout */
10699059Sdes#define ENTROPY_TIMEOUT_MSEC 200
10799059Sdes
10899059Sdes/* non-privileged user for privilege separation */
10999059Sdes#define SSH_PRIVSEP_USER "sshd"
11099059Sdes
11199059Sdes/* Define if you want to install preformatted manpages.*/
11299059Sdes/* #undef MANTYPE */
11399059Sdes
11499059Sdes/* Define if your ssl headers are included with #include <openssl/header.h>  */
11599059Sdes#define HAVE_OPENSSL 1
11699059Sdes
11799059Sdes/* Define if you are linking against RSAref.  Used only to print the right
11899059Sdes * message at run-time. */
11999059Sdes/* #undef RSAREF */
12099059Sdes
12199059Sdes/* struct timeval */
12299059Sdes#define HAVE_STRUCT_TIMEVAL 1
12399059Sdes
12499059Sdes/* struct utmp and struct utmpx fields */
12599059Sdes#define HAVE_HOST_IN_UTMP 1
12699059Sdes/* #undef HAVE_HOST_IN_UTMPX */
12799059Sdes/* #undef HAVE_ADDR_IN_UTMP */
12899059Sdes/* #undef HAVE_ADDR_IN_UTMPX */
12999059Sdes/* #undef HAVE_ADDR_V6_IN_UTMP */
13099059Sdes/* #undef HAVE_ADDR_V6_IN_UTMPX */
13199059Sdes/* #undef HAVE_SYSLEN_IN_UTMPX */
13299059Sdes/* #undef HAVE_PID_IN_UTMP */
13399059Sdes/* #undef HAVE_TYPE_IN_UTMP */
13499059Sdes/* #undef HAVE_TYPE_IN_UTMPX */
13599059Sdes/* #undef HAVE_TV_IN_UTMP */
13699059Sdes/* #undef HAVE_TV_IN_UTMPX */
13799059Sdes/* #undef HAVE_ID_IN_UTMP */
13899059Sdes/* #undef HAVE_ID_IN_UTMPX */
13999059Sdes/* #undef HAVE_EXIT_IN_UTMP */
14099059Sdes#define HAVE_TIME_IN_UTMP 1
14199059Sdes/* #undef HAVE_TIME_IN_UTMPX */
14299059Sdes
14399059Sdes/* Define if you don't want to use your system's login() call */
14499059Sdes/* #undef DISABLE_LOGIN */
14599059Sdes
14699059Sdes/* Define if you don't want to use pututline() etc. to write [uw]tmp */
14799059Sdes/* #undef DISABLE_PUTUTLINE */
14899059Sdes
14999059Sdes/* Define if you don't want to use pututxline() etc. to write [uw]tmpx */
15099059Sdes/* #undef DISABLE_PUTUTXLINE */
15199059Sdes
15299059Sdes/* Define if you don't want to use lastlog */
15399059Sdes/* #undef DISABLE_LASTLOG */
15499059Sdes
155107553Sdes/* Define if you don't want to use lastlog in session.c */
156107553Sdes/* #undef NO_SSH_LASTLOG */
157107553Sdes
15899059Sdes/* Define if you don't want to use utmp */
15999059Sdes/* #undef DISABLE_UTMP */
16099059Sdes
16199059Sdes/* Define if you don't want to use utmpx */
16299059Sdes#define DISABLE_UTMPX 1
16399059Sdes
16499059Sdes/* Define if you don't want to use wtmp */
16599059Sdes/* #undef DISABLE_WTMP */
16699059Sdes
16799059Sdes/* Define if you don't want to use wtmpx */
16899059Sdes#define DISABLE_WTMPX 1
16999059Sdes
17099059Sdes/* Some systems need a utmpx entry for /bin/login to work */
17199059Sdes/* #undef LOGIN_NEEDS_UTMPX */
17299059Sdes
17399059Sdes/* Some versions of /bin/login need the TERM supplied on the commandline */
17499059Sdes/* #undef LOGIN_NEEDS_TERM */
17599059Sdes
17699059Sdes/* Define if your login program cannot handle end of options ("--") */
17799059Sdes/* #undef LOGIN_NO_ENDOPT */
17899059Sdes
17999059Sdes/* Define if you want to specify the path to your lastlog file */
18099059Sdes/* #undef CONF_LASTLOG_FILE */
18199059Sdes
18299059Sdes/* Define if you want to specify the path to your utmp file */
18399059Sdes#define CONF_UTMP_FILE "/var/run/utmp"
18499059Sdes
18599059Sdes/* Define if you want to specify the path to your wtmp file */
18699059Sdes#define CONF_WTMP_FILE "/var/log/wtmp"
18799059Sdes
18899059Sdes/* Define if you want to specify the path to your utmpx file */
18999059Sdes/* #undef CONF_UTMPX_FILE */
19099059Sdes
19199059Sdes/* Define if you want to specify the path to your wtmpx file */
19299059Sdes/* #undef CONF_WTMPX_FILE */
19399059Sdes
19499059Sdes/* Define if you want external askpass support */
19599059Sdes/* #undef USE_EXTERNAL_ASKPASS */
19699059Sdes
19799059Sdes/* Define if libc defines __progname */
19899059Sdes#define HAVE___PROGNAME 1
19999059Sdes
20099059Sdes/* Define if compiler implements __FUNCTION__ */
20199059Sdes#define HAVE___FUNCTION__ 1
20299059Sdes
20399059Sdes/* Define if compiler implements __func__ */
20499059Sdes#define HAVE___func__ 1
20599059Sdes
20699059Sdes/* Define if you want Kerberos 5 support */
20799059Sdes/* #undef KRB5 */
20899059Sdes
20999059Sdes/* Define this if you are using the Heimdal version of Kerberos V5 */
21099059Sdes/* #undef HEIMDAL */
21199059Sdes
21299059Sdes/* Define if you want Kerberos 4 support */
21399059Sdes/* #undef KRB4 */
21499059Sdes
21599059Sdes/* Define if you want AFS support */
21699059Sdes/* #undef AFS */
21799059Sdes
21899059Sdes/* Define if you want S/Key support */
21999319Sdes/* #undef SKEY */
22099059Sdes
22199059Sdes/* Define if you want OPIE support */
22299319Sdes/* #undef OPIE */
22399059Sdes
22499059Sdes/* Define if you want TCP Wrappers support */
22599059Sdes#define LIBWRAP 1
22699059Sdes
22799059Sdes/* Define if your libraries define login() */
22899059Sdes#define HAVE_LOGIN 1
22999059Sdes
23099059Sdes/* Define if your libraries define daemon() */
23199059Sdes#define HAVE_DAEMON 1
23299059Sdes
23399059Sdes/* Define if your libraries define getpagesize() */
23499059Sdes#define HAVE_GETPAGESIZE 1
23599059Sdes
23699059Sdes/* Define if xauth is found in your path */
23799059Sdes#define XAUTH_PATH "/usr/X11R6/bin/xauth"
23899059Sdes
23999059Sdes/* Define if you want to allow MD5 passwords */
24099059Sdes/* #undef HAVE_MD5_PASSWORDS */
24199059Sdes
24299059Sdes/* Define if you want to disable shadow passwords */
24399059Sdes/* #undef DISABLE_SHADOW */
24499059Sdes
24599059Sdes/* Define if you want to use shadow password expire field */
24699059Sdes/* #undef HAS_SHADOW_EXPIRE */
24799059Sdes
24899059Sdes/* Define if you have Digital Unix Security Integration Architecture */
24999059Sdes/* #undef HAVE_OSF_SIA */
25099059Sdes
25199059Sdes/* Define if you have getpwanam(3) [SunOS 4.x] */
25299059Sdes/* #undef HAVE_GETPWANAM */
25399059Sdes
25499059Sdes/* Define if you have an old version of PAM which takes only one argument */
25599059Sdes/* to pam_strerror */
25699059Sdes/* #undef HAVE_OLD_PAM */
25799059Sdes
25899059Sdes/* Define if you are using Solaris-derived PAM which passes pam_messages  */
25999059Sdes/* to the conversation function with an extra level of indirection */
26099059Sdes/* #undef PAM_SUN_CODEBASE */
26199059Sdes
26299059Sdes/* Set this to your mail directory if you don't have maillock.h */
263113912Sdes/* #undef MAIL_DIRECTORY */
26499059Sdes
26599059Sdes/* Data types */
26699059Sdes#define HAVE_U_INT 1
26799059Sdes#define HAVE_INTXX_T 1
26899059Sdes#define HAVE_U_INTXX_T 1
26999059Sdes#define HAVE_UINTXX_T 1
27099059Sdes#define HAVE_INT64_T 1
27199059Sdes#define HAVE_U_INT64_T 1
27299059Sdes#define HAVE_U_CHAR 1
27399059Sdes#define HAVE_SIZE_T 1
27499059Sdes#define HAVE_SSIZE_T 1
27599059Sdes#define HAVE_CLOCK_T 1
27699059Sdes#define HAVE_MODE_T 1
27799059Sdes#define HAVE_PID_T 1
27899059Sdes#define HAVE_SA_FAMILY_T 1
27999059Sdes#define HAVE_STRUCT_SOCKADDR_STORAGE 1
28099059Sdes#define HAVE_STRUCT_ADDRINFO 1
28199059Sdes#define HAVE_STRUCT_IN6_ADDR 1
28299059Sdes#define HAVE_STRUCT_SOCKADDR_IN6 1
28399059Sdes
28499059Sdes/* Fields in struct sockaddr_storage */
28599059Sdes#define HAVE_SS_FAMILY_IN_SS 1
28699059Sdes/* #undef HAVE___SS_FAMILY_IN_SS */
28799059Sdes
28899059Sdes/* Define if you have /dev/ptmx */
28999059Sdes/* #undef HAVE_DEV_PTMX */
29099059Sdes
29199059Sdes/* Define if you have /dev/ptc */
29299059Sdes/* #undef HAVE_DEV_PTS_AND_PTC */
29399059Sdes
29499059Sdes/* Define if you need to use IP address instead of hostname in $DISPLAY */
29599059Sdes/* #undef IPADDR_IN_DISPLAY */
29699059Sdes
29799059Sdes/* Specify default $PATH */
29899059Sdes/* #undef USER_PATH */
29999059Sdes
30099059Sdes/* Specify location of ssh.pid */
30199059Sdes#define _PATH_SSH_PIDDIR "/var/run"
30299059Sdes
30399059Sdes/* Use IPv4 for connection by default, IPv6 can still if explicity asked */
30499059Sdes/* #undef IPV4_DEFAULT */
30599059Sdes
30699059Sdes/* getaddrinfo is broken (if present) */
30799059Sdes/* #undef BROKEN_GETADDRINFO */
30899059Sdes
30999059Sdes/* Workaround more Linux IPv6 quirks */
31099059Sdes/* #undef DONT_TRY_OTHER_AF */
31199059Sdes
31299059Sdes/* Detect IPv4 in IPv6 mapped addresses and treat as IPv4 */
31399059Sdes/* #undef IPV4_IN_IPV6 */
31499059Sdes
31599059Sdes/* Define if you have BSD auth support */
31699059Sdes/* #undef BSD_AUTH */
31799059Sdes
31899059Sdes/* Define if X11 doesn't support AF_UNIX sockets on that system */
31999059Sdes/* #undef NO_X11_UNIX_SOCKETS */
32099059Sdes
321107553Sdes/* Define if the concept of ports only accessible to superusers isn't known */
322107553Sdes/* #undef NO_IPPORT_RESERVED_CONCEPT */
323107553Sdes
32499059Sdes/* Needed for SCO and NeXT */
32599059Sdes/* #undef BROKEN_SAVED_UIDS */
32699059Sdes
32799059Sdes/* Define if your system glob() function has the GLOB_ALTDIRFUNC extension */
32899059Sdes#define GLOB_HAS_ALTDIRFUNC 1
32999059Sdes
33099059Sdes/* Define if your system glob() function has gl_matchc options in glob_t */
33199059Sdes/* #undef GLOB_HAS_GL_MATCHC */
33299059Sdes
33399059Sdes/* Define in your struct dirent expects you to allocate extra space for d_name */
33499059Sdes/* #undef BROKEN_ONE_BYTE_DIRENT_D_NAME */
33599059Sdes
33699059Sdes/* Define if your getopt(3) defines and uses optreset */
33799059Sdes#define HAVE_GETOPT_OPTRESET 1
33899059Sdes
33999059Sdes/* Define on *nto-qnx systems */
34099059Sdes/* #undef MISSING_NFDBITS */
34199059Sdes
34299059Sdes/* Define on *nto-qnx systems */
34399059Sdes/* #undef MISSING_HOWMANY */
34499059Sdes
34599059Sdes/* Define on *nto-qnx systems */
34699059Sdes/* #undef MISSING_FD_MASK */
34799059Sdes
34899059Sdes/* Define if you want smartcard support */
34999059Sdes/* #undef SMARTCARD */
35099059Sdes
35199059Sdes/* Define if you want smartcard support using sectok */
35299059Sdes/* #undef USE_SECTOK */
35399059Sdes
35499059Sdes/* Define if you want smartcard support using OpenSC */
35599059Sdes/* #undef USE_OPENSC */
35699059Sdes
35799059Sdes/* Define if you want to use OpenSSL's internally seeded PRNG only */
35899059Sdes#define OPENSSL_PRNG_ONLY 1
35999059Sdes
36099059Sdes/* Define if you shouldn't strip 'tty' from your ttyname in [uw]tmp */
36199059Sdes/* #undef WITH_ABBREV_NO_TTY */
36299059Sdes
36399059Sdes/* Define if you want a different $PATH for the superuser */
36499059Sdes/* #undef SUPERUSER_PATH */
36599059Sdes
36699059Sdes/* Path that unprivileged child will chroot() to in privep mode */
36799059Sdes/* #undef PRIVSEP_PATH */
36899059Sdes
369107553Sdes/* Define if your platform needs to skip post auth file descriptor passing */
370107553Sdes/* #undef DISABLE_FD_PASSING */
37199059Sdes
372113912Sdes/* Silly mkstemp() */
373113912Sdes/* #undef HAVE_STRICT_MKSTEMP */
37499065Sdes
375113912Sdes/* Setproctitle emulation */
376113912Sdes/* #undef SETPROCTITLE_STRATEGY */
377113912Sdes/* #undef SETPROCTITLE_PS_PADDING */
378113912Sdes
379113912Sdes/* Some systems put this outside of libc */
380113912Sdes#define HAVE_NANOSLEEP 1
381113912Sdes
382113912Sdes/* Pushing STREAMS modules incorrectly acquires a controlling TTY */
383113912Sdes/* #undef STREAMS_PUSH_ACQUIRES_CTTY */
384113912Sdes
385113912Sdes
386107553Sdes/* Define to 1 if the `getpgrp' function requires zero arguments. */
38799059Sdes#define GETPGRP_VOID 1
38899059Sdes
389107553Sdes/* Define to 1 if you have the `arc4random' function. */
39099059Sdes#define HAVE_ARC4RANDOM 1
39199059Sdes
392107553Sdes/* Define to 1 if you have the `b64_ntop' function. */
39399059Sdes/* #undef HAVE_B64_NTOP */
39499059Sdes
395113912Sdes/* Define to 1 if you have the `b64_pton' function. */
396113912Sdes/* #undef HAVE_B64_PTON */
397113912Sdes
398113912Sdes/* Define to 1 if you have the `basename' function. */
399113912Sdes#define HAVE_BASENAME 1
400113912Sdes
401107553Sdes/* Define to 1 if you have the `bcopy' function. */
40299059Sdes#define HAVE_BCOPY 1
40399059Sdes
404107553Sdes/* Define to 1 if you have the `bindresvport_sa' function. */
40599059Sdes#define HAVE_BINDRESVPORT_SA 1
40699059Sdes
407107553Sdes/* Define to 1 if you have the <bstring.h> header file. */
40899059Sdes/* #undef HAVE_BSTRING_H */
40999059Sdes
410107553Sdes/* Define to 1 if you have the `clock' function. */
41199059Sdes#define HAVE_CLOCK 1
41299059Sdes
413107553Sdes/* Define to 1 if you have the <crypt.h> header file. */
41499059Sdes/* #undef HAVE_CRYPT_H */
41599059Sdes
416107553Sdes/* Define to 1 if you have the `dirname' function. */
41799059Sdes#define HAVE_DIRNAME 1
41899059Sdes
419107553Sdes/* Define to 1 if you have the <endian.h> header file. */
42099059Sdes/* #undef HAVE_ENDIAN_H */
42199059Sdes
422107553Sdes/* Define to 1 if you have the `endutent' function. */
42399319Sdes/* #undef HAVE_ENDUTENT */
42499059Sdes
425107553Sdes/* Define to 1 if you have the `endutxent' function. */
42699059Sdes/* #undef HAVE_ENDUTXENT */
42799059Sdes
428107553Sdes/* Define to 1 if you have the `fchmod' function. */
42999059Sdes#define HAVE_FCHMOD 1
43099059Sdes
431107553Sdes/* Define to 1 if you have the `fchown' function. */
43299059Sdes#define HAVE_FCHOWN 1
43399059Sdes
434107553Sdes/* Define to 1 if you have the <floatingpoint.h> header file. */
43599059Sdes#define HAVE_FLOATINGPOINT_H 1
43699059Sdes
437107553Sdes/* Define to 1 if you have the `freeaddrinfo' function. */
43899059Sdes#define HAVE_FREEADDRINFO 1
43999059Sdes
440107553Sdes/* Define to 1 if you have the `futimes' function. */
44199059Sdes#define HAVE_FUTIMES 1
44299059Sdes
443107553Sdes/* Define to 1 if you have the `gai_strerror' function. */
44499059Sdes#define HAVE_GAI_STRERROR 1
44599059Sdes
446107553Sdes/* Define to 1 if you have the `getaddrinfo' function. */
44799059Sdes#define HAVE_GETADDRINFO 1
44899059Sdes
449107553Sdes/* Define to 1 if you have the `getcwd' function. */
45099059Sdes#define HAVE_GETCWD 1
45199059Sdes
452107553Sdes/* Define to 1 if you have the `getgrouplist' function. */
45399059Sdes#define HAVE_GETGROUPLIST 1
45499059Sdes
455107553Sdes/* Define to 1 if you have the `getluid' function. */
45699059Sdes/* #undef HAVE_GETLUID */
45799059Sdes
458107553Sdes/* Define to 1 if you have the `getnameinfo' function. */
45999059Sdes#define HAVE_GETNAMEINFO 1
46099059Sdes
461107553Sdes/* Define to 1 if you have the `getopt' function. */
46299059Sdes#define HAVE_GETOPT 1
46399059Sdes
464107553Sdes/* Define to 1 if you have the <getopt.h> header file. */
465107553Sdes#define HAVE_GETOPT_H 1
46699059Sdes
467107553Sdes/* Define to 1 if you have the `getpeereid' function. */
468107553Sdes#define HAVE_GETPEEREID 1
469107553Sdes
470107553Sdes/* Define to 1 if you have the `getpwanam' function. */
47199059Sdes/* #undef HAVE_GETPWANAM */
47299059Sdes
473107553Sdes/* Define to 1 if you have the `getrlimit' function. */
47499059Sdes#define HAVE_GETRLIMIT 1
47599059Sdes
476107553Sdes/* Define to 1 if you have the `getrusage' function. */
47799059Sdes#define HAVE_GETRUSAGE 1
47899059Sdes
479107553Sdes/* Define to 1 if you have the `gettimeofday' function. */
48099059Sdes#define HAVE_GETTIMEOFDAY 1
48199059Sdes
482107553Sdes/* Define to 1 if you have the `getttyent' function. */
48399059Sdes#define HAVE_GETTTYENT 1
48499059Sdes
485107553Sdes/* Define to 1 if you have the `getutent' function. */
48699059Sdes/* #undef HAVE_GETUTENT */
48799059Sdes
488107553Sdes/* Define to 1 if you have the `getutid' function. */
48999059Sdes/* #undef HAVE_GETUTID */
49099059Sdes
491107553Sdes/* Define to 1 if you have the `getutline' function. */
49299319Sdes/* #undef HAVE_GETUTLINE */
49399059Sdes
494107553Sdes/* Define to 1 if you have the `getutxent' function. */
49599059Sdes/* #undef HAVE_GETUTXENT */
49699059Sdes
497107553Sdes/* Define to 1 if you have the `getutxid' function. */
49899059Sdes/* #undef HAVE_GETUTXID */
49999059Sdes
500107553Sdes/* Define to 1 if you have the `getutxline' function. */
50199059Sdes/* #undef HAVE_GETUTXLINE */
50299059Sdes
503107553Sdes/* Define to 1 if you have the `glob' function. */
50499059Sdes#define HAVE_GLOB 1
50599059Sdes
506107553Sdes/* Define to 1 if you have the <glob.h> header file. */
50799059Sdes#define HAVE_GLOB_H 1
50899059Sdes
509107553Sdes/* Define to 1 if you have the <ia.h> header file. */
510107553Sdes/* #undef HAVE_IA_H */
511107553Sdes
512107553Sdes/* Define to 1 if you have the `inet_aton' function. */
51399059Sdes#define HAVE_INET_ATON 1
51499059Sdes
515107553Sdes/* Define to 1 if you have the `inet_ntoa' function. */
51699059Sdes#define HAVE_INET_NTOA 1
51799059Sdes
518107553Sdes/* Define to 1 if you have the `inet_ntop' function. */
51999059Sdes#define HAVE_INET_NTOP 1
52099059Sdes
521107553Sdes/* Define to 1 if you have the `innetgr' function. */
52299059Sdes#define HAVE_INNETGR 1
52399059Sdes
524107553Sdes/* Define to 1 if you have the <inttypes.h> header file. */
52599059Sdes#define HAVE_INTTYPES_H 1
52699059Sdes
527107553Sdes/* Define to 1 if you have the <krb.h> header file. */
52899059Sdes/* #undef HAVE_KRB_H */
52999059Sdes
530107553Sdes/* Define to 1 if you have the <lastlog.h> header file. */
53199059Sdes/* #undef HAVE_LASTLOG_H */
53299059Sdes
533107553Sdes/* Define to 1 if you have the `crypt' library (-lcrypt). */
534107553Sdes/* #undef HAVE_LIBCRYPT */
535107553Sdes
536107553Sdes/* Define to 1 if you have the `des' library (-ldes). */
53799059Sdes/* #undef HAVE_LIBDES */
53899059Sdes
539107553Sdes/* Define to 1 if you have the `des425' library (-ldes425). */
54099059Sdes/* #undef HAVE_LIBDES425 */
54199059Sdes
542107553Sdes/* Define to 1 if you have the `dl' library (-ldl). */
54399059Sdes/* #undef HAVE_LIBDL */
54499059Sdes
545107553Sdes/* Define to 1 if you have the <libgen.h> header file. */
54699059Sdes#define HAVE_LIBGEN_H 1
54799059Sdes
548107553Sdes/* Define to 1 if you have the `krb' library (-lkrb). */
54999059Sdes/* #undef HAVE_LIBKRB */
55099059Sdes
551107553Sdes/* Define to 1 if you have the `krb4' library (-lkrb4). */
55299059Sdes/* #undef HAVE_LIBKRB4 */
55399059Sdes
554107553Sdes/* Define to 1 if you have the `nsl' library (-lnsl). */
55599059Sdes/* #undef HAVE_LIBNSL */
55699059Sdes
557107553Sdes/* Define to 1 if you have the `pam' library (-lpam). */
55899059Sdes#define HAVE_LIBPAM 1
55999059Sdes
560107553Sdes/* Define to 1 if you have the `resolv' library (-lresolv). */
56199059Sdes/* #undef HAVE_LIBRESOLV */
56299059Sdes
563107553Sdes/* Define to 1 if you have the `sectok' library (-lsectok). */
56499059Sdes/* #undef HAVE_LIBSECTOK */
56599059Sdes
566107553Sdes/* Define to 1 if you have the `socket' library (-lsocket). */
56799059Sdes/* #undef HAVE_LIBSOCKET */
56899059Sdes
569107553Sdes/* Define to 1 if you have the <libutil.h> header file. */
57099059Sdes#define HAVE_LIBUTIL_H 1
57199059Sdes
572107553Sdes/* Define to 1 if you have the `xnet' library (-lxnet). */
573107553Sdes/* #undef HAVE_LIBXNET */
574107553Sdes
575107553Sdes/* Define to 1 if you have the `z' library (-lz). */
57699059Sdes#define HAVE_LIBZ 1
57799059Sdes
578107553Sdes/* Define to 1 if you have the <limits.h> header file. */
57999059Sdes#define HAVE_LIMITS_H 1
58099059Sdes
581107553Sdes/* Define to 1 if you have the <login_cap.h> header file. */
58299059Sdes#define HAVE_LOGIN_CAP_H 1
58399059Sdes
584107553Sdes/* Define to 1 if you have the `login_getcapbool' function. */
58599059Sdes#define HAVE_LOGIN_GETCAPBOOL 1
58699059Sdes
587107553Sdes/* Define to 1 if you have the <login.h> header file. */
58899059Sdes/* #undef HAVE_LOGIN_H */
58999059Sdes
590107553Sdes/* Define to 1 if you have the `logout' function. */
59199059Sdes#define HAVE_LOGOUT 1
59299059Sdes
593107553Sdes/* Define to 1 if you have the `logwtmp' function. */
59499059Sdes#define HAVE_LOGWTMP 1
59599059Sdes
596107553Sdes/* Define to 1 if you have the <maillock.h> header file. */
59799059Sdes/* #undef HAVE_MAILLOCK_H */
59899059Sdes
599107553Sdes/* Define to 1 if you have the `md5_crypt' function. */
60099059Sdes/* #undef HAVE_MD5_CRYPT */
60199059Sdes
602107553Sdes/* Define to 1 if you have the `memmove' function. */
60399059Sdes#define HAVE_MEMMOVE 1
60499059Sdes
605107553Sdes/* Define to 1 if you have the <memory.h> header file. */
60699059Sdes#define HAVE_MEMORY_H 1
60799059Sdes
608107553Sdes/* Define to 1 if you have the `mkdtemp' function. */
60999059Sdes#define HAVE_MKDTEMP 1
61099059Sdes
611107553Sdes/* Define to 1 if you have the `mmap' function. */
61299059Sdes#define HAVE_MMAP 1
61399059Sdes
614107553Sdes/* Define to 1 if you have the <netdb.h> header file. */
61599059Sdes#define HAVE_NETDB_H 1
61699059Sdes
617107553Sdes/* Define to 1 if you have the <netgroup.h> header file. */
61899059Sdes/* #undef HAVE_NETGROUP_H */
61999059Sdes
620107553Sdes/* Define to 1 if you have the <netinet/in_systm.h> header file. */
62199059Sdes#define HAVE_NETINET_IN_SYSTM_H 1
62299059Sdes
623107553Sdes/* Define to 1 if you have the `ngetaddrinfo' function. */
62499059Sdes/* #undef HAVE_NGETADDRINFO */
62599059Sdes
626113912Sdes/* Define to 1 if you have the `nsleep' function. */
627113912Sdes/* #undef HAVE_NSLEEP */
628113912Sdes
629107553Sdes/* Define to 1 if you have the `ogetaddrinfo' function. */
63099059Sdes/* #undef HAVE_OGETADDRINFO */
63199059Sdes
632107553Sdes/* Define to 1 if you have the `openpty' function. */
63399059Sdes#define HAVE_OPENPTY 1
63499059Sdes
635107553Sdes/* Define to 1 if you have the `pam_getenvlist' function. */
63699059Sdes#define HAVE_PAM_GETENVLIST 1
63799059Sdes
638107553Sdes/* Define to 1 if you have the <paths.h> header file. */
63999059Sdes#define HAVE_PATHS_H 1
64099059Sdes
641113912Sdes/* Define to 1 if you have the `pstat' function. */
642113912Sdes/* #undef HAVE_PSTAT */
643113912Sdes
644107553Sdes/* Define to 1 if you have the <pty.h> header file. */
64599059Sdes/* #undef HAVE_PTY_H */
64699059Sdes
647107553Sdes/* Define to 1 if you have the `pututline' function. */
64899319Sdes/* #undef HAVE_PUTUTLINE */
64999059Sdes
650107553Sdes/* Define to 1 if you have the `pututxline' function. */
65199059Sdes/* #undef HAVE_PUTUTXLINE */
65299059Sdes
653107553Sdes/* Define to 1 if you have the `readpassphrase' function. */
65499059Sdes#define HAVE_READPASSPHRASE 1
65599059Sdes
656107553Sdes/* Define to 1 if you have the <readpassphrase.h> header file. */
65799059Sdes#define HAVE_READPASSPHRASE_H 1
65899059Sdes
659107553Sdes/* Define to 1 if you have the `realpath' function. */
66099059Sdes#define HAVE_REALPATH 1
66199059Sdes
662107553Sdes/* Define to 1 if you have the `recvmsg' function. */
66399059Sdes#define HAVE_RECVMSG 1
66499059Sdes
665107553Sdes/* Define to 1 if you have the <rpc/types.h> header file. */
66699059Sdes#define HAVE_RPC_TYPES_H 1
66799059Sdes
668107553Sdes/* Define to 1 if you have the `rresvport_af' function. */
66999059Sdes#define HAVE_RRESVPORT_AF 1
67099059Sdes
671107553Sdes/* Define to 1 if you have the <sectok.h> header file. */
67299059Sdes/* #undef HAVE_SECTOK_H */
67399059Sdes
674107553Sdes/* Define to 1 if you have the <security/pam_appl.h> header file. */
67599059Sdes#define HAVE_SECURITY_PAM_APPL_H 1
67699059Sdes
677107553Sdes/* Define to 1 if you have the `sendmsg' function. */
67899059Sdes#define HAVE_SENDMSG 1
67999059Sdes
680107553Sdes/* Define to 1 if you have the `setdtablesize' function. */
68199059Sdes/* #undef HAVE_SETDTABLESIZE */
68299059Sdes
683107553Sdes/* Define to 1 if you have the `setegid' function. */
68499059Sdes#define HAVE_SETEGID 1
68599059Sdes
686107553Sdes/* Define to 1 if you have the `setenv' function. */
68799059Sdes#define HAVE_SETENV 1
68899059Sdes
689107553Sdes/* Define to 1 if you have the `seteuid' function. */
69099059Sdes#define HAVE_SETEUID 1
69199059Sdes
692107553Sdes/* Define to 1 if you have the `setgroups' function. */
69399059Sdes#define HAVE_SETGROUPS 1
69499059Sdes
695107553Sdes/* Define to 1 if you have the `setlogin' function. */
69699059Sdes#define HAVE_SETLOGIN 1
69799059Sdes
698107553Sdes/* Define to 1 if you have the `setluid' function. */
69999059Sdes/* #undef HAVE_SETLUID */
70099059Sdes
701107553Sdes/* Define to 1 if you have the `setpcred' function. */
70299059Sdes/* #undef HAVE_SETPCRED */
70399059Sdes
704107553Sdes/* Define to 1 if you have the `setproctitle' function. */
70599059Sdes#define HAVE_SETPROCTITLE 1
70699059Sdes
707107553Sdes/* Define to 1 if you have the `setresgid' function. */
70899059Sdes#define HAVE_SETRESGID 1
70999059Sdes
710107553Sdes/* Define to 1 if you have the `setreuid' function. */
71199059Sdes#define HAVE_SETREUID 1
71299059Sdes
713107553Sdes/* Define to 1 if you have the `setrlimit' function. */
71499059Sdes#define HAVE_SETRLIMIT 1
71599059Sdes
716107553Sdes/* Define to 1 if you have the `setsid' function. */
71799059Sdes#define HAVE_SETSID 1
71899059Sdes
719107553Sdes/* Define to 1 if you have the `setutent' function. */
72099319Sdes/* #undef HAVE_SETUTENT */
72199059Sdes
722107553Sdes/* Define to 1 if you have the `setutxent' function. */
72399059Sdes/* #undef HAVE_SETUTXENT */
72499059Sdes
725107553Sdes/* Define to 1 if you have the `setvbuf' function. */
72699059Sdes#define HAVE_SETVBUF 1
72799059Sdes
728107553Sdes/* Define to 1 if you have the <shadow.h> header file. */
72999059Sdes/* #undef HAVE_SHADOW_H */
73099059Sdes
731107553Sdes/* Define to 1 if you have the `sigaction' function. */
73299059Sdes#define HAVE_SIGACTION 1
73399059Sdes
734107553Sdes/* Define to 1 if you have the `sigvec' function. */
73599059Sdes#define HAVE_SIGVEC 1
73699059Sdes
737107553Sdes/* Define to 1 if the system has the type `sig_atomic_t'. */
73899059Sdes#define HAVE_SIG_ATOMIC_T 1
73999059Sdes
740107553Sdes/* Define to 1 if you have the `snprintf' function. */
74199059Sdes#define HAVE_SNPRINTF 1
74299059Sdes
743107553Sdes/* Define to 1 if you have the `socketpair' function. */
74499059Sdes#define HAVE_SOCKETPAIR 1
74599059Sdes
746107553Sdes/* Define to 1 if you have the <stddef.h> header file. */
74799059Sdes#define HAVE_STDDEF_H 1
74899059Sdes
749107553Sdes/* Define to 1 if you have the <stdint.h> header file. */
75099059Sdes#define HAVE_STDINT_H 1
75199059Sdes
752107553Sdes/* Define to 1 if you have the <stdlib.h> header file. */
75399059Sdes#define HAVE_STDLIB_H 1
75499059Sdes
755107553Sdes/* Define to 1 if you have the `strerror' function. */
75699059Sdes#define HAVE_STRERROR 1
75799059Sdes
758107553Sdes/* Define to 1 if you have the `strftime' function. */
75999059Sdes#define HAVE_STRFTIME 1
76099059Sdes
761107553Sdes/* Define to 1 if you have the <strings.h> header file. */
76299059Sdes#define HAVE_STRINGS_H 1
76399059Sdes
764107553Sdes/* Define to 1 if you have the <string.h> header file. */
76599059Sdes#define HAVE_STRING_H 1
76699059Sdes
767107553Sdes/* Define to 1 if you have the `strlcat' function. */
76899059Sdes#define HAVE_STRLCAT 1
76999059Sdes
770107553Sdes/* Define to 1 if you have the `strlcpy' function. */
77199059Sdes#define HAVE_STRLCPY 1
77299059Sdes
773107553Sdes/* Define to 1 if you have the `strmode' function. */
77499059Sdes#define HAVE_STRMODE 1
77599059Sdes
776113912Sdes/* Define to 1 if you have the `strnvis' function. */
777113912Sdes/* #undef HAVE_STRNVIS */
778113912Sdes
779107553Sdes/* Define to 1 if you have the `strsep' function. */
78099059Sdes#define HAVE_STRSEP 1
78199059Sdes
782107553Sdes/* Define to 1 if `st_blksize' is member of `struct stat'. */
78399059Sdes#define HAVE_STRUCT_STAT_ST_BLKSIZE 1
78499059Sdes
785113912Sdes/* Define to 1 if the system has the type `struct timespec'. */
786113912Sdes#define HAVE_STRUCT_TIMESPEC 1
787113912Sdes
788107553Sdes/* Define to 1 if you have the `sysconf' function. */
78999059Sdes#define HAVE_SYSCONF 1
79099059Sdes
791107553Sdes/* Define to 1 if you have the <sys/bitypes.h> header file. */
79299059Sdes/* #undef HAVE_SYS_BITYPES_H */
79399059Sdes
794107553Sdes/* Define to 1 if you have the <sys/bsdtty.h> header file. */
79599059Sdes/* #undef HAVE_SYS_BSDTTY_H */
79699059Sdes
797107553Sdes/* Define to 1 if you have the <sys/cdefs.h> header file. */
79899059Sdes#define HAVE_SYS_CDEFS_H 1
79999059Sdes
800107553Sdes/* Define to 1 if you have the <sys/mman.h> header file. */
80199059Sdes#define HAVE_SYS_MMAN_H 1
80299059Sdes
803113912Sdes/* Define to 1 if you have the <sys/pstat.h> header file. */
804113912Sdes/* #undef HAVE_SYS_PSTAT_H */
805113912Sdes
806107553Sdes/* Define to 1 if you have the <sys/select.h> header file. */
80799059Sdes#define HAVE_SYS_SELECT_H 1
80899059Sdes
809107553Sdes/* Define to 1 if you have the <sys/stat.h> header file. */
81099059Sdes#define HAVE_SYS_STAT_H 1
81199059Sdes
812107553Sdes/* Define to 1 if you have the <sys/stropts.h> header file. */
81399059Sdes/* #undef HAVE_SYS_STROPTS_H */
81499059Sdes
815107553Sdes/* Define to 1 if you have the <sys/sysmacros.h> header file. */
81699059Sdes/* #undef HAVE_SYS_SYSMACROS_H */
81799059Sdes
818113912Sdes/* Define to 1 if you have the <sys/timers.h> header file. */
819113912Sdes#define HAVE_SYS_TIMERS_H 1
820113912Sdes
821107553Sdes/* Define to 1 if you have the <sys/time.h> header file. */
82299059Sdes#define HAVE_SYS_TIME_H 1
82399059Sdes
824107553Sdes/* Define to 1 if you have the <sys/types.h> header file. */
82599059Sdes#define HAVE_SYS_TYPES_H 1
82699059Sdes
827107553Sdes/* Define to 1 if you have the <sys/un.h> header file. */
82899059Sdes#define HAVE_SYS_UN_H 1
82999059Sdes
830107553Sdes/* Define to 1 if you have the `tcgetpgrp' function. */
83199059Sdes#define HAVE_TCGETPGRP 1
83299059Sdes
833107553Sdes/* Define to 1 if you have the `time' function. */
83499059Sdes#define HAVE_TIME 1
83599059Sdes
836107553Sdes/* Define to 1 if you have the <time.h> header file. */
83799059Sdes#define HAVE_TIME_H 1
83899059Sdes
839107553Sdes/* Define to 1 if you have the <tmpdir.h> header file. */
840107553Sdes/* #undef HAVE_TMPDIR_H */
841107553Sdes
842107553Sdes/* Define to 1 if you have the `truncate' function. */
84399059Sdes#define HAVE_TRUNCATE 1
84499059Sdes
845107553Sdes/* Define to 1 if you have the <ttyent.h> header file. */
84699059Sdes#define HAVE_TTYENT_H 1
84799059Sdes
848107553Sdes/* Define to 1 if you have the <unistd.h> header file. */
84999059Sdes#define HAVE_UNISTD_H 1
85099059Sdes
851107553Sdes/* Define to 1 if you have the `updwtmp' function. */
85299059Sdes/* #undef HAVE_UPDWTMP */
85399059Sdes
854107553Sdes/* Define to 1 if you have the <usersec.h> header file. */
85599059Sdes/* #undef HAVE_USERSEC_H */
85699059Sdes
857107553Sdes/* Define to 1 if you have the <util.h> header file. */
85899059Sdes/* #undef HAVE_UTIL_H */
85999059Sdes
860107553Sdes/* Define to 1 if you have the `utimes' function. */
86199059Sdes#define HAVE_UTIMES 1
86299059Sdes
863107553Sdes/* Define to 1 if you have the <utime.h> header file. */
86499059Sdes#define HAVE_UTIME_H 1
86599059Sdes
866107553Sdes/* Define to 1 if you have the `utmpname' function. */
86799059Sdes/* #undef HAVE_UTMPNAME */
86899059Sdes
869107553Sdes/* Define to 1 if you have the `utmpxname' function. */
87099059Sdes/* #undef HAVE_UTMPXNAME */
87199059Sdes
872107553Sdes/* Define to 1 if you have the <utmpx.h> header file. */
87399059Sdes/* #undef HAVE_UTMPX_H */
87499059Sdes
875107553Sdes/* Define to 1 if you have the <utmp.h> header file. */
87699059Sdes#define HAVE_UTMP_H 1
87799059Sdes
878107553Sdes/* Define to 1 if you have the `vhangup' function. */
87999059Sdes/* #undef HAVE_VHANGUP */
88099059Sdes
881107553Sdes/* Define to 1 if you have the `vsnprintf' function. */
88299059Sdes#define HAVE_VSNPRINTF 1
88399059Sdes
884107553Sdes/* Define to 1 if you have the `waitpid' function. */
88599059Sdes#define HAVE_WAITPID 1
88699059Sdes
887107553Sdes/* Define to 1 if you have the `_getpty' function. */
88899059Sdes/* #undef HAVE__GETPTY */
88999059Sdes
890107553Sdes/* Define to 1 if you have the `__b64_ntop' function. */
89199059Sdes#define HAVE___B64_NTOP 1
89299059Sdes
893113912Sdes/* Define to 1 if you have the `__b64_pton' function. */
894113912Sdes#define HAVE___B64_PTON 1
895113912Sdes
896107553Sdes/* Define to the address where bug reports for this package should be sent. */
897107553Sdes#define PACKAGE_BUGREPORT ""
898107553Sdes
899107553Sdes/* Define to the full name of this package. */
900107553Sdes#define PACKAGE_NAME ""
901107553Sdes
902107553Sdes/* Define to the full name and version of this package. */
903107553Sdes#define PACKAGE_STRING ""
904107553Sdes
905107553Sdes/* Define to the one symbol short name of this package. */
906107553Sdes#define PACKAGE_TARNAME ""
907107553Sdes
908107553Sdes/* Define to the version of this package. */
909107553Sdes#define PACKAGE_VERSION ""
910107553Sdes
91199059Sdes/* The size of a `char', as computed by sizeof. */
91299059Sdes#define SIZEOF_CHAR 1
91399059Sdes
91499059Sdes/* The size of a `int', as computed by sizeof. */
91599059Sdes#define SIZEOF_INT 4
91699059Sdes
91799059Sdes/* The size of a `long int', as computed by sizeof. */
91899059Sdes#define SIZEOF_LONG_INT 4
91999059Sdes
92099059Sdes/* The size of a `long long int', as computed by sizeof. */
92199059Sdes#define SIZEOF_LONG_LONG_INT 8
92299059Sdes
92399059Sdes/* The size of a `short int', as computed by sizeof. */
92499059Sdes#define SIZEOF_SHORT_INT 2
92599059Sdes
926107553Sdes/* Define to 1 if you have the ANSI C header files. */
92799059Sdes#define STDC_HEADERS 1
92899059Sdes
929107553Sdes/* Define to 1 if your processor stores words with the most significant byte
930107553Sdes   first (like Motorola and SPARC, unlike Intel and VAX). */
93199059Sdes/* #undef WORDS_BIGENDIAN */
93299059Sdes
93399059Sdes/* Number of bits in a file offset, on hosts where this is settable. */
93499059Sdes/* #undef _FILE_OFFSET_BITS */
93599059Sdes
93699059Sdes/* Define for large files, on AIX-style hosts. */
93799059Sdes/* #undef _LARGE_FILES */
93899059Sdes
93999059Sdes/* Define as `__inline' if that's what the C compiler calls it, or to nothing
94099059Sdes   if it is not supported. */
94199059Sdes/* #undef inline */
94299059Sdes
94399059Sdes/* type to use in place of socklen_t if not defined */
94499059Sdes/* #undef socklen_t */
94599059Sdes
94699059Sdes/* ******************* Shouldn't need to edit below this line ************** */
94799059Sdes
94899059Sdes#endif /* _CONFIG_H */
949