]> andersk Git - openssh.git/blob - acconfig.h
Add support for GNU rx library for those lacking regexp support
[openssh.git] / acconfig.h
1 #ifndef _CONFIG_H
2 #define _CONFIG_H
3
4 /* Generated automatically from acconfig.h by autoheader. */
5 /* Please make your changes there */
6
7 @TOP@
8
9 /* SCO workaround */
10 #undef BROKEN_SYS_TERMIO_H
11
12 /* Define if you have SCO protected password database */
13 #undef HAVE_SCO_PROTECTED_PW
14
15 /* If your header files don't define LOGIN_PROGRAM, then use this (detected) */
16 /* from environment and PATH */
17 #undef LOGIN_PROGRAM_FALLBACK
18
19 /* Define if your password has a pw_class field */
20 #undef HAVE_PW_CLASS_IN_PASSWD
21
22 /* Define if your socketpair() has bugs */
23 #undef USE_PIPES
24
25 /* Define if your system's struct sockaddr_un has a sun_len member */
26 #undef HAVE_SUN_LEN_IN_SOCKADDR_UN
27
28 /* Define if you system's inet_ntoa is busted (e.g. Irix gcc issue) */
29 #undef BROKEN_INET_NTOA
30
31 /* Define if your system defines sys_errlist[] */
32 #undef HAVE_SYS_ERRLIST
33
34 /* Define if your system defines sys_nerr */
35 #undef HAVE_SYS_NERR
36
37 /* Define if your system choked on IP TOS setting */
38 #undef IP_TOS_IS_BROKEN
39
40 /* Define if you have the getuserattr function.  */
41 #undef HAVE_GETUSERATTR
42
43 /* Work around problematic Linux PAM modules handling of PAM_TTY */
44 #undef PAM_TTY_KLUDGE
45
46 /* Use PIPES instead of a socketpair() */
47 #undef USE_PIPES
48
49 /* Define if your snprintf is busted */
50 #undef BROKEN_SNPRINTF
51
52 /* Define if you are on Cygwin */
53 #undef HAVE_CYGWIN
54
55 /* Define if you lack native POSIX regex and you are using GNU rx library */
56 #undef HAVE_LIBRX
57
58 /* Define if you are on NeXT */
59 #undef HAVE_NEXT
60
61 /* Define if you want to disable PAM support */
62 #undef DISABLE_PAM
63
64 /* Define if you want to enable AIX4's authenticate function */
65 #undef WITH_AIXAUTHENTICATE
66
67 /* Define if you have/want arrays (cluster-wide session managment, not C arrays) */
68 #undef WITH_IRIX_ARRAY
69
70 /* Define if you want IRIX project management */
71 #undef WITH_IRIX_PROJECT
72
73 /* Define if you want IRIX audit trails */
74 #undef WITH_IRIX_AUDIT
75
76 /* Location of random number pool  */
77 #undef RANDOM_POOL
78
79 /* Location of EGD random number socket */
80 #undef EGD_SOCKET
81
82 /* Builtin PRNG command timeout */
83 #undef ENTROPY_TIMEOUT_MSEC
84
85 /* Define if you want to install preformatted manpages.*/
86 #undef MANTYPE
87
88 /* Define if your ssl headers are included with #include <openssl/header.h>  */
89 #undef HAVE_OPENSSL
90
91 /* Define if you are linking against RSAref.  Used only to print the right
92  * message at run-time. */
93 #undef RSAREF
94
95 /* struct utmp and struct utmpx fields */
96 #undef HAVE_HOST_IN_UTMP
97 #undef HAVE_HOST_IN_UTMPX
98 #undef HAVE_ADDR_IN_UTMP
99 #undef HAVE_ADDR_IN_UTMPX
100 #undef HAVE_ADDR_V6_IN_UTMP
101 #undef HAVE_ADDR_V6_IN_UTMPX
102 #undef HAVE_SYSLEN_IN_UTMPX
103 #undef HAVE_PID_IN_UTMP
104 #undef HAVE_TYPE_IN_UTMP
105 #undef HAVE_TYPE_IN_UTMPX
106 #undef HAVE_TV_IN_UTMP
107 #undef HAVE_TV_IN_UTMPX
108 #undef HAVE_ID_IN_UTMP
109 #undef HAVE_ID_IN_UTMPX
110 #undef HAVE_EXIT_IN_UTMP
111 #undef HAVE_TIME_IN_UTMP
112 #undef HAVE_TIME_IN_UTMPX
113
114 /* Define if you don't want to use your system's login() call */
115 #undef DISABLE_LOGIN
116
117 /* Define if you don't want to use pututline() etc. to write [uw]tmp */
118 #undef DISABLE_PUTUTLINE
119
120 /* Define if you don't want to use pututxline() etc. to write [uw]tmpx */
121 #undef DISABLE_PUTUTXLINE
122
123 /* Define if you don't want to use lastlog */
124 #undef DISABLE_LASTLOG
125
126 /* Define if you don't want to use utmp */
127 #undef DISABLE_UTMP
128
129 /* Define if you don't want to use utmpx */
130 #undef DISABLE_UTMPX
131
132 /* Define if you don't want to use wtmp */
133 #undef DISABLE_WTMP
134
135 /* Define if you don't want to use wtmpx */
136 #undef DISABLE_WTMPX
137
138 /* Define if you want to specify the path to your lastlog file */
139 #undef CONF_LASTLOG_FILE
140
141 /* Define if you want to specify the path to your utmp file */
142 #undef CONF_UTMP_FILE
143
144 /* Define if you want to specify the path to your wtmp file */
145 #undef CONF_WTMP_FILE
146
147 /* Define if you want to specify the path to your utmpx file */
148 #undef CONF_UTMPX_FILE
149
150 /* Define if you want to specify the path to your wtmpx file */
151 #undef CONF_WTMPX_FILE
152
153 /* Define is libutil has login() function */
154 #undef HAVE_LIBUTIL_LOGIN
155
156 /* Define if you want external askpass support */
157 #undef USE_EXTERNAL_ASKPASS
158
159 /* Define if libc defines __progname */
160 #undef HAVE___PROGNAME
161
162 /* Define if you want Kerberos 4 support */
163 #undef KRB4
164
165 /* Define if you want AFS support */
166 #undef AFS
167
168 /* Define if you want S/Key support */
169 #undef SKEY
170
171 /* Define if you want TCP Wrappers support */
172 #undef LIBWRAP
173
174 /* Define if your libraries define login() */
175 #undef HAVE_LOGIN
176
177 /* Define if your libraries define daemon() */
178 #undef HAVE_DAEMON
179
180 /* Define if your libraries define getpagesize() */
181 #undef HAVE_GETPAGESIZE
182
183 /* Define if xauth is found in your path */
184 #undef XAUTH_PATH
185
186 /* Define if rsh is found in your path */
187 #undef RSH_PATH
188
189 /* Define if you want to allow MD5 passwords */
190 #undef HAVE_MD5_PASSWORDS
191
192 /* Define if you want to disable shadow passwords */
193 #undef DISABLE_SHADOW
194
195 /* Define if you want to use shadow password expire field */
196 #undef HAS_SHADOW_EXPIRE
197
198 /* Define if you have Digital Unix Security Integration Architecture */
199 #undef HAVE_OSF_SIA
200
201 /* Define if you have getpwanam(3) [SunOS 4.x] */
202 #undef HAVE_GETPWANAM
203
204 /* Defined if in_systm.h needs to be included with netinet/ip.h (HPUX - <sigh/>) */
205 #undef NEED_IN_SYSTM_H
206
207 /* Define if you have an old version of PAM which takes only one argument */
208 /* to pam_strerror */
209 #undef HAVE_OLD_PAM
210
211 /* Set this to your mail directory if you don't have maillock.h */
212 #undef MAIL_DIRECTORY
213
214 /* Data types */
215 #undef HAVE_U_INT
216 #undef HAVE_INTXX_T
217 #undef HAVE_U_INTXX_T
218 #undef HAVE_UINTXX_T
219 #undef HAVE_INT64_T
220 #undef HAVE_U_INT64_T
221 #undef HAVE_SOCKLEN_T
222 #undef HAVE_SIZE_T
223 #undef HAVE_SSIZE_T
224 #undef HAVE_MODE_T
225 #undef HAVE_PID_T
226 #undef HAVE_SA_FAMILY_T
227 #undef HAVE_STRUCT_SOCKADDR_STORAGE
228 #undef HAVE_STRUCT_ADDRINFO
229 #undef HAVE_STRUCT_IN6_ADDR
230 #undef HAVE_STRUCT_SOCKADDR_IN6
231
232 /* Fields in struct sockaddr_storage */
233 #undef HAVE_SS_FAMILY_IN_SS
234 #undef HAVE___SS_FAMILY_IN_SS
235
236 /* Define if you have /dev/ptmx */
237 #undef HAVE_DEV_PTMX
238
239 /* Define if you have /dev/ptc */
240 #undef HAVE_DEV_PTS_AND_PTC
241
242 /* Define if you need to use IP address instead of hostname in $DISPLAY */
243 #undef IPADDR_IN_DISPLAY
244
245 /* Specify default $PATH */
246 #undef USER_PATH
247
248 /* Specify location of ssh.pid */
249 #undef PIDDIR
250
251 /* Use IPv4 for connection by default, IPv6 can still if explicity asked */
252 #undef IPV4_DEFAULT
253
254 /* getaddrinfo is broken (if present) */
255 #undef BROKEN_GETADDRINFO
256
257 /* vhangup is broken (if present) */
258 #undef BROKEN_VHANGUP
259
260 /* Workaround more Linux IPv6 quirks */
261 #undef DONT_TRY_OTHER_AF
262
263 /* Detect IPv4 in IPv6 mapped addresses and treat as IPv4 */
264 #undef IPV4_IN_IPV6
265
266 @BOTTOM@
267
268 /* ******************* Shouldn't need to edit below this line ************** */
269
270 #include "defines.h"
271
272 #endif /* _CONFIG_H */
This page took 0.05955 seconds and 5 git commands to generate.