blob: c16ec2bf637fdead0a5de11b86329732e83c704f [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 Millerad833b32000-08-23 10:46:23 +10009/* If your header files don't define LOGIN_PROGRAM, then use this (detected) */
10/* from environment and PATH */
11#undef LOGIN_PROGRAM_FALLBACK
12
13/* Define if your password has a pw_class field */
14#undef HAVE_PW_CLASS_IN_PASSWD
15
Damien Millerb0785672000-08-23 09:10:39 +100016/* Define if your socketpair() has bugs */
17#undef USE_PIPES
18
Damien Miller942da032000-08-18 13:59:06 +100019/* Define if your system's struct sockaddr_un has a sun_len member */
20#undef HAVE_SUN_LEN_IN_SOCKADDR_UN
21
Damien Miller11fa2cc2000-08-16 10:35:58 +100022/* Define if you system's inet_ntoa is busted (e.g. Irix gcc issue) */
23#undef BROKEN_INET_NTOA
24
Damien Millerecbb26d2000-07-15 14:59:14 +100025/* Define if your system defines sys_errlist[] */
26#undef HAVE_SYS_ERRLIST
27
Damien Miller11fa2cc2000-08-16 10:35:58 +100028/* Define if your system defines sys_nerr */
29#undef HAVE_SYS_NERR
30
Damien Miller2ae714f2000-07-11 09:29:50 +100031/* Define if your system choked on IP TOS setting */
32#undef IP_TOS_IS_BROKEN
33
Damien Miller5fc85652000-07-09 23:53:07 +100034/* Define if you have the getuserattr function. */
35#undef HAVE_GETUSERATTR
36
Damien Miller4e997202000-07-09 21:21:52 +100037/* Work around problematic Linux PAM modules handling of PAM_TTY */
38#undef PAM_TTY_KLUDGE
39
Damien Millerfe668e42000-07-08 10:44:13 +100040/* Use PIPES instead of a socketpair() */
41#undef USE_PIPES
42
Damien Millercb170cb2000-07-01 16:52:55 +100043/* Define if your snprintf is busted */
44#undef BROKEN_SNPRINTF
45
Damien Miller0f91b4e2000-06-18 15:43:25 +100046/* Define if you are on NeXT */
47#undef HAVE_NEXT
48
Damien Millerbeb4ba51999-12-28 15:09:35 +110049/* Define if you want to disable PAM support */
50#undef DISABLE_PAM
51
Damien Millerd2c208a2000-05-17 22:00:02 +100052/* Define if you want to enable AIX4's authenticate function */
Damien Miller1fa154b2000-01-23 10:32:03 +110053#undef WITH_AIXAUTHENTICATE
54
Damien Miller91606b12000-06-28 08:22:29 +100055/* Define if you have/want arrays (cluster-wide session managment, not C arrays) */
56#undef WITH_IRIX_ARRAY
57
58/* Define if you want IRIX project management */
59#undef WITH_IRIX_PROJECT
60
61/* Define if you want IRIX audit trails */
62#undef WITH_IRIX_AUDIT
63
Damien Miller3f905871999-11-15 17:10:57 +110064/* Location of random number pool */
Damien Millerab18c411999-11-11 10:40:23 +110065#undef RANDOM_POOL
66
Damien Miller040f3832000-04-03 14:50:43 +100067/* Location of EGD random number socket */
68#undef EGD_SOCKET
Damien Miller1fa154b2000-01-23 10:32:03 +110069
Damien Miller4018c192000-04-30 09:30:44 +100070/* Builtin PRNG command timeout */
71#undef ENTROPY_TIMEOUT_MSEC
72
Damien Miller670a4b82000-01-22 13:53:11 +110073/* Define if you want to install preformatted manpages.*/
74#undef MANTYPE
75
Damien Miller7f6ea021999-10-28 13:25:17 +100076/* Define if your ssl headers are included with #include <openssl/header.h> */
77#undef HAVE_OPENSSL
Damien Millerab18c411999-11-11 10:40:23 +110078
Damien Millerd00d1611999-12-29 10:17:09 +110079/* Define if you are linking against RSAref. Used only to print the right
80 * message at run-time. */
81#undef RSAREF
82
Damien Miller34132e52000-01-14 15:45:46 +110083/* struct utmp and struct utmpx fields */
Damien Millerab18c411999-11-11 10:40:23 +110084#undef HAVE_HOST_IN_UTMP
Damien Millerbf1c9b21999-12-09 10:16:54 +110085#undef HAVE_HOST_IN_UTMPX
Damien Miller3131d8b1999-12-31 09:42:24 +110086#undef HAVE_ADDR_IN_UTMP
Damien Miller3131d8b1999-12-31 09:42:24 +110087#undef HAVE_ADDR_IN_UTMPX
Damien Miller34132e52000-01-14 15:45:46 +110088#undef HAVE_ADDR_V6_IN_UTMP
89#undef HAVE_ADDR_V6_IN_UTMPX
Damien Miller2e1b0821999-12-25 10:11:29 +110090#undef HAVE_SYSLEN_IN_UTMPX
Damien Miller4ff2b9b1999-12-28 10:41:12 +110091#undef HAVE_PID_IN_UTMP
Damien Miller4ff2b9b1999-12-28 10:41:12 +110092#undef HAVE_TYPE_IN_UTMP
Damien Millerad1bc5f2000-05-20 14:53:09 +100093#undef HAVE_TYPE_IN_UTMPX
Damien Miller4ff2b9b1999-12-28 10:41:12 +110094#undef HAVE_TV_IN_UTMP
andre2ff7b5d2000-06-03 14:57:40 +000095#undef HAVE_TV_IN_UTMPX
Damien Miller9550a761999-12-29 02:32:22 +110096#undef HAVE_ID_IN_UTMP
Damien Miller8e81ed32000-07-01 13:17:42 +100097#undef HAVE_ID_IN_UTMPX
andre2ff7b5d2000-06-03 14:57:40 +000098#undef HAVE_EXIT_IN_UTMP
99#undef HAVE_TIME_IN_UTMP
100#undef HAVE_TIME_IN_UTMPX
Damien Miller9550a761999-12-29 02:32:22 +1100101
andre2ff7b5d2000-06-03 14:57:40 +0000102/* Define if you don't want to use your system's login() call */
103#undef DISABLE_LOGIN
104
105/* Define if you don't want to use pututline() etc. to write [uw]tmp */
106#undef DISABLE_PUTUTLINE
107
108/* Define if you don't want to use pututxline() etc. to write [uw]tmpx */
109#undef DISABLE_PUTUTXLINE
110
111/* Define if you don't want to use lastlog */
112#undef DISABLE_LASTLOG
113
114/* Define if you don't want to use utmp */
115#undef DISABLE_UTMP
116
117/* Define if you don't want to use utmpx */
118#undef DISABLE_UTMPX
119
120/* Define if you don't want to use wtmp */
121#undef DISABLE_WTMP
122
123/* Define if you don't want to use wtmpx */
124#undef DISABLE_WTMPX
125
126/* Define if you want to specify the path to your lastlog file */
127#undef CONF_LASTLOG_FILE
128
129/* Define if you want to specify the path to your utmp file */
130#undef CONF_UTMP_FILE
131
132/* Define if you want to specify the path to your wtmp file */
133#undef CONF_WTMP_FILE
134
135/* Define if you want to specify the path to your utmpx file */
136#undef CONF_UTMPX_FILE
137
138/* Define if you want to specify the path to your wtmpx file */
139#undef CONF_WTMPX_FILE
Damien Miller368cf641999-12-21 09:51:36 +1100140
Damien Millerab18c411999-11-11 10:40:23 +1100141/* Define is libutil has login() function */
142#undef HAVE_LIBUTIL_LOGIN
Damien Miller5ce662a1999-11-11 17:57:39 +1100143
Damien Miller3f905871999-11-15 17:10:57 +1100144/* Define if you want external askpass support */
Damien Millerd05a2471999-11-15 14:25:30 +1100145#undef USE_EXTERNAL_ASKPASS
Damien Miller5ce662a1999-11-11 17:57:39 +1100146
Damien Miller3f905871999-11-15 17:10:57 +1100147/* Define if libc defines __progname */
148#undef HAVE___PROGNAME
149
Damien Miller80297751999-11-19 13:03:25 +1100150/* Define if you want Kerberos 4 support */
151#undef KRB4
152
153/* Define if you want AFS support */
154#undef AFS
155
156/* Define if you want S/Key support */
157#undef SKEY
158
159/* Define if you want TCP Wrappers support */
160#undef LIBWRAP
161
Damien Miller04f80141999-11-19 15:32:34 +1100162/* Define if your libraries define login() */
163#undef HAVE_LOGIN
164
165/* Define if your libraries define daemon() */
166#undef HAVE_DAEMON
167
Damien Miller9fb07e42000-03-05 16:22:59 +1100168/* Define if your libraries define getpagesize() */
169#undef HAVE_GETPAGESIZE
170
Damien Miller76112de1999-12-21 11:18:08 +1100171/* Define if xauth is found in your path */
172#undef XAUTH_PATH
173
Damien Miller2e1b0821999-12-25 10:11:29 +1100174/* Define if rsh is found in your path */
175#undef RSH_PATH
176
Damien Millerdd1c7ba1999-11-19 15:53:20 +1100177/* Define if you want to allow MD5 passwords */
178#undef HAVE_MD5_PASSWORDS
179
Damien Miller76112de1999-12-21 11:18:08 +1100180/* Define if you want to disable shadow passwords */
181#undef DISABLE_SHADOW
182
Damien Miller1f335fb2000-06-26 11:31:33 +1000183/* Define if you want to use shadow password expire field */
184#undef HAS_SHADOW_EXPIRE
185
Damien Miller76112de1999-12-21 11:18:08 +1100186/* Define if you want have trusted HPUX */
187#undef HAVE_HPUX_TRUSTED_SYSTEM_PW
188
Damien Millerb8c656e2000-06-28 15:22:41 +1000189/* Define if you have Digital Unix Security Integration Architecture */
190#undef HAVE_OSF_SIA
191
Damien Millerdfc83f42000-05-20 15:02:59 +1000192/* Define if you have getpwanam(3) [SunOS 4.x] */
193#undef HAVE_GETPWANAM
194
Damien Miller4018c192000-04-30 09:30:44 +1000195/* Defined if in_systm.h needs to be included with netinet/ip.h (HPUX - <sigh/>) */
196#undef NEED_IN_SYSTM_H
197
Damien Miller859cec01999-11-22 14:27:24 +1100198/* Define if you have an old version of PAM which takes only one argument */
199/* to pam_strerror */
200#undef HAVE_OLD_PAM
201
Damien Miller2e1b0821999-12-25 10:11:29 +1100202/* Set this to your mail directory if you don't have maillock.h */
203#undef MAIL_DIRECTORY
204
Damien Millerc6398ef1999-11-20 12:18:40 +1100205/* Data types */
Damien Millercaf6dd62000-08-29 11:33:50 +1100206#undef HAVE_U_INT
Damien Millerc6398ef1999-11-20 12:18:40 +1100207#undef HAVE_INTXX_T
208#undef HAVE_U_INTXX_T
209#undef HAVE_UINTXX_T
Damien Miller74d0d4a1999-12-29 02:24:35 +1100210#undef HAVE_SOCKLEN_T
Damien Miller95058511999-12-29 10:36:45 +1100211#undef HAVE_SIZE_T
Damien Miller615f9392000-05-17 22:53:33 +1000212#undef HAVE_SSIZE_T
Damien Miller0f91b4e2000-06-18 15:43:25 +1000213#undef HAVE_MODE_T
214#undef HAVE_PID_T
Damien Millerb54b40e2000-06-23 08:23:34 +1000215#undef HAVE_SA_FAMILY_T
Damien Miller34132e52000-01-14 15:45:46 +1100216#undef HAVE_STRUCT_SOCKADDR_STORAGE
217#undef HAVE_STRUCT_ADDRINFO
218#undef HAVE_STRUCT_IN6_ADDR
219#undef HAVE_STRUCT_SOCKADDR_IN6
220
221/* Fields in struct sockaddr_storage */
222#undef HAVE_SS_FAMILY_IN_SS
223#undef HAVE___SS_FAMILY_IN_SS
Damien Millerc6398ef1999-11-20 12:18:40 +1100224
Damien Miller037a0dc1999-12-07 15:38:31 +1100225/* Define if you have /dev/ptmx */
226#undef HAVE_DEV_PTMX
227
228/* Define if you have /dev/ptc */
229#undef HAVE_DEV_PTS_AND_PTC
230
Damien Miller76112de1999-12-21 11:18:08 +1100231/* Define if you need to use IP address instead of hostname in $DISPLAY */
232#undef IPADDR_IN_DISPLAY
Damien Millerc6b3bbe1999-12-13 08:27:33 +1100233
Damien Miller5a3e6831999-12-27 09:48:56 +1100234/* Specify default $PATH */
235#undef USER_PATH
236
Damien Miller5eed6a22000-01-16 12:05:18 +1100237/* Specify location of ssh.pid */
Damien Millerdbd250f2000-01-18 08:57:14 +1100238#undef PIDDIR
Damien Miller5eed6a22000-01-16 12:05:18 +1100239
Damien Miller7d80e342000-01-19 14:36:49 +1100240/* Use IPv4 for connection by default, IPv6 can still if explicity asked */
241#undef IPV4_DEFAULT
242
Damien Millereca71f82000-01-20 22:38:27 +1100243/* getaddrinfo is broken (if present) */
244#undef BROKEN_GETADDRINFO
245
Damien Miller8b1204d2000-03-13 15:41:24 +1100246/* Workaround more Linux IPv6 quirks */
Damien Miller7bcb0892000-03-11 20:45:40 +1100247#undef DONT_TRY_OTHER_AF
248
249/* Detect IPv4 in IPv6 mapped addresses and treat as IPv4 */
250#undef IPV4_IN_IPV6
251
Damien Miller6854f821999-11-13 10:49:55 +1100252@BOTTOM@
253
Damien Miller3d1b22c1999-11-12 15:46:08 +1100254/* ******************* Shouldn't need to edit below this line ************** */
255
Damien Miller5a3e6831999-12-27 09:48:56 +1100256#include "defines.h"
Damien Miller6b85a7f2000-01-02 11:45:33 +1100257
Damien Miller9550a242000-01-19 10:41:23 +1100258#endif /* _CONFIG_H */