2001-02-26 22:39:07 +01:00
|
|
|
/* $Id: acconfig.h,v 1.105 2001/02/26 21:39:07 djm Exp $ */
|
2001-02-09 02:55:35 +01:00
|
|
|
|
2000-01-02 01:45:33 +01:00
|
|
|
#ifndef _CONFIG_H
|
|
|
|
#define _CONFIG_H
|
|
|
|
|
1999-12-26 23:48:56 +01:00
|
|
|
/* Generated automatically from acconfig.h by autoheader. */
|
|
|
|
/* Please make your changes there */
|
|
|
|
|
|
|
|
@TOP@
|
1999-10-28 05:25:17 +02:00
|
|
|
|
2000-10-18 15:11:44 +02:00
|
|
|
/* Define to a Set Process Title type if your system is */
|
|
|
|
/* supported by bsd-setproctitle.c */
|
|
|
|
#undef SPT_TYPE
|
|
|
|
|
2000-09-29 14:01:36 +02:00
|
|
|
/* SCO workaround */
|
|
|
|
#undef BROKEN_SYS_TERMIO_H
|
2000-12-28 16:46:20 +01:00
|
|
|
#undef HAVE_BOGUS_SYS_QUEUE_H
|
2000-09-29 14:01:36 +02:00
|
|
|
|
|
|
|
/* Define if you have SCO protected password database */
|
|
|
|
#undef HAVE_SCO_PROTECTED_PW
|
|
|
|
|
2000-08-23 02:46:23 +02:00
|
|
|
/* If your header files don't define LOGIN_PROGRAM, then use this (detected) */
|
|
|
|
/* from environment and PATH */
|
|
|
|
#undef LOGIN_PROGRAM_FALLBACK
|
|
|
|
|
|
|
|
/* Define if your password has a pw_class field */
|
|
|
|
#undef HAVE_PW_CLASS_IN_PASSWD
|
|
|
|
|
2000-08-18 05:59:06 +02:00
|
|
|
/* Define if your system's struct sockaddr_un has a sun_len member */
|
|
|
|
#undef HAVE_SUN_LEN_IN_SOCKADDR_UN
|
|
|
|
|
2000-08-16 02:35:58 +02:00
|
|
|
/* Define if you system's inet_ntoa is busted (e.g. Irix gcc issue) */
|
|
|
|
#undef BROKEN_INET_NTOA
|
|
|
|
|
2000-07-15 06:59:14 +02:00
|
|
|
/* Define if your system defines sys_errlist[] */
|
|
|
|
#undef HAVE_SYS_ERRLIST
|
|
|
|
|
2000-08-16 02:35:58 +02:00
|
|
|
/* Define if your system defines sys_nerr */
|
|
|
|
#undef HAVE_SYS_NERR
|
|
|
|
|
2000-07-11 01:29:50 +02:00
|
|
|
/* Define if your system choked on IP TOS setting */
|
|
|
|
#undef IP_TOS_IS_BROKEN
|
|
|
|
|
2000-07-09 15:53:07 +02:00
|
|
|
/* Define if you have the getuserattr function. */
|
|
|
|
#undef HAVE_GETUSERATTR
|
|
|
|
|
2000-07-09 13:21:52 +02:00
|
|
|
/* Work around problematic Linux PAM modules handling of PAM_TTY */
|
|
|
|
#undef PAM_TTY_KLUDGE
|
|
|
|
|
2000-07-08 02:44:13 +02:00
|
|
|
/* Use PIPES instead of a socketpair() */
|
|
|
|
#undef USE_PIPES
|
|
|
|
|
2000-07-01 08:52:55 +02:00
|
|
|
/* Define if your snprintf is busted */
|
|
|
|
#undef BROKEN_SNPRINTF
|
|
|
|
|
2000-09-05 07:13:06 +02:00
|
|
|
/* Define if you are on Cygwin */
|
|
|
|
#undef HAVE_CYGWIN
|
|
|
|
|
2000-10-18 02:02:25 +02:00
|
|
|
/* Define if you lack native POSIX regex and you are using PCRE */
|
|
|
|
#undef HAVE_LIBPCRE
|
2000-10-14 23:33:19 +02:00
|
|
|
|
2000-10-15 02:17:36 +02:00
|
|
|
/* Define if you have a broken realpath. */
|
|
|
|
#undef BROKEN_REALPATH
|
|
|
|
|
2000-06-18 07:43:25 +02:00
|
|
|
/* Define if you are on NeXT */
|
|
|
|
#undef HAVE_NEXT
|
|
|
|
|
2000-10-18 02:02:25 +02:00
|
|
|
/* Define if you are on NEWS-OS */
|
|
|
|
#undef HAVE_NEWS4
|
|
|
|
|
2001-01-17 00:44:13 +01:00
|
|
|
/* Define if you want to enable PAM support */
|
|
|
|
#undef USE_PAM
|
1999-12-28 05:09:35 +01:00
|
|
|
|
2000-05-17 14:00:02 +02:00
|
|
|
/* Define if you want to enable AIX4's authenticate function */
|
2000-01-23 00:32:03 +01:00
|
|
|
#undef WITH_AIXAUTHENTICATE
|
|
|
|
|
2000-06-28 00:22:29 +02:00
|
|
|
/* Define if you have/want arrays (cluster-wide session managment, not C arrays) */
|
|
|
|
#undef WITH_IRIX_ARRAY
|
|
|
|
|
|
|
|
/* Define if you want IRIX project management */
|
|
|
|
#undef WITH_IRIX_PROJECT
|
|
|
|
|
|
|
|
/* Define if you want IRIX audit trails */
|
|
|
|
#undef WITH_IRIX_AUDIT
|
|
|
|
|
2000-11-12 01:04:24 +01:00
|
|
|
/* Define if you want IRIX kernel jobs */
|
|
|
|
#undef WITH_IRIX_JOBS
|
|
|
|
|
1999-11-15 07:10:57 +01:00
|
|
|
/* Location of random number pool */
|
1999-11-11 00:40:23 +01:00
|
|
|
#undef RANDOM_POOL
|
|
|
|
|
2000-04-03 06:50:43 +02:00
|
|
|
/* Location of EGD random number socket */
|
|
|
|
#undef EGD_SOCKET
|
2000-01-23 00:32:03 +01:00
|
|
|
|
2000-04-30 01:30:44 +02:00
|
|
|
/* Builtin PRNG command timeout */
|
|
|
|
#undef ENTROPY_TIMEOUT_MSEC
|
|
|
|
|
2000-01-22 03:53:11 +01:00
|
|
|
/* Define if you want to install preformatted manpages.*/
|
|
|
|
#undef MANTYPE
|
|
|
|
|
1999-10-28 05:25:17 +02:00
|
|
|
/* Define if your ssl headers are included with #include <openssl/header.h> */
|
|
|
|
#undef HAVE_OPENSSL
|
1999-11-11 00:40:23 +01:00
|
|
|
|
1999-12-29 00:17:09 +01:00
|
|
|
/* Define if you are linking against RSAref. Used only to print the right
|
|
|
|
* message at run-time. */
|
|
|
|
#undef RSAREF
|
|
|
|
|
2001-01-15 03:34:37 +01:00
|
|
|
/* struct timeval */
|
|
|
|
#undef HAVE_STRUCT_TIMEVAL
|
|
|
|
|
2000-01-14 05:45:46 +01:00
|
|
|
/* struct utmp and struct utmpx fields */
|
1999-11-11 00:40:23 +01:00
|
|
|
#undef HAVE_HOST_IN_UTMP
|
1999-12-09 00:16:54 +01:00
|
|
|
#undef HAVE_HOST_IN_UTMPX
|
1999-12-30 23:42:24 +01:00
|
|
|
#undef HAVE_ADDR_IN_UTMP
|
|
|
|
#undef HAVE_ADDR_IN_UTMPX
|
2000-01-14 05:45:46 +01:00
|
|
|
#undef HAVE_ADDR_V6_IN_UTMP
|
|
|
|
#undef HAVE_ADDR_V6_IN_UTMPX
|
1999-12-25 00:11:29 +01:00
|
|
|
#undef HAVE_SYSLEN_IN_UTMPX
|
1999-12-28 00:41:12 +01:00
|
|
|
#undef HAVE_PID_IN_UTMP
|
|
|
|
#undef HAVE_TYPE_IN_UTMP
|
2000-05-20 06:53:09 +02:00
|
|
|
#undef HAVE_TYPE_IN_UTMPX
|
1999-12-28 00:41:12 +01:00
|
|
|
#undef HAVE_TV_IN_UTMP
|
2000-06-03 16:57:40 +02:00
|
|
|
#undef HAVE_TV_IN_UTMPX
|
1999-12-28 16:32:22 +01:00
|
|
|
#undef HAVE_ID_IN_UTMP
|
2000-07-01 05:17:42 +02:00
|
|
|
#undef HAVE_ID_IN_UTMPX
|
2000-06-03 16:57:40 +02:00
|
|
|
#undef HAVE_EXIT_IN_UTMP
|
|
|
|
#undef HAVE_TIME_IN_UTMP
|
|
|
|
#undef HAVE_TIME_IN_UTMPX
|
1999-12-28 16:32:22 +01:00
|
|
|
|
2000-06-03 16:57:40 +02:00
|
|
|
/* Define if you don't want to use your system's login() call */
|
|
|
|
#undef DISABLE_LOGIN
|
|
|
|
|
|
|
|
/* Define if you don't want to use pututline() etc. to write [uw]tmp */
|
|
|
|
#undef DISABLE_PUTUTLINE
|
|
|
|
|
|
|
|
/* Define if you don't want to use pututxline() etc. to write [uw]tmpx */
|
|
|
|
#undef DISABLE_PUTUTXLINE
|
|
|
|
|
|
|
|
/* Define if you don't want to use lastlog */
|
|
|
|
#undef DISABLE_LASTLOG
|
|
|
|
|
|
|
|
/* Define if you don't want to use utmp */
|
|
|
|
#undef DISABLE_UTMP
|
|
|
|
|
|
|
|
/* Define if you don't want to use utmpx */
|
|
|
|
#undef DISABLE_UTMPX
|
|
|
|
|
|
|
|
/* Define if you don't want to use wtmp */
|
|
|
|
#undef DISABLE_WTMP
|
|
|
|
|
|
|
|
/* Define if you don't want to use wtmpx */
|
|
|
|
#undef DISABLE_WTMPX
|
|
|
|
|
|
|
|
/* Define if you want to specify the path to your lastlog file */
|
|
|
|
#undef CONF_LASTLOG_FILE
|
|
|
|
|
|
|
|
/* Define if you want to specify the path to your utmp file */
|
|
|
|
#undef CONF_UTMP_FILE
|
|
|
|
|
|
|
|
/* Define if you want to specify the path to your wtmp file */
|
|
|
|
#undef CONF_WTMP_FILE
|
|
|
|
|
|
|
|
/* Define if you want to specify the path to your utmpx file */
|
|
|
|
#undef CONF_UTMPX_FILE
|
|
|
|
|
|
|
|
/* Define if you want to specify the path to your wtmpx file */
|
|
|
|
#undef CONF_WTMPX_FILE
|
1999-12-20 23:51:36 +01:00
|
|
|
|
1999-11-11 00:40:23 +01:00
|
|
|
/* Define is libutil has login() function */
|
|
|
|
#undef HAVE_LIBUTIL_LOGIN
|
1999-11-11 07:57:39 +01:00
|
|
|
|
1999-11-15 07:10:57 +01:00
|
|
|
/* Define if you want external askpass support */
|
1999-11-15 04:25:30 +01:00
|
|
|
#undef USE_EXTERNAL_ASKPASS
|
1999-11-12 05:46:08 +01:00
|
|
|
|
1999-11-15 07:10:57 +01:00
|
|
|
/* Define if libc defines __progname */
|
|
|
|
#undef HAVE___PROGNAME
|
|
|
|
|
1999-11-19 03:03:25 +01:00
|
|
|
/* Define if you want Kerberos 4 support */
|
|
|
|
#undef KRB4
|
|
|
|
|
|
|
|
/* Define if you want AFS support */
|
|
|
|
#undef AFS
|
|
|
|
|
|
|
|
/* Define if you want S/Key support */
|
|
|
|
#undef SKEY
|
|
|
|
|
|
|
|
/* Define if you want TCP Wrappers support */
|
|
|
|
#undef LIBWRAP
|
|
|
|
|
1999-11-19 05:32:34 +01:00
|
|
|
/* Define if your libraries define login() */
|
|
|
|
#undef HAVE_LOGIN
|
|
|
|
|
|
|
|
/* Define if your libraries define daemon() */
|
|
|
|
#undef HAVE_DAEMON
|
|
|
|
|
2000-03-05 06:22:59 +01:00
|
|
|
/* Define if your libraries define getpagesize() */
|
|
|
|
#undef HAVE_GETPAGESIZE
|
|
|
|
|
1999-12-21 01:18:08 +01:00
|
|
|
/* Define if xauth is found in your path */
|
|
|
|
#undef XAUTH_PATH
|
|
|
|
|
1999-12-25 00:11:29 +01:00
|
|
|
/* Define if rsh is found in your path */
|
|
|
|
#undef RSH_PATH
|
|
|
|
|
1999-11-19 05:53:20 +01:00
|
|
|
/* Define if you want to allow MD5 passwords */
|
|
|
|
#undef HAVE_MD5_PASSWORDS
|
|
|
|
|
1999-12-21 01:18:08 +01:00
|
|
|
/* Define if you want to disable shadow passwords */
|
|
|
|
#undef DISABLE_SHADOW
|
|
|
|
|
2000-06-26 03:31:33 +02:00
|
|
|
/* Define if you want to use shadow password expire field */
|
|
|
|
#undef HAS_SHADOW_EXPIRE
|
|
|
|
|
2000-06-28 07:22:41 +02:00
|
|
|
/* Define if you have Digital Unix Security Integration Architecture */
|
|
|
|
#undef HAVE_OSF_SIA
|
|
|
|
|
2000-05-20 07:02:59 +02:00
|
|
|
/* Define if you have getpwanam(3) [SunOS 4.x] */
|
|
|
|
#undef HAVE_GETPWANAM
|
|
|
|
|
2000-04-30 01:30:44 +02:00
|
|
|
/* Defined if in_systm.h needs to be included with netinet/ip.h (HPUX - <sigh/>) */
|
|
|
|
#undef NEED_IN_SYSTM_H
|
|
|
|
|
1999-11-22 04:27:24 +01:00
|
|
|
/* Define if you have an old version of PAM which takes only one argument */
|
|
|
|
/* to pam_strerror */
|
|
|
|
#undef HAVE_OLD_PAM
|
|
|
|
|
2000-12-20 03:34:48 +01:00
|
|
|
/* Define if you are using Solaris-derived PAM which passes pam_messages */
|
|
|
|
/* to the conversation function with an extra level of indirection */
|
|
|
|
#undef PAM_SUN_CODEBASE
|
2001-02-05 13:42:17 +01:00
|
|
|
|
1999-12-25 00:11:29 +01:00
|
|
|
/* Set this to your mail directory if you don't have maillock.h */
|
|
|
|
#undef MAIL_DIRECTORY
|
|
|
|
|
1999-11-20 02:18:40 +01:00
|
|
|
/* Data types */
|
2000-08-29 02:33:50 +02:00
|
|
|
#undef HAVE_U_INT
|
1999-11-20 02:18:40 +01:00
|
|
|
#undef HAVE_INTXX_T
|
|
|
|
#undef HAVE_U_INTXX_T
|
|
|
|
#undef HAVE_UINTXX_T
|
2000-09-23 05:12:24 +02:00
|
|
|
#undef HAVE_INT64_T
|
|
|
|
#undef HAVE_U_INT64_T
|
1999-12-28 16:24:35 +01:00
|
|
|
#undef HAVE_SOCKLEN_T
|
1999-12-29 00:36:45 +01:00
|
|
|
#undef HAVE_SIZE_T
|
2000-05-17 14:53:33 +02:00
|
|
|
#undef HAVE_SSIZE_T
|
2001-01-09 01:50:29 +01:00
|
|
|
#undef HAVE_CLOCK_T
|
2000-06-18 07:43:25 +02:00
|
|
|
#undef HAVE_MODE_T
|
|
|
|
#undef HAVE_PID_T
|
2000-06-23 00:23:34 +02:00
|
|
|
#undef HAVE_SA_FAMILY_T
|
2000-01-14 05:45:46 +01:00
|
|
|
#undef HAVE_STRUCT_SOCKADDR_STORAGE
|
|
|
|
#undef HAVE_STRUCT_ADDRINFO
|
|
|
|
#undef HAVE_STRUCT_IN6_ADDR
|
|
|
|
#undef HAVE_STRUCT_SOCKADDR_IN6
|
|
|
|
|
|
|
|
/* Fields in struct sockaddr_storage */
|
|
|
|
#undef HAVE_SS_FAMILY_IN_SS
|
|
|
|
#undef HAVE___SS_FAMILY_IN_SS
|
1999-11-20 02:18:40 +01:00
|
|
|
|
2001-01-19 18:11:43 +01:00
|
|
|
/* Define if you have a regcomp() function */
|
|
|
|
#undef HAVE_REGCOMP
|
|
|
|
|
1999-12-07 05:38:31 +01:00
|
|
|
/* Define if you have /dev/ptmx */
|
|
|
|
#undef HAVE_DEV_PTMX
|
|
|
|
|
|
|
|
/* Define if you have /dev/ptc */
|
|
|
|
#undef HAVE_DEV_PTS_AND_PTC
|
|
|
|
|
1999-12-21 01:18:08 +01:00
|
|
|
/* Define if you need to use IP address instead of hostname in $DISPLAY */
|
|
|
|
#undef IPADDR_IN_DISPLAY
|
1999-12-12 22:27:33 +01:00
|
|
|
|
1999-12-26 23:48:56 +01:00
|
|
|
/* Specify default $PATH */
|
|
|
|
#undef USER_PATH
|
|
|
|
|
2000-01-16 02:05:18 +01:00
|
|
|
/* Specify location of ssh.pid */
|
2001-01-22 06:34:40 +01:00
|
|
|
#undef _PATH_SSH_PIDDIR
|
2000-01-16 02:05:18 +01:00
|
|
|
|
2000-01-19 04:36:49 +01:00
|
|
|
/* Use IPv4 for connection by default, IPv6 can still if explicity asked */
|
|
|
|
#undef IPV4_DEFAULT
|
|
|
|
|
2000-10-18 02:02:25 +02:00
|
|
|
/* If you have no atexit() but xatexit(), and want to use xatexit() */
|
|
|
|
#undef HAVE_XATEXIT
|
|
|
|
|
2000-01-20 12:38:27 +01:00
|
|
|
/* getaddrinfo is broken (if present) */
|
|
|
|
#undef BROKEN_GETADDRINFO
|
|
|
|
|
2000-09-05 07:13:06 +02:00
|
|
|
/* vhangup is broken (if present) */
|
|
|
|
#undef BROKEN_VHANGUP
|
|
|
|
|
2000-03-13 05:41:24 +01:00
|
|
|
/* Workaround more Linux IPv6 quirks */
|
2000-03-11 10:45:40 +01:00
|
|
|
#undef DONT_TRY_OTHER_AF
|
|
|
|
|
|
|
|
/* Detect IPv4 in IPv6 mapped addresses and treat as IPv4 */
|
|
|
|
#undef IPV4_IN_IPV6
|
|
|
|
|
2001-02-18 07:01:00 +01:00
|
|
|
/* Define if you have BSD auth support */
|
|
|
|
#undef BSD_AUTH
|
|
|
|
|
2001-02-24 22:41:10 +01:00
|
|
|
/* Define if X11 doesn't support AF_UNIX sockets on that system */
|
|
|
|
#undef NO_X11_UNIX_SOCKETS
|
|
|
|
|
2001-02-26 10:49:58 +01:00
|
|
|
/* Needed for SCO and NeXT */
|
2001-02-26 22:39:07 +01:00
|
|
|
#undef BROKEN_SAVED_UIDS
|
2001-02-26 10:49:58 +01:00
|
|
|
|
1999-11-13 00:49:55 +01:00
|
|
|
@BOTTOM@
|
|
|
|
|
1999-11-12 05:46:08 +01:00
|
|
|
/* ******************* Shouldn't need to edit below this line ************** */
|
1999-11-11 07:57:39 +01:00
|
|
|
|
1999-12-26 23:48:56 +01:00
|
|
|
#include "defines.h"
|
2000-01-02 01:45:33 +01:00
|
|
|
|
2000-01-19 00:41:23 +01:00
|
|
|
#endif /* _CONFIG_H */
|