blob: 1333a45379c6a0757a6b7b368701d66d41665a48 [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
Kevin Steves8848b242000-10-18 13:11:44 +00009/* Define to a Set Process Title type if your system is */
10/* supported by bsd-setproctitle.c */
11#undef SPT_TYPE
12
Damien Miller78315eb2000-09-29 23:01:36 +110013/* SCO workaround */
14#undef BROKEN_SYS_TERMIO_H
15
16/* Define if you have SCO protected password database */
17#undef HAVE_SCO_PROTECTED_PW
18
Damien Millerad833b32000-08-23 10:46:23 +100019/* If your header files don't define LOGIN_PROGRAM, then use this (detected) */
20/* from environment and PATH */
21#undef LOGIN_PROGRAM_FALLBACK
22
23/* Define if your password has a pw_class field */
24#undef HAVE_PW_CLASS_IN_PASSWD
25
Damien Miller942da032000-08-18 13:59:06 +100026/* Define if your system's struct sockaddr_un has a sun_len member */
27#undef HAVE_SUN_LEN_IN_SOCKADDR_UN
28
Damien Miller11fa2cc2000-08-16 10:35:58 +100029/* Define if you system's inet_ntoa is busted (e.g. Irix gcc issue) */
30#undef BROKEN_INET_NTOA
31
Damien Millerecbb26d2000-07-15 14:59:14 +100032/* Define if your system defines sys_errlist[] */
33#undef HAVE_SYS_ERRLIST
34
Damien Miller11fa2cc2000-08-16 10:35:58 +100035/* Define if your system defines sys_nerr */
36#undef HAVE_SYS_NERR
37
Damien Miller2ae714f2000-07-11 09:29:50 +100038/* Define if your system choked on IP TOS setting */
39#undef IP_TOS_IS_BROKEN
40
Damien Miller5fc85652000-07-09 23:53:07 +100041/* Define if you have the getuserattr function. */
42#undef HAVE_GETUSERATTR
43
Damien Miller4e997202000-07-09 21:21:52 +100044/* Work around problematic Linux PAM modules handling of PAM_TTY */
45#undef PAM_TTY_KLUDGE
46
Damien Millerfe668e42000-07-08 10:44:13 +100047/* Use PIPES instead of a socketpair() */
48#undef USE_PIPES
49
Damien Millercb170cb2000-07-01 16:52:55 +100050/* Define if your snprintf is busted */
51#undef BROKEN_SNPRINTF
52
Damien Millerbac2d8a2000-09-05 16:13:06 +110053/* Define if you are on Cygwin */
54#undef HAVE_CYGWIN
55
Ben Lindstromb5628642000-10-18 00:02:25 +000056/* Define if you lack native POSIX regex and you are using PCRE */
57#undef HAVE_LIBPCRE
Ben Lindstromca1c2a02000-10-14 21:33:19 +000058
Ben Lindstromb4df15d2000-10-15 00:17:36 +000059/* Define if you have a broken realpath. */
60#undef BROKEN_REALPATH
61
Damien Miller0f91b4e2000-06-18 15:43:25 +100062/* Define if you are on NeXT */
63#undef HAVE_NEXT
64
Ben Lindstromb5628642000-10-18 00:02:25 +000065/* Define if you are on NEWS-OS */
66#undef HAVE_NEWS4
67
Damien Millerbeb4ba51999-12-28 15:09:35 +110068/* Define if you want to disable PAM support */
69#undef DISABLE_PAM
70
Damien Millerd2c208a2000-05-17 22:00:02 +100071/* Define if you want to enable AIX4's authenticate function */
Damien Miller1fa154b2000-01-23 10:32:03 +110072#undef WITH_AIXAUTHENTICATE
73
Damien Miller91606b12000-06-28 08:22:29 +100074/* Define if you have/want arrays (cluster-wide session managment, not C arrays) */
75#undef WITH_IRIX_ARRAY
76
77/* Define if you want IRIX project management */
78#undef WITH_IRIX_PROJECT
79
80/* Define if you want IRIX audit trails */
81#undef WITH_IRIX_AUDIT
82
Damien Miller3f905871999-11-15 17:10:57 +110083/* Location of random number pool */
Damien Millerab18c411999-11-11 10:40:23 +110084#undef RANDOM_POOL
85
Damien Miller040f3832000-04-03 14:50:43 +100086/* Location of EGD random number socket */
87#undef EGD_SOCKET
Damien Miller1fa154b2000-01-23 10:32:03 +110088
Damien Miller4018c192000-04-30 09:30:44 +100089/* Builtin PRNG command timeout */
90#undef ENTROPY_TIMEOUT_MSEC
91
Damien Miller670a4b82000-01-22 13:53:11 +110092/* Define if you want to install preformatted manpages.*/
93#undef MANTYPE
94
Damien Miller7f6ea021999-10-28 13:25:17 +100095/* Define if your ssl headers are included with #include <openssl/header.h> */
96#undef HAVE_OPENSSL
Damien Millerab18c411999-11-11 10:40:23 +110097
Damien Millerd00d1611999-12-29 10:17:09 +110098/* Define if you are linking against RSAref. Used only to print the right
99 * message at run-time. */
100#undef RSAREF
101
Damien Miller34132e52000-01-14 15:45:46 +1100102/* struct utmp and struct utmpx fields */
Damien Millerab18c411999-11-11 10:40:23 +1100103#undef HAVE_HOST_IN_UTMP
Damien Millerbf1c9b21999-12-09 10:16:54 +1100104#undef HAVE_HOST_IN_UTMPX
Damien Miller3131d8b1999-12-31 09:42:24 +1100105#undef HAVE_ADDR_IN_UTMP
Damien Miller3131d8b1999-12-31 09:42:24 +1100106#undef HAVE_ADDR_IN_UTMPX
Damien Miller34132e52000-01-14 15:45:46 +1100107#undef HAVE_ADDR_V6_IN_UTMP
108#undef HAVE_ADDR_V6_IN_UTMPX
Damien Miller2e1b0821999-12-25 10:11:29 +1100109#undef HAVE_SYSLEN_IN_UTMPX
Damien Miller4ff2b9b1999-12-28 10:41:12 +1100110#undef HAVE_PID_IN_UTMP
Damien Miller4ff2b9b1999-12-28 10:41:12 +1100111#undef HAVE_TYPE_IN_UTMP
Damien Millerad1bc5f2000-05-20 14:53:09 +1000112#undef HAVE_TYPE_IN_UTMPX
Damien Miller4ff2b9b1999-12-28 10:41:12 +1100113#undef HAVE_TV_IN_UTMP
andre2ff7b5d2000-06-03 14:57:40 +0000114#undef HAVE_TV_IN_UTMPX
Damien Miller9550a761999-12-29 02:32:22 +1100115#undef HAVE_ID_IN_UTMP
Damien Miller8e81ed32000-07-01 13:17:42 +1000116#undef HAVE_ID_IN_UTMPX
andre2ff7b5d2000-06-03 14:57:40 +0000117#undef HAVE_EXIT_IN_UTMP
118#undef HAVE_TIME_IN_UTMP
119#undef HAVE_TIME_IN_UTMPX
Damien Miller9550a761999-12-29 02:32:22 +1100120
andre2ff7b5d2000-06-03 14:57:40 +0000121/* Define if you don't want to use your system's login() call */
122#undef DISABLE_LOGIN
123
124/* Define if you don't want to use pututline() etc. to write [uw]tmp */
125#undef DISABLE_PUTUTLINE
126
127/* Define if you don't want to use pututxline() etc. to write [uw]tmpx */
128#undef DISABLE_PUTUTXLINE
129
130/* Define if you don't want to use lastlog */
131#undef DISABLE_LASTLOG
132
133/* Define if you don't want to use utmp */
134#undef DISABLE_UTMP
135
136/* Define if you don't want to use utmpx */
137#undef DISABLE_UTMPX
138
139/* Define if you don't want to use wtmp */
140#undef DISABLE_WTMP
141
142/* Define if you don't want to use wtmpx */
143#undef DISABLE_WTMPX
144
145/* Define if you want to specify the path to your lastlog file */
146#undef CONF_LASTLOG_FILE
147
148/* Define if you want to specify the path to your utmp file */
149#undef CONF_UTMP_FILE
150
151/* Define if you want to specify the path to your wtmp file */
152#undef CONF_WTMP_FILE
153
154/* Define if you want to specify the path to your utmpx file */
155#undef CONF_UTMPX_FILE
156
157/* Define if you want to specify the path to your wtmpx file */
158#undef CONF_WTMPX_FILE
Damien Miller368cf641999-12-21 09:51:36 +1100159
Damien Millerab18c411999-11-11 10:40:23 +1100160/* Define is libutil has login() function */
161#undef HAVE_LIBUTIL_LOGIN
Damien Miller5ce662a1999-11-11 17:57:39 +1100162
Damien Miller3f905871999-11-15 17:10:57 +1100163/* Define if you want external askpass support */
Damien Millerd05a2471999-11-15 14:25:30 +1100164#undef USE_EXTERNAL_ASKPASS
Damien Miller5ce662a1999-11-11 17:57:39 +1100165
Damien Miller3f905871999-11-15 17:10:57 +1100166/* Define if libc defines __progname */
167#undef HAVE___PROGNAME
168
Damien Miller80297751999-11-19 13:03:25 +1100169/* Define if you want Kerberos 4 support */
170#undef KRB4
171
172/* Define if you want AFS support */
173#undef AFS
174
175/* Define if you want S/Key support */
176#undef SKEY
177
178/* Define if you want TCP Wrappers support */
179#undef LIBWRAP
180
Damien Miller04f80141999-11-19 15:32:34 +1100181/* Define if your libraries define login() */
182#undef HAVE_LOGIN
183
184/* Define if your libraries define daemon() */
185#undef HAVE_DAEMON
186
Damien Miller9fb07e42000-03-05 16:22:59 +1100187/* Define if your libraries define getpagesize() */
188#undef HAVE_GETPAGESIZE
189
Damien Miller76112de1999-12-21 11:18:08 +1100190/* Define if xauth is found in your path */
191#undef XAUTH_PATH
192
Damien Miller2e1b0821999-12-25 10:11:29 +1100193/* Define if rsh is found in your path */
194#undef RSH_PATH
195
Damien Millerdd1c7ba1999-11-19 15:53:20 +1100196/* Define if you want to allow MD5 passwords */
197#undef HAVE_MD5_PASSWORDS
198
Damien Miller76112de1999-12-21 11:18:08 +1100199/* Define if you want to disable shadow passwords */
200#undef DISABLE_SHADOW
201
Damien Miller1f335fb2000-06-26 11:31:33 +1000202/* Define if you want to use shadow password expire field */
203#undef HAS_SHADOW_EXPIRE
204
Damien Millerb8c656e2000-06-28 15:22:41 +1000205/* Define if you have Digital Unix Security Integration Architecture */
206#undef HAVE_OSF_SIA
207
Damien Millerdfc83f42000-05-20 15:02:59 +1000208/* Define if you have getpwanam(3) [SunOS 4.x] */
209#undef HAVE_GETPWANAM
210
Damien Miller4018c192000-04-30 09:30:44 +1000211/* Defined if in_systm.h needs to be included with netinet/ip.h (HPUX - <sigh/>) */
212#undef NEED_IN_SYSTM_H
213
Damien Miller859cec01999-11-22 14:27:24 +1100214/* Define if you have an old version of PAM which takes only one argument */
215/* to pam_strerror */
216#undef HAVE_OLD_PAM
217
Damien Miller2e1b0821999-12-25 10:11:29 +1100218/* Set this to your mail directory if you don't have maillock.h */
219#undef MAIL_DIRECTORY
220
Damien Millerc6398ef1999-11-20 12:18:40 +1100221/* Data types */
Damien Millercaf6dd62000-08-29 11:33:50 +1100222#undef HAVE_U_INT
Damien Millerc6398ef1999-11-20 12:18:40 +1100223#undef HAVE_INTXX_T
224#undef HAVE_U_INTXX_T
225#undef HAVE_UINTXX_T
Damien Miller578783e2000-09-23 14:12:24 +1100226#undef HAVE_INT64_T
227#undef HAVE_U_INT64_T
Damien Miller74d0d4a1999-12-29 02:24:35 +1100228#undef HAVE_SOCKLEN_T
Damien Miller95058511999-12-29 10:36:45 +1100229#undef HAVE_SIZE_T
Damien Miller615f9392000-05-17 22:53:33 +1000230#undef HAVE_SSIZE_T
Damien Miller0f91b4e2000-06-18 15:43:25 +1000231#undef HAVE_MODE_T
232#undef HAVE_PID_T
Damien Millerb54b40e2000-06-23 08:23:34 +1000233#undef HAVE_SA_FAMILY_T
Damien Miller34132e52000-01-14 15:45:46 +1100234#undef HAVE_STRUCT_SOCKADDR_STORAGE
235#undef HAVE_STRUCT_ADDRINFO
236#undef HAVE_STRUCT_IN6_ADDR
237#undef HAVE_STRUCT_SOCKADDR_IN6
238
239/* Fields in struct sockaddr_storage */
240#undef HAVE_SS_FAMILY_IN_SS
241#undef HAVE___SS_FAMILY_IN_SS
Damien Millerc6398ef1999-11-20 12:18:40 +1100242
Damien Miller037a0dc1999-12-07 15:38:31 +1100243/* Define if you have /dev/ptmx */
244#undef HAVE_DEV_PTMX
245
246/* Define if you have /dev/ptc */
247#undef HAVE_DEV_PTS_AND_PTC
248
Damien Miller76112de1999-12-21 11:18:08 +1100249/* Define if you need to use IP address instead of hostname in $DISPLAY */
250#undef IPADDR_IN_DISPLAY
Damien Millerc6b3bbe1999-12-13 08:27:33 +1100251
Damien Miller5a3e6831999-12-27 09:48:56 +1100252/* Specify default $PATH */
253#undef USER_PATH
254
Damien Miller5eed6a22000-01-16 12:05:18 +1100255/* Specify location of ssh.pid */
Damien Millerdbd250f2000-01-18 08:57:14 +1100256#undef PIDDIR
Damien Miller5eed6a22000-01-16 12:05:18 +1100257
Damien Miller7d80e342000-01-19 14:36:49 +1100258/* Use IPv4 for connection by default, IPv6 can still if explicity asked */
259#undef IPV4_DEFAULT
260
Ben Lindstromb5628642000-10-18 00:02:25 +0000261/* If you have no atexit() but xatexit(), and want to use xatexit() */
262#undef HAVE_XATEXIT
263
Damien Millereca71f82000-01-20 22:38:27 +1100264/* getaddrinfo is broken (if present) */
265#undef BROKEN_GETADDRINFO
266
Damien Millerbac2d8a2000-09-05 16:13:06 +1100267/* vhangup is broken (if present) */
268#undef BROKEN_VHANGUP
269
Damien Miller8b1204d2000-03-13 15:41:24 +1100270/* Workaround more Linux IPv6 quirks */
Damien Miller7bcb0892000-03-11 20:45:40 +1100271#undef DONT_TRY_OTHER_AF
272
273/* Detect IPv4 in IPv6 mapped addresses and treat as IPv4 */
274#undef IPV4_IN_IPV6
275
Damien Miller6854f821999-11-13 10:49:55 +1100276@BOTTOM@
277
Damien Miller3d1b22c1999-11-12 15:46:08 +1100278/* ******************* Shouldn't need to edit below this line ************** */
279
Damien Miller5a3e6831999-12-27 09:48:56 +1100280#include "defines.h"
Damien Miller6b85a7f2000-01-02 11:45:33 +1100281
Damien Miller9550a242000-01-19 10:41:23 +1100282#endif /* _CONFIG_H */