Additional ssh patches relating to the same fatal() cleanup issue. They
[dragonfly.git] / crypto / openssh / acconfig.h
1 /* $Id: acconfig.h,v 1.145 2002/09/26 00:38:48 tim Exp $ */
2 /* $FreeBSD: src/crypto/openssh/acconfig.h,v 1.3.2.2 2003/02/03 17:31:06 des Exp $ */
3 /* $DragonFly: src/crypto/openssh/Attic/acconfig.h,v 1.2 2003/06/17 04:24:36 dillon Exp $ */
4
5 #ifndef _CONFIG_H
6 #define _CONFIG_H
7
8 /* Generated automatically from acconfig.h by autoheader. */
9 /* Please make your changes there */
10
11 @TOP@
12
13 /* Define to a Set Process Title type if your system is */
14 /* supported by bsd-setproctitle.c */
15 #undef SPT_TYPE
16
17 /* setgroups() NOOP allowed */
18 #undef SETGROUPS_NOOP
19
20 /* SCO workaround */
21 #undef BROKEN_SYS_TERMIO_H
22
23 /* Define if you have SecureWare-based protected password database */
24 #undef HAVE_SECUREWARE
25
26 /* If your header files don't define LOGIN_PROGRAM, then use this (detected) */
27 /* from environment and PATH */
28 #undef LOGIN_PROGRAM_FALLBACK
29
30 /* Define if your password has a pw_class field */
31 #undef HAVE_PW_CLASS_IN_PASSWD
32
33 /* Define if your password has a pw_expire field */
34 #undef HAVE_PW_EXPIRE_IN_PASSWD
35
36 /* Define if your password has a pw_change field */
37 #undef HAVE_PW_CHANGE_IN_PASSWD
38
39 /* Define if your system uses access rights style file descriptor passing */
40 #undef HAVE_ACCRIGHTS_IN_MSGHDR
41
42 /* Define if your system uses ancillary data style file descriptor passing */
43 #undef HAVE_CONTROL_IN_MSGHDR
44
45 /* Define if you system's inet_ntoa is busted (e.g. Irix gcc issue) */
46 #undef BROKEN_INET_NTOA
47
48 /* Define if your system defines sys_errlist[] */
49 #undef HAVE_SYS_ERRLIST
50
51 /* Define if your system defines sys_nerr */
52 #undef HAVE_SYS_NERR
53
54 /* Define if your system choked on IP TOS setting */
55 #undef IP_TOS_IS_BROKEN
56
57 /* Define if you have the getuserattr function.  */
58 #undef HAVE_GETUSERATTR
59
60 /* Work around problematic Linux PAM modules handling of PAM_TTY */
61 #undef PAM_TTY_KLUDGE
62
63 /* Use PIPES instead of a socketpair() */
64 #undef USE_PIPES
65
66 /* Define if your snprintf is busted */
67 #undef BROKEN_SNPRINTF
68
69 /* Define if you are on Cygwin */
70 #undef HAVE_CYGWIN
71
72 /* Define if you have a broken realpath. */
73 #undef BROKEN_REALPATH
74
75 /* Define if you are on NeXT */
76 #undef HAVE_NEXT
77
78 /* Define if you are on NEWS-OS */
79 #undef HAVE_NEWS4
80
81 /* Define if you want to enable PAM support */
82 #undef USE_PAM
83
84 /* Define if you want to enable AIX4's authenticate function */
85 #undef WITH_AIXAUTHENTICATE
86
87 /* Define if you have/want arrays (cluster-wide session managment, not C arrays) */
88 #undef WITH_IRIX_ARRAY
89
90 /* Define if you want IRIX project management */
91 #undef WITH_IRIX_PROJECT
92
93 /* Define if you want IRIX audit trails */
94 #undef WITH_IRIX_AUDIT
95
96 /* Define if you want IRIX kernel jobs */
97 #undef WITH_IRIX_JOBS
98
99 /* Location of PRNGD/EGD random number socket */
100 #undef PRNGD_SOCKET
101
102 /* Port number of PRNGD/EGD random number socket */
103 #undef PRNGD_PORT
104
105 /* Builtin PRNG command timeout */
106 #undef ENTROPY_TIMEOUT_MSEC
107
108 /* non-privileged user for privilege separation */
109 #undef SSH_PRIVSEP_USER
110
111 /* Define if you want to install preformatted manpages.*/
112 #undef MANTYPE
113
114 /* Define if your ssl headers are included with #include <openssl/header.h>  */
115 #undef HAVE_OPENSSL
116
117 /* Define if you are linking against RSAref.  Used only to print the right
118  * message at run-time. */
119 #undef RSAREF
120
121 /* struct timeval */
122 #undef HAVE_STRUCT_TIMEVAL
123
124 /* struct utmp and struct utmpx fields */
125 #undef HAVE_HOST_IN_UTMP
126 #undef HAVE_HOST_IN_UTMPX
127 #undef HAVE_ADDR_IN_UTMP
128 #undef HAVE_ADDR_IN_UTMPX
129 #undef HAVE_ADDR_V6_IN_UTMP
130 #undef HAVE_ADDR_V6_IN_UTMPX
131 #undef HAVE_SYSLEN_IN_UTMPX
132 #undef HAVE_PID_IN_UTMP
133 #undef HAVE_TYPE_IN_UTMP
134 #undef HAVE_TYPE_IN_UTMPX
135 #undef HAVE_TV_IN_UTMP
136 #undef HAVE_TV_IN_UTMPX
137 #undef HAVE_ID_IN_UTMP
138 #undef HAVE_ID_IN_UTMPX
139 #undef HAVE_EXIT_IN_UTMP
140 #undef HAVE_TIME_IN_UTMP
141 #undef HAVE_TIME_IN_UTMPX
142
143 /* Define if you don't want to use your system's login() call */
144 #undef DISABLE_LOGIN
145
146 /* Define if you don't want to use pututline() etc. to write [uw]tmp */
147 #undef DISABLE_PUTUTLINE
148
149 /* Define if you don't want to use pututxline() etc. to write [uw]tmpx */
150 #undef DISABLE_PUTUTXLINE
151
152 /* Define if you don't want to use lastlog */
153 #undef DISABLE_LASTLOG
154
155 /* Define if you don't want to use lastlog in session.c */
156 #undef NO_SSH_LASTLOG
157
158 /* Define if you don't want to use utmp */
159 #undef DISABLE_UTMP
160
161 /* Define if you don't want to use utmpx */
162 #undef DISABLE_UTMPX
163
164 /* Define if you don't want to use wtmp */
165 #undef DISABLE_WTMP
166
167 /* Define if you don't want to use wtmpx */
168 #undef DISABLE_WTMPX
169
170 /* Some systems need a utmpx entry for /bin/login to work */
171 #undef LOGIN_NEEDS_UTMPX
172
173 /* Some versions of /bin/login need the TERM supplied on the commandline */
174 #undef LOGIN_NEEDS_TERM
175
176 /* Define if your login program cannot handle end of options ("--") */
177 #undef LOGIN_NO_ENDOPT
178
179 /* Define if you want to specify the path to your lastlog file */
180 #undef CONF_LASTLOG_FILE
181
182 /* Define if you want to specify the path to your utmp file */
183 #undef CONF_UTMP_FILE
184
185 /* Define if you want to specify the path to your wtmp file */
186 #undef CONF_WTMP_FILE
187
188 /* Define if you want to specify the path to your utmpx file */
189 #undef CONF_UTMPX_FILE
190
191 /* Define if you want to specify the path to your wtmpx file */
192 #undef CONF_WTMPX_FILE
193
194 /* Define if you want external askpass support */
195 #undef USE_EXTERNAL_ASKPASS
196
197 /* Define if libc defines __progname */
198 #undef HAVE___PROGNAME
199
200 /* Define if compiler implements __FUNCTION__ */
201 #undef HAVE___FUNCTION__
202
203 /* Define if compiler implements __func__ */
204 #undef HAVE___func__
205
206 /* Define if you want Kerberos 5 support */
207 #undef KRB5
208
209 /* Define this if you are using the Heimdal version of Kerberos V5 */
210 #undef HEIMDAL
211
212 /* Define if you want Kerberos 4 support */
213 #undef KRB4
214
215 /* Define if you want AFS support */
216 #undef AFS
217
218 /* Define if you want S/Key support */
219 #undef SKEY
220
221 /* Define if you want OPIE support */
222 #undef OPIE
223
224 /* Define if you want TCP Wrappers support */
225 #undef LIBWRAP
226
227 /* Define if your libraries define login() */
228 #undef HAVE_LOGIN
229
230 /* Define if your libraries define daemon() */
231 #undef HAVE_DAEMON
232
233 /* Define if your libraries define getpagesize() */
234 #undef HAVE_GETPAGESIZE
235
236 /* Define if xauth is found in your path */
237 #undef XAUTH_PATH
238
239 /* Define if you want to allow MD5 passwords */
240 #undef HAVE_MD5_PASSWORDS
241
242 /* Define if you want to disable shadow passwords */
243 #undef DISABLE_SHADOW
244
245 /* Define if you want to use shadow password expire field */
246 #undef HAS_SHADOW_EXPIRE
247
248 /* Define if you have Digital Unix Security Integration Architecture */
249 #undef HAVE_OSF_SIA
250
251 /* Define if you have getpwanam(3) [SunOS 4.x] */
252 #undef HAVE_GETPWANAM
253
254 /* Define if you have an old version of PAM which takes only one argument */
255 /* to pam_strerror */
256 #undef HAVE_OLD_PAM
257
258 /* Define if you are using Solaris-derived PAM which passes pam_messages  */
259 /* to the conversation function with an extra level of indirection */
260 #undef PAM_SUN_CODEBASE
261
262 /* Set this to your mail directory if you don't have maillock.h */
263 #undef MAIL_DIRECTORY
264
265 /* Data types */
266 #undef HAVE_U_INT
267 #undef HAVE_INTXX_T
268 #undef HAVE_U_INTXX_T
269 #undef HAVE_UINTXX_T
270 #undef HAVE_INT64_T
271 #undef HAVE_U_INT64_T
272 #undef HAVE_U_CHAR
273 #undef HAVE_SIZE_T
274 #undef HAVE_SSIZE_T
275 #undef HAVE_CLOCK_T
276 #undef HAVE_MODE_T
277 #undef HAVE_PID_T
278 #undef HAVE_SA_FAMILY_T
279 #undef HAVE_STRUCT_SOCKADDR_STORAGE
280 #undef HAVE_STRUCT_ADDRINFO
281 #undef HAVE_STRUCT_IN6_ADDR
282 #undef HAVE_STRUCT_SOCKADDR_IN6
283
284 /* Fields in struct sockaddr_storage */
285 #undef HAVE_SS_FAMILY_IN_SS
286 #undef HAVE___SS_FAMILY_IN_SS
287
288 /* Define if you have /dev/ptmx */
289 #undef HAVE_DEV_PTMX
290
291 /* Define if you have /dev/ptc */
292 #undef HAVE_DEV_PTS_AND_PTC
293
294 /* Define if you need to use IP address instead of hostname in $DISPLAY */
295 #undef IPADDR_IN_DISPLAY
296
297 /* Specify default $PATH */
298 #undef USER_PATH
299
300 /* Specify location of ssh.pid */
301 #undef _PATH_SSH_PIDDIR
302
303 /* Use IPv4 for connection by default, IPv6 can still if explicity asked */
304 #undef IPV4_DEFAULT
305
306 /* getaddrinfo is broken (if present) */
307 #undef BROKEN_GETADDRINFO
308
309 /* Workaround more Linux IPv6 quirks */
310 #undef DONT_TRY_OTHER_AF
311
312 /* Detect IPv4 in IPv6 mapped addresses and treat as IPv4 */
313 #undef IPV4_IN_IPV6
314
315 /* Define if you have BSD auth support */
316 #undef BSD_AUTH
317
318 /* Define if X11 doesn't support AF_UNIX sockets on that system */
319 #undef NO_X11_UNIX_SOCKETS
320
321 /* Define if the concept of ports only accessible to superusers isn't known */
322 #undef NO_IPPORT_RESERVED_CONCEPT
323
324 /* Needed for SCO and NeXT */
325 #undef BROKEN_SAVED_UIDS
326
327 /* Define if your system glob() function has the GLOB_ALTDIRFUNC extension */
328 #undef GLOB_HAS_ALTDIRFUNC
329
330 /* Define if your system glob() function has gl_matchc options in glob_t */
331 #undef GLOB_HAS_GL_MATCHC
332
333 /* Define in your struct dirent expects you to allocate extra space for d_name */
334 #undef BROKEN_ONE_BYTE_DIRENT_D_NAME
335
336 /* Define if your getopt(3) defines and uses optreset */
337 #undef HAVE_GETOPT_OPTRESET
338
339 /* Define on *nto-qnx systems */
340 #undef MISSING_NFDBITS
341
342 /* Define on *nto-qnx systems */
343 #undef MISSING_HOWMANY
344
345 /* Define on *nto-qnx systems */
346 #undef MISSING_FD_MASK
347
348 /* Define if you want smartcard support */
349 #undef SMARTCARD
350
351 /* Define if you want smartcard support using sectok */
352 #undef USE_SECTOK
353
354 /* Define if you want smartcard support using OpenSC */
355 #undef USE_OPENSC
356
357 /* Define if you want to use OpenSSL's internally seeded PRNG only */
358 #undef OPENSSL_PRNG_ONLY
359
360 /* Define if you shouldn't strip 'tty' from your ttyname in [uw]tmp */
361 #undef WITH_ABBREV_NO_TTY
362
363 /* Define if you want a different $PATH for the superuser */
364 #undef SUPERUSER_PATH
365
366 /* Path that unprivileged child will chroot() to in privep mode */
367 #undef PRIVSEP_PATH
368
369 /* Define if your platform needs to skip post auth file descriptor passing */
370 #undef DISABLE_FD_PASSING
371
372 @BOTTOM@
373
374 /* ******************* Shouldn't need to edit below this line ************** */
375
376 #endif /* _CONFIG_H */