blob: 9af1117c7181cf2e7b7ac7633ba13f9ed7e3562f [file] [log] [blame]
Damien Miller6b85a7f2000-01-02 11:45:33 +11001#ifndef _CONFIG_H
2#define _CONFIG_H
3
Damien Miller5a3e6831999-12-27 09:48:56 +11004/* Generated automatically from acconfig.h by autoheader. */
5/* Please make your changes there */
6
7@TOP@
Damien Miller7f6ea021999-10-28 13:25:17 +10008
Damien Millerbeb4ba51999-12-28 15:09:35 +11009/* Define if you want to disable PAM support */
10#undef DISABLE_PAM
11
Damien Miller1fa154b2000-01-23 10:32:03 +110012/* Define if you want to disable AIX4's authenticate function */
13#undef WITH_AIXAUTHENTICATE
14
Damien Miller76112de1999-12-21 11:18:08 +110015/* Define if you want to disable lastlog support */
16#undef DISABLE_LASTLOG
17
Damien Miller3f905871999-11-15 17:10:57 +110018/* Location of lastlog file */
19#undef LASTLOG_LOCATION
20
Damien Millerc6398ef1999-11-20 12:18:40 +110021/* If lastlog is a directory */
22#undef LASTLOG_IS_DIR
23
Damien Miller3f905871999-11-15 17:10:57 +110024/* Location of random number pool */
Damien Millerab18c411999-11-11 10:40:23 +110025#undef RANDOM_POOL
26
27/* Are we using the Entropy gathering daemon */
28#undef HAVE_EGD
29
Damien Miller8bdeee21999-12-30 15:50:54 +110030/* Define if using the Dante SOCKS library. */
31#undef HAVE_DANTE
32
Damien Miller1fa154b2000-01-23 10:32:03 +110033/* Define if using the Socks4 SOCKS library. */
34#undef HAVE_SOCKS4
35
36/* Define if using the Socks5 SOCKS library. */
37#undef HAVE_SOCKS5
38
Damien Miller670a4b82000-01-22 13:53:11 +110039/* Define if you want to install preformatted manpages.*/
40#undef MANTYPE
41
Damien Miller7f6ea021999-10-28 13:25:17 +100042/* Define if your ssl headers are included with #include <ssl/header.h> */
43#undef HAVE_SSL
44
45/* Define if your ssl headers are included with #include <openssl/header.h> */
46#undef HAVE_OPENSSL
Damien Millerab18c411999-11-11 10:40:23 +110047
Damien Millerd00d1611999-12-29 10:17:09 +110048/* Define if you are linking against RSAref. Used only to print the right
49 * message at run-time. */
50#undef RSAREF
51
Damien Miller34132e52000-01-14 15:45:46 +110052/* struct utmp and struct utmpx fields */
Damien Millerab18c411999-11-11 10:40:23 +110053#undef HAVE_HOST_IN_UTMP
Damien Millerbf1c9b21999-12-09 10:16:54 +110054#undef HAVE_HOST_IN_UTMPX
Damien Miller3131d8b1999-12-31 09:42:24 +110055#undef HAVE_ADDR_IN_UTMP
Damien Miller3131d8b1999-12-31 09:42:24 +110056#undef HAVE_ADDR_IN_UTMPX
Damien Miller34132e52000-01-14 15:45:46 +110057#undef HAVE_ADDR_V6_IN_UTMP
58#undef HAVE_ADDR_V6_IN_UTMPX
Damien Miller2e1b0821999-12-25 10:11:29 +110059#undef HAVE_SYSLEN_IN_UTMPX
Damien Miller4ff2b9b1999-12-28 10:41:12 +110060#undef HAVE_PID_IN_UTMP
Damien Miller4ff2b9b1999-12-28 10:41:12 +110061#undef HAVE_TYPE_IN_UTMP
Damien Miller4ff2b9b1999-12-28 10:41:12 +110062#undef HAVE_TV_IN_UTMP
Damien Miller9550a761999-12-29 02:32:22 +110063#undef HAVE_ID_IN_UTMP
64
Damien Miller368cf641999-12-21 09:51:36 +110065/* Define if you want to use utmpx */
66#undef USE_UTMPX
67
Damien Millerab18c411999-11-11 10:40:23 +110068/* Define is libutil has login() function */
69#undef HAVE_LIBUTIL_LOGIN
Damien Miller5ce662a1999-11-11 17:57:39 +110070
Damien Miller3f905871999-11-15 17:10:57 +110071/* Define if you want external askpass support */
Damien Millerd05a2471999-11-15 14:25:30 +110072#undef USE_EXTERNAL_ASKPASS
Damien Miller5ce662a1999-11-11 17:57:39 +110073
Damien Miller3f905871999-11-15 17:10:57 +110074/* Define if libc defines __progname */
75#undef HAVE___PROGNAME
76
Damien Miller80297751999-11-19 13:03:25 +110077/* Define if you want Kerberos 4 support */
78#undef KRB4
79
80/* Define if you want AFS support */
81#undef AFS
82
83/* Define if you want S/Key support */
84#undef SKEY
85
86/* Define if you want TCP Wrappers support */
87#undef LIBWRAP
88
Damien Miller04f80141999-11-19 15:32:34 +110089/* Define if your libraries define login() */
90#undef HAVE_LOGIN
91
92/* Define if your libraries define daemon() */
93#undef HAVE_DAEMON
94
Damien Miller76112de1999-12-21 11:18:08 +110095/* Define if xauth is found in your path */
96#undef XAUTH_PATH
97
Damien Miller2e1b0821999-12-25 10:11:29 +110098/* Define if rsh is found in your path */
99#undef RSH_PATH
100
Damien Millerdd1c7ba1999-11-19 15:53:20 +1100101/* Define if you want to allow MD5 passwords */
102#undef HAVE_MD5_PASSWORDS
103
Damien Miller76112de1999-12-21 11:18:08 +1100104/* Define if you want to disable shadow passwords */
105#undef DISABLE_SHADOW
106
107/* Define if you want have trusted HPUX */
108#undef HAVE_HPUX_TRUSTED_SYSTEM_PW
109
Damien Miller859cec01999-11-22 14:27:24 +1100110/* Define if you have an old version of PAM which takes only one argument */
111/* to pam_strerror */
112#undef HAVE_OLD_PAM
113
Damien Miller2e1b0821999-12-25 10:11:29 +1100114/* Set this to your mail directory if you don't have maillock.h */
115#undef MAIL_DIRECTORY
116
Damien Millerc6398ef1999-11-20 12:18:40 +1100117/* Data types */
Damien Millerc6398ef1999-11-20 12:18:40 +1100118#undef HAVE_INTXX_T
119#undef HAVE_U_INTXX_T
120#undef HAVE_UINTXX_T
Damien Miller74d0d4a1999-12-29 02:24:35 +1100121#undef HAVE_SOCKLEN_T
Damien Miller95058511999-12-29 10:36:45 +1100122#undef HAVE_SIZE_T
Damien Miller34132e52000-01-14 15:45:46 +1100123#undef HAVE_STRUCT_SOCKADDR_STORAGE
124#undef HAVE_STRUCT_ADDRINFO
125#undef HAVE_STRUCT_IN6_ADDR
126#undef HAVE_STRUCT_SOCKADDR_IN6
127
128/* Fields in struct sockaddr_storage */
129#undef HAVE_SS_FAMILY_IN_SS
130#undef HAVE___SS_FAMILY_IN_SS
Damien Millerc6398ef1999-11-20 12:18:40 +1100131
Damien Miller037a0dc1999-12-07 15:38:31 +1100132/* Define if you have /dev/ptmx */
133#undef HAVE_DEV_PTMX
134
135/* Define if you have /dev/ptc */
136#undef HAVE_DEV_PTS_AND_PTC
137
Damien Miller76112de1999-12-21 11:18:08 +1100138/* Define if you need to use IP address instead of hostname in $DISPLAY */
139#undef IPADDR_IN_DISPLAY
Damien Millerc6b3bbe1999-12-13 08:27:33 +1100140
Damien Miller5a3e6831999-12-27 09:48:56 +1100141/* Specify default $PATH */
142#undef USER_PATH
143
Damien Miller5eed6a22000-01-16 12:05:18 +1100144/* Specify location of ssh.pid */
Damien Millerdbd250f2000-01-18 08:57:14 +1100145#undef PIDDIR
Damien Miller5eed6a22000-01-16 12:05:18 +1100146
Damien Miller7d80e342000-01-19 14:36:49 +1100147/* Use IPv4 for connection by default, IPv6 can still if explicity asked */
148#undef IPV4_DEFAULT
149
Damien Millereca71f82000-01-20 22:38:27 +1100150/* getaddrinfo is broken (if present) */
151#undef BROKEN_GETADDRINFO
152
Damien Miller6854f821999-11-13 10:49:55 +1100153@BOTTOM@
154
Damien Miller3d1b22c1999-11-12 15:46:08 +1100155/* ******************* Shouldn't need to edit below this line ************** */
156
Damien Miller5a3e6831999-12-27 09:48:56 +1100157#include "defines.h"
Damien Miller6b85a7f2000-01-02 11:45:33 +1100158
Damien Miller9550a242000-01-19 10:41:23 +1100159#endif /* _CONFIG_H */