blob: 4528be6787e478acd46de1e32ef323a8b30f5285 [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 Miller2ae714f2000-07-11 09:29:50 +10009/* Define if your system choked on IP TOS setting */
10#undef IP_TOS_IS_BROKEN
11
Damien Miller5fc85652000-07-09 23:53:07 +100012/* Define if you have the getuserattr function. */
13#undef HAVE_GETUSERATTR
14
Damien Miller4e997202000-07-09 21:21:52 +100015/* Work around problematic Linux PAM modules handling of PAM_TTY */
16#undef PAM_TTY_KLUDGE
17
Damien Millerfe668e42000-07-08 10:44:13 +100018/* Use PIPES instead of a socketpair() */
19#undef USE_PIPES
20
Damien Millercb170cb2000-07-01 16:52:55 +100021/* Define if your snprintf is busted */
22#undef BROKEN_SNPRINTF
23
Damien Miller0f91b4e2000-06-18 15:43:25 +100024/* Define if you are on NeXT */
25#undef HAVE_NEXT
26
Damien Millerbeb4ba51999-12-28 15:09:35 +110027/* Define if you want to disable PAM support */
28#undef DISABLE_PAM
29
Damien Millerd2c208a2000-05-17 22:00:02 +100030/* Define if you want to enable AIX4's authenticate function */
Damien Miller1fa154b2000-01-23 10:32:03 +110031#undef WITH_AIXAUTHENTICATE
32
Damien Miller91606b12000-06-28 08:22:29 +100033/* Define if you have/want arrays (cluster-wide session managment, not C arrays) */
34#undef WITH_IRIX_ARRAY
35
36/* Define if you want IRIX project management */
37#undef WITH_IRIX_PROJECT
38
39/* Define if you want IRIX audit trails */
40#undef WITH_IRIX_AUDIT
41
Damien Miller3f905871999-11-15 17:10:57 +110042/* Location of random number pool */
Damien Millerab18c411999-11-11 10:40:23 +110043#undef RANDOM_POOL
44
Damien Miller040f3832000-04-03 14:50:43 +100045/* Location of EGD random number socket */
46#undef EGD_SOCKET
Damien Miller1fa154b2000-01-23 10:32:03 +110047
Damien Miller4018c192000-04-30 09:30:44 +100048/* Builtin PRNG command timeout */
49#undef ENTROPY_TIMEOUT_MSEC
50
Damien Miller670a4b82000-01-22 13:53:11 +110051/* Define if you want to install preformatted manpages.*/
52#undef MANTYPE
53
Damien Miller7f6ea021999-10-28 13:25:17 +100054/* Define if your ssl headers are included with #include <openssl/header.h> */
55#undef HAVE_OPENSSL
Damien Millerab18c411999-11-11 10:40:23 +110056
Damien Millerd00d1611999-12-29 10:17:09 +110057/* Define if you are linking against RSAref. Used only to print the right
58 * message at run-time. */
59#undef RSAREF
60
Damien Miller34132e52000-01-14 15:45:46 +110061/* struct utmp and struct utmpx fields */
Damien Millerab18c411999-11-11 10:40:23 +110062#undef HAVE_HOST_IN_UTMP
Damien Millerbf1c9b21999-12-09 10:16:54 +110063#undef HAVE_HOST_IN_UTMPX
Damien Miller3131d8b1999-12-31 09:42:24 +110064#undef HAVE_ADDR_IN_UTMP
Damien Miller3131d8b1999-12-31 09:42:24 +110065#undef HAVE_ADDR_IN_UTMPX
Damien Miller34132e52000-01-14 15:45:46 +110066#undef HAVE_ADDR_V6_IN_UTMP
67#undef HAVE_ADDR_V6_IN_UTMPX
Damien Miller2e1b0821999-12-25 10:11:29 +110068#undef HAVE_SYSLEN_IN_UTMPX
Damien Miller4ff2b9b1999-12-28 10:41:12 +110069#undef HAVE_PID_IN_UTMP
Damien Miller4ff2b9b1999-12-28 10:41:12 +110070#undef HAVE_TYPE_IN_UTMP
Damien Millerad1bc5f2000-05-20 14:53:09 +100071#undef HAVE_TYPE_IN_UTMPX
Damien Miller4ff2b9b1999-12-28 10:41:12 +110072#undef HAVE_TV_IN_UTMP
andre2ff7b5d2000-06-03 14:57:40 +000073#undef HAVE_TV_IN_UTMPX
Damien Miller9550a761999-12-29 02:32:22 +110074#undef HAVE_ID_IN_UTMP
Damien Miller8e81ed32000-07-01 13:17:42 +100075#undef HAVE_ID_IN_UTMPX
andre2ff7b5d2000-06-03 14:57:40 +000076#undef HAVE_EXIT_IN_UTMP
77#undef HAVE_TIME_IN_UTMP
78#undef HAVE_TIME_IN_UTMPX
Damien Miller9550a761999-12-29 02:32:22 +110079
andre2ff7b5d2000-06-03 14:57:40 +000080/* Define if you don't want to use your system's login() call */
81#undef DISABLE_LOGIN
82
83/* Define if you don't want to use pututline() etc. to write [uw]tmp */
84#undef DISABLE_PUTUTLINE
85
86/* Define if you don't want to use pututxline() etc. to write [uw]tmpx */
87#undef DISABLE_PUTUTXLINE
88
89/* Define if you don't want to use lastlog */
90#undef DISABLE_LASTLOG
91
92/* Define if you don't want to use utmp */
93#undef DISABLE_UTMP
94
95/* Define if you don't want to use utmpx */
96#undef DISABLE_UTMPX
97
98/* Define if you don't want to use wtmp */
99#undef DISABLE_WTMP
100
101/* Define if you don't want to use wtmpx */
102#undef DISABLE_WTMPX
103
104/* Define if you want to specify the path to your lastlog file */
105#undef CONF_LASTLOG_FILE
106
107/* Define if you want to specify the path to your utmp file */
108#undef CONF_UTMP_FILE
109
110/* Define if you want to specify the path to your wtmp file */
111#undef CONF_WTMP_FILE
112
113/* Define if you want to specify the path to your utmpx file */
114#undef CONF_UTMPX_FILE
115
116/* Define if you want to specify the path to your wtmpx file */
117#undef CONF_WTMPX_FILE
Damien Miller368cf641999-12-21 09:51:36 +1100118
Damien Millerab18c411999-11-11 10:40:23 +1100119/* Define is libutil has login() function */
120#undef HAVE_LIBUTIL_LOGIN
Damien Miller5ce662a1999-11-11 17:57:39 +1100121
Damien Miller3f905871999-11-15 17:10:57 +1100122/* Define if you want external askpass support */
Damien Millerd05a2471999-11-15 14:25:30 +1100123#undef USE_EXTERNAL_ASKPASS
Damien Miller5ce662a1999-11-11 17:57:39 +1100124
Damien Miller3f905871999-11-15 17:10:57 +1100125/* Define if libc defines __progname */
126#undef HAVE___PROGNAME
127
Damien Miller80297751999-11-19 13:03:25 +1100128/* Define if you want Kerberos 4 support */
129#undef KRB4
130
131/* Define if you want AFS support */
132#undef AFS
133
134/* Define if you want S/Key support */
135#undef SKEY
136
137/* Define if you want TCP Wrappers support */
138#undef LIBWRAP
139
Damien Miller04f80141999-11-19 15:32:34 +1100140/* Define if your libraries define login() */
141#undef HAVE_LOGIN
142
143/* Define if your libraries define daemon() */
144#undef HAVE_DAEMON
145
Damien Miller9fb07e42000-03-05 16:22:59 +1100146/* Define if your libraries define getpagesize() */
147#undef HAVE_GETPAGESIZE
148
Damien Miller76112de1999-12-21 11:18:08 +1100149/* Define if xauth is found in your path */
150#undef XAUTH_PATH
151
Damien Miller2e1b0821999-12-25 10:11:29 +1100152/* Define if rsh is found in your path */
153#undef RSH_PATH
154
Damien Millerdd1c7ba1999-11-19 15:53:20 +1100155/* Define if you want to allow MD5 passwords */
156#undef HAVE_MD5_PASSWORDS
157
Damien Miller76112de1999-12-21 11:18:08 +1100158/* Define if you want to disable shadow passwords */
159#undef DISABLE_SHADOW
160
Damien Miller1f335fb2000-06-26 11:31:33 +1000161/* Define if you want to use shadow password expire field */
162#undef HAS_SHADOW_EXPIRE
163
Damien Miller76112de1999-12-21 11:18:08 +1100164/* Define if you want have trusted HPUX */
165#undef HAVE_HPUX_TRUSTED_SYSTEM_PW
166
Damien Millerb8c656e2000-06-28 15:22:41 +1000167/* Define if you have Digital Unix Security Integration Architecture */
168#undef HAVE_OSF_SIA
169
Damien Millerdfc83f42000-05-20 15:02:59 +1000170/* Define if you have getpwanam(3) [SunOS 4.x] */
171#undef HAVE_GETPWANAM
172
Damien Miller4018c192000-04-30 09:30:44 +1000173/* Defined if in_systm.h needs to be included with netinet/ip.h (HPUX - <sigh/>) */
174#undef NEED_IN_SYSTM_H
175
Damien Miller859cec01999-11-22 14:27:24 +1100176/* Define if you have an old version of PAM which takes only one argument */
177/* to pam_strerror */
178#undef HAVE_OLD_PAM
179
Damien Miller2e1b0821999-12-25 10:11:29 +1100180/* Set this to your mail directory if you don't have maillock.h */
181#undef MAIL_DIRECTORY
182
Damien Millerc6398ef1999-11-20 12:18:40 +1100183/* Data types */
Damien Millerc6398ef1999-11-20 12:18:40 +1100184#undef HAVE_INTXX_T
185#undef HAVE_U_INTXX_T
186#undef HAVE_UINTXX_T
Damien Miller74d0d4a1999-12-29 02:24:35 +1100187#undef HAVE_SOCKLEN_T
Damien Miller95058511999-12-29 10:36:45 +1100188#undef HAVE_SIZE_T
Damien Miller615f9392000-05-17 22:53:33 +1000189#undef HAVE_SSIZE_T
Damien Miller0f91b4e2000-06-18 15:43:25 +1000190#undef HAVE_MODE_T
191#undef HAVE_PID_T
Damien Millerb54b40e2000-06-23 08:23:34 +1000192#undef HAVE_SA_FAMILY_T
Damien Miller34132e52000-01-14 15:45:46 +1100193#undef HAVE_STRUCT_SOCKADDR_STORAGE
194#undef HAVE_STRUCT_ADDRINFO
195#undef HAVE_STRUCT_IN6_ADDR
196#undef HAVE_STRUCT_SOCKADDR_IN6
197
198/* Fields in struct sockaddr_storage */
199#undef HAVE_SS_FAMILY_IN_SS
200#undef HAVE___SS_FAMILY_IN_SS
Damien Millerc6398ef1999-11-20 12:18:40 +1100201
Damien Miller037a0dc1999-12-07 15:38:31 +1100202/* Define if you have /dev/ptmx */
203#undef HAVE_DEV_PTMX
204
205/* Define if you have /dev/ptc */
206#undef HAVE_DEV_PTS_AND_PTC
207
Damien Miller76112de1999-12-21 11:18:08 +1100208/* Define if you need to use IP address instead of hostname in $DISPLAY */
209#undef IPADDR_IN_DISPLAY
Damien Millerc6b3bbe1999-12-13 08:27:33 +1100210
Damien Miller5a3e6831999-12-27 09:48:56 +1100211/* Specify default $PATH */
212#undef USER_PATH
213
Damien Miller5eed6a22000-01-16 12:05:18 +1100214/* Specify location of ssh.pid */
Damien Millerdbd250f2000-01-18 08:57:14 +1100215#undef PIDDIR
Damien Miller5eed6a22000-01-16 12:05:18 +1100216
Damien Miller7d80e342000-01-19 14:36:49 +1100217/* Use IPv4 for connection by default, IPv6 can still if explicity asked */
218#undef IPV4_DEFAULT
219
Damien Millereca71f82000-01-20 22:38:27 +1100220/* getaddrinfo is broken (if present) */
221#undef BROKEN_GETADDRINFO
222
Damien Miller8b1204d2000-03-13 15:41:24 +1100223/* Workaround more Linux IPv6 quirks */
Damien Miller7bcb0892000-03-11 20:45:40 +1100224#undef DONT_TRY_OTHER_AF
225
226/* Detect IPv4 in IPv6 mapped addresses and treat as IPv4 */
227#undef IPV4_IN_IPV6
228
Damien Miller6854f821999-11-13 10:49:55 +1100229@BOTTOM@
230
Damien Miller3d1b22c1999-11-12 15:46:08 +1100231/* ******************* Shouldn't need to edit below this line ************** */
232
Damien Miller5a3e6831999-12-27 09:48:56 +1100233#include "defines.h"
Damien Miller6b85a7f2000-01-02 11:45:33 +1100234
Damien Miller9550a242000-01-19 10:41:23 +1100235#endif /* _CONFIG_H */