blob: b011d04215caabe9c5998680694613360778c86a [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 Millercb170cb2000-07-01 16:52:55 +10009/* Define if your snprintf is busted */
10#undef BROKEN_SNPRINTF
11
Damien Miller0f91b4e2000-06-18 15:43:25 +100012/* Define if you are on NeXT */
13#undef HAVE_NEXT
14
Damien Millerbeb4ba51999-12-28 15:09:35 +110015/* Define if you want to disable PAM support */
16#undef DISABLE_PAM
17
Damien Millerd2c208a2000-05-17 22:00:02 +100018/* Define if you want to enable AIX4's authenticate function */
Damien Miller1fa154b2000-01-23 10:32:03 +110019#undef WITH_AIXAUTHENTICATE
20
Damien Miller91606b12000-06-28 08:22:29 +100021/* Define if you have/want arrays (cluster-wide session managment, not C arrays) */
22#undef WITH_IRIX_ARRAY
23
24/* Define if you want IRIX project management */
25#undef WITH_IRIX_PROJECT
26
27/* Define if you want IRIX audit trails */
28#undef WITH_IRIX_AUDIT
29
Damien Miller3f905871999-11-15 17:10:57 +110030/* Location of random number pool */
Damien Millerab18c411999-11-11 10:40:23 +110031#undef RANDOM_POOL
32
Damien Miller040f3832000-04-03 14:50:43 +100033/* Location of EGD random number socket */
34#undef EGD_SOCKET
Damien Miller1fa154b2000-01-23 10:32:03 +110035
Damien Miller4018c192000-04-30 09:30:44 +100036/* Builtin PRNG command timeout */
37#undef ENTROPY_TIMEOUT_MSEC
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 <openssl/header.h> */
43#undef HAVE_OPENSSL
Damien Millerab18c411999-11-11 10:40:23 +110044
Damien Millerd00d1611999-12-29 10:17:09 +110045/* Define if you are linking against RSAref. Used only to print the right
46 * message at run-time. */
47#undef RSAREF
48
Damien Miller34132e52000-01-14 15:45:46 +110049/* struct utmp and struct utmpx fields */
Damien Millerab18c411999-11-11 10:40:23 +110050#undef HAVE_HOST_IN_UTMP
Damien Millerbf1c9b21999-12-09 10:16:54 +110051#undef HAVE_HOST_IN_UTMPX
Damien Miller3131d8b1999-12-31 09:42:24 +110052#undef HAVE_ADDR_IN_UTMP
Damien Miller3131d8b1999-12-31 09:42:24 +110053#undef HAVE_ADDR_IN_UTMPX
Damien Miller34132e52000-01-14 15:45:46 +110054#undef HAVE_ADDR_V6_IN_UTMP
55#undef HAVE_ADDR_V6_IN_UTMPX
Damien Miller2e1b0821999-12-25 10:11:29 +110056#undef HAVE_SYSLEN_IN_UTMPX
Damien Miller4ff2b9b1999-12-28 10:41:12 +110057#undef HAVE_PID_IN_UTMP
Damien Miller4ff2b9b1999-12-28 10:41:12 +110058#undef HAVE_TYPE_IN_UTMP
Damien Millerad1bc5f2000-05-20 14:53:09 +100059#undef HAVE_TYPE_IN_UTMPX
Damien Miller4ff2b9b1999-12-28 10:41:12 +110060#undef HAVE_TV_IN_UTMP
andre2ff7b5d2000-06-03 14:57:40 +000061#undef HAVE_TV_IN_UTMPX
Damien Miller9550a761999-12-29 02:32:22 +110062#undef HAVE_ID_IN_UTMP
Damien Miller8e81ed32000-07-01 13:17:42 +100063#undef HAVE_ID_IN_UTMPX
andre2ff7b5d2000-06-03 14:57:40 +000064#undef HAVE_EXIT_IN_UTMP
65#undef HAVE_TIME_IN_UTMP
66#undef HAVE_TIME_IN_UTMPX
Damien Miller9550a761999-12-29 02:32:22 +110067
andre2ff7b5d2000-06-03 14:57:40 +000068/* Define if you don't want to use your system's login() call */
69#undef DISABLE_LOGIN
70
71/* Define if you don't want to use pututline() etc. to write [uw]tmp */
72#undef DISABLE_PUTUTLINE
73
74/* Define if you don't want to use pututxline() etc. to write [uw]tmpx */
75#undef DISABLE_PUTUTXLINE
76
77/* Define if you don't want to use lastlog */
78#undef DISABLE_LASTLOG
79
80/* Define if you don't want to use utmp */
81#undef DISABLE_UTMP
82
83/* Define if you don't want to use utmpx */
84#undef DISABLE_UTMPX
85
86/* Define if you don't want to use wtmp */
87#undef DISABLE_WTMP
88
89/* Define if you don't want to use wtmpx */
90#undef DISABLE_WTMPX
91
92/* Define if you want to specify the path to your lastlog file */
93#undef CONF_LASTLOG_FILE
94
95/* Define if you want to specify the path to your utmp file */
96#undef CONF_UTMP_FILE
97
98/* Define if you want to specify the path to your wtmp file */
99#undef CONF_WTMP_FILE
100
101/* Define if you want to specify the path to your utmpx file */
102#undef CONF_UTMPX_FILE
103
104/* Define if you want to specify the path to your wtmpx file */
105#undef CONF_WTMPX_FILE
Damien Miller368cf641999-12-21 09:51:36 +1100106
Damien Millerab18c411999-11-11 10:40:23 +1100107/* Define is libutil has login() function */
108#undef HAVE_LIBUTIL_LOGIN
Damien Miller5ce662a1999-11-11 17:57:39 +1100109
Damien Miller3f905871999-11-15 17:10:57 +1100110/* Define if you want external askpass support */
Damien Millerd05a2471999-11-15 14:25:30 +1100111#undef USE_EXTERNAL_ASKPASS
Damien Miller5ce662a1999-11-11 17:57:39 +1100112
Damien Miller3f905871999-11-15 17:10:57 +1100113/* Define if libc defines __progname */
114#undef HAVE___PROGNAME
115
Damien Miller80297751999-11-19 13:03:25 +1100116/* Define if you want Kerberos 4 support */
117#undef KRB4
118
119/* Define if you want AFS support */
120#undef AFS
121
122/* Define if you want S/Key support */
123#undef SKEY
124
125/* Define if you want TCP Wrappers support */
126#undef LIBWRAP
127
Damien Miller04f80141999-11-19 15:32:34 +1100128/* Define if your libraries define login() */
129#undef HAVE_LOGIN
130
131/* Define if your libraries define daemon() */
132#undef HAVE_DAEMON
133
Damien Miller9fb07e42000-03-05 16:22:59 +1100134/* Define if your libraries define getpagesize() */
135#undef HAVE_GETPAGESIZE
136
Damien Miller76112de1999-12-21 11:18:08 +1100137/* Define if xauth is found in your path */
138#undef XAUTH_PATH
139
Damien Miller2e1b0821999-12-25 10:11:29 +1100140/* Define if rsh is found in your path */
141#undef RSH_PATH
142
Damien Millerdd1c7ba1999-11-19 15:53:20 +1100143/* Define if you want to allow MD5 passwords */
144#undef HAVE_MD5_PASSWORDS
145
Damien Miller76112de1999-12-21 11:18:08 +1100146/* Define if you want to disable shadow passwords */
147#undef DISABLE_SHADOW
148
Damien Miller1f335fb2000-06-26 11:31:33 +1000149/* Define if you want to use shadow password expire field */
150#undef HAS_SHADOW_EXPIRE
151
Damien Miller76112de1999-12-21 11:18:08 +1100152/* Define if you want have trusted HPUX */
153#undef HAVE_HPUX_TRUSTED_SYSTEM_PW
154
Damien Millerb8c656e2000-06-28 15:22:41 +1000155/* Define if you have Digital Unix Security Integration Architecture */
156#undef HAVE_OSF_SIA
157
Damien Millerdfc83f42000-05-20 15:02:59 +1000158/* Define if you have getpwanam(3) [SunOS 4.x] */
159#undef HAVE_GETPWANAM
160
Damien Miller4018c192000-04-30 09:30:44 +1000161/* Defined if in_systm.h needs to be included with netinet/ip.h (HPUX - <sigh/>) */
162#undef NEED_IN_SYSTM_H
163
Damien Miller859cec01999-11-22 14:27:24 +1100164/* Define if you have an old version of PAM which takes only one argument */
165/* to pam_strerror */
166#undef HAVE_OLD_PAM
167
Damien Miller2e1b0821999-12-25 10:11:29 +1100168/* Set this to your mail directory if you don't have maillock.h */
169#undef MAIL_DIRECTORY
170
Damien Millerc6398ef1999-11-20 12:18:40 +1100171/* Data types */
Damien Millerc6398ef1999-11-20 12:18:40 +1100172#undef HAVE_INTXX_T
173#undef HAVE_U_INTXX_T
174#undef HAVE_UINTXX_T
Damien Miller74d0d4a1999-12-29 02:24:35 +1100175#undef HAVE_SOCKLEN_T
Damien Miller95058511999-12-29 10:36:45 +1100176#undef HAVE_SIZE_T
Damien Miller615f9392000-05-17 22:53:33 +1000177#undef HAVE_SSIZE_T
Damien Miller0f91b4e2000-06-18 15:43:25 +1000178#undef HAVE_MODE_T
179#undef HAVE_PID_T
Damien Millerb54b40e2000-06-23 08:23:34 +1000180#undef HAVE_SA_FAMILY_T
Damien Miller34132e52000-01-14 15:45:46 +1100181#undef HAVE_STRUCT_SOCKADDR_STORAGE
182#undef HAVE_STRUCT_ADDRINFO
183#undef HAVE_STRUCT_IN6_ADDR
184#undef HAVE_STRUCT_SOCKADDR_IN6
185
186/* Fields in struct sockaddr_storage */
187#undef HAVE_SS_FAMILY_IN_SS
188#undef HAVE___SS_FAMILY_IN_SS
Damien Millerc6398ef1999-11-20 12:18:40 +1100189
Damien Miller037a0dc1999-12-07 15:38:31 +1100190/* Define if you have /dev/ptmx */
191#undef HAVE_DEV_PTMX
192
193/* Define if you have /dev/ptc */
194#undef HAVE_DEV_PTS_AND_PTC
195
Damien Miller76112de1999-12-21 11:18:08 +1100196/* Define if you need to use IP address instead of hostname in $DISPLAY */
197#undef IPADDR_IN_DISPLAY
Damien Millerc6b3bbe1999-12-13 08:27:33 +1100198
Damien Miller5a3e6831999-12-27 09:48:56 +1100199/* Specify default $PATH */
200#undef USER_PATH
201
Damien Miller5eed6a22000-01-16 12:05:18 +1100202/* Specify location of ssh.pid */
Damien Millerdbd250f2000-01-18 08:57:14 +1100203#undef PIDDIR
Damien Miller5eed6a22000-01-16 12:05:18 +1100204
Damien Miller7d80e342000-01-19 14:36:49 +1100205/* Use IPv4 for connection by default, IPv6 can still if explicity asked */
206#undef IPV4_DEFAULT
207
Damien Millereca71f82000-01-20 22:38:27 +1100208/* getaddrinfo is broken (if present) */
209#undef BROKEN_GETADDRINFO
210
Damien Miller8b1204d2000-03-13 15:41:24 +1100211/* Workaround more Linux IPv6 quirks */
Damien Miller7bcb0892000-03-11 20:45:40 +1100212#undef DONT_TRY_OTHER_AF
213
214/* Detect IPv4 in IPv6 mapped addresses and treat as IPv4 */
215#undef IPV4_IN_IPV6
216
Damien Miller6854f821999-11-13 10:49:55 +1100217@BOTTOM@
218
Damien Miller3d1b22c1999-11-12 15:46:08 +1100219/* ******************* Shouldn't need to edit below this line ************** */
220
Damien Miller5a3e6831999-12-27 09:48:56 +1100221#include "defines.h"
Damien Miller6b85a7f2000-01-02 11:45:33 +1100222
Damien Miller9550a242000-01-19 10:41:23 +1100223#endif /* _CONFIG_H */