source: trunk/third/openssh/acconfig.h @ 16804

Revision 16804, 8.5 KB checked in by ghudson, 23 years ago (diff)
From jhawk: Add server-side compatibility with SSH.COM's V1 krb5 implementation: Factor out TGT passing handling from do_authenticate1() into do_auth1_kerberos_tgt_pass(). Also call do_auth1_kerberos_tgt_pass() from do_authloop(). Adjust auth_krb5_tgt() so that it will handle being called before auth_krb5() -- i.e. initialize contexts, etc.
Line 
1/* $Id: acconfig.h,v 1.2 2001-11-15 19:54:11 ghudson Exp $ */
2
3#ifndef _CONFIG_H
4#define _CONFIG_H
5
6/* Generated automatically from acconfig.h by autoheader. */
7/* Please make your changes there */
8
9@TOP@
10
11/* Define to a Set Process Title type if your system is */
12/* supported by bsd-setproctitle.c */
13#undef SPT_TYPE
14
15/* SCO workaround */
16#undef BROKEN_SYS_TERMIO_H
17#undef HAVE_BOGUS_SYS_QUEUE_H
18
19/* Define if you have SCO protected password database */
20#undef HAVE_SCO_PROTECTED_PW
21
22/* If your header files don't define LOGIN_PROGRAM, then use this (detected) */
23/* from environment and PATH */
24#undef LOGIN_PROGRAM_FALLBACK
25
26/* Define if your password has a pw_class field */
27#undef HAVE_PW_CLASS_IN_PASSWD
28
29/* Define if your password has a pw_expire field */
30#undef HAVE_PW_EXPIRE_IN_PASSWD
31
32/* Define if your password has a pw_change field */
33#undef HAVE_PW_CHANGE_IN_PASSWD
34
35/* Define if you system's inet_ntoa is busted (e.g. Irix gcc issue) */
36#undef BROKEN_INET_NTOA
37
38/* Define if your system defines sys_errlist[] */
39#undef HAVE_SYS_ERRLIST
40
41/* Define if your system defines sys_nerr */
42#undef HAVE_SYS_NERR
43
44/* Define if your system choked on IP TOS setting */
45#undef IP_TOS_IS_BROKEN
46
47/* Define if you have the getuserattr function.  */
48#undef HAVE_GETUSERATTR
49
50/* Work around problematic Linux PAM modules handling of PAM_TTY */
51#undef PAM_TTY_KLUDGE
52
53/* Use PIPES instead of a socketpair() */
54#undef USE_PIPES
55
56/* Define if your snprintf is busted */
57#undef BROKEN_SNPRINTF
58
59/* Define if you are on Cygwin */
60#undef HAVE_CYGWIN
61
62/* Define if you lack native POSIX regex and you are using PCRE */
63#undef HAVE_LIBPCRE
64
65/* Define if you have a broken realpath. */
66#undef BROKEN_REALPATH
67
68/* Define if you are on NeXT */
69#undef HAVE_NEXT
70
71/* Define if you are on NEWS-OS */
72#undef HAVE_NEWS4
73
74/* Define if you want to enable PAM support */
75#undef USE_PAM
76
77/* Define if you want to enable AIX4's authenticate function */
78#undef WITH_AIXAUTHENTICATE
79
80/* Define if you have/want arrays (cluster-wide session managment, not C arrays) */
81#undef WITH_IRIX_ARRAY
82
83/* Define if you want IRIX project management */
84#undef WITH_IRIX_PROJECT
85
86/* Define if you want IRIX audit trails */
87#undef WITH_IRIX_AUDIT
88
89/* Define if you want IRIX kernel jobs */
90#undef WITH_IRIX_JOBS
91
92/* Location of random number pool  */
93#undef RANDOM_POOL
94
95/* Location of PRNGD/EGD random number socket */
96#undef PRNGD_SOCKET
97
98/* Port number of PRNGD/EGD random number socket */
99#undef PRNGD_PORT
100
101/* Builtin PRNG command timeout */
102#undef ENTROPY_TIMEOUT_MSEC
103
104/* Define if you want to install preformatted manpages.*/
105#undef MANTYPE
106
107/* Define if your ssl headers are included with #include <openssl/header.h>  */
108#undef HAVE_OPENSSL
109
110/* Define if you are linking against RSAref.  Used only to print the right
111 * message at run-time. */
112#undef RSAREF
113
114/* struct timeval */
115#undef HAVE_STRUCT_TIMEVAL
116
117/* struct utmp and struct utmpx fields */
118#undef HAVE_HOST_IN_UTMP
119#undef HAVE_HOST_IN_UTMPX
120#undef HAVE_ADDR_IN_UTMP
121#undef HAVE_ADDR_IN_UTMPX
122#undef HAVE_ADDR_V6_IN_UTMP
123#undef HAVE_ADDR_V6_IN_UTMPX
124#undef HAVE_SYSLEN_IN_UTMPX
125#undef HAVE_PID_IN_UTMP
126#undef HAVE_TYPE_IN_UTMP
127#undef HAVE_TYPE_IN_UTMPX
128#undef HAVE_TV_IN_UTMP
129#undef HAVE_TV_IN_UTMPX
130#undef HAVE_ID_IN_UTMP
131#undef HAVE_ID_IN_UTMPX
132#undef HAVE_EXIT_IN_UTMP
133#undef HAVE_TIME_IN_UTMP
134#undef HAVE_TIME_IN_UTMPX
135
136/* Define if you don't want to use your system's login() call */
137#undef DISABLE_LOGIN
138
139/* Define if you don't want to use pututline() etc. to write [uw]tmp */
140#undef DISABLE_PUTUTLINE
141
142/* Define if you don't want to use pututxline() etc. to write [uw]tmpx */
143#undef DISABLE_PUTUTXLINE
144
145/* Define if you don't want to use lastlog */
146#undef DISABLE_LASTLOG
147
148/* Define if you don't want to use utmp */
149#undef DISABLE_UTMP
150
151/* Define if you don't want to use utmpx */
152#undef DISABLE_UTMPX
153
154/* Define if you don't want to use wtmp */
155#undef DISABLE_WTMP
156
157/* Define if you don't want to use wtmpx */
158#undef DISABLE_WTMPX
159
160/* Some systems need a utmpx entry for /bin/login to work */
161#undef LOGIN_NEEDS_UTMPX
162
163/* Some versions of /bin/login need the TERM supplied on the commandline */
164#undef LOGIN_NEEDS_TERM
165
166/* Define if you want to specify the path to your lastlog file */
167#undef CONF_LASTLOG_FILE
168
169/* Define if you want to specify the path to your utmp file */
170#undef CONF_UTMP_FILE
171
172/* Define if you want to specify the path to your wtmp file */
173#undef CONF_WTMP_FILE
174
175/* Define if you want to specify the path to your utmpx file */
176#undef CONF_UTMPX_FILE
177
178/* Define if you want to specify the path to your wtmpx file */
179#undef CONF_WTMPX_FILE
180
181/* Define is libutil has login() function */
182#undef HAVE_LIBUTIL_LOGIN
183
184/* Define if you want external askpass support */
185#undef USE_EXTERNAL_ASKPASS
186
187/* Define if libc defines __progname */
188#undef HAVE___PROGNAME
189
190/* Define if you want Kerberos 5 support */
191#undef KRB5
192
193/* Define this if you are using Heimdal version of Kerberos V5 */
194#undef HEIMDAL
195
196/* Define if you want Kerberos 4 support */
197#undef KRB4
198
199/* Define if you want AFS support */
200#undef AFS
201
202/* Define if you want S/Key support */
203#undef SKEY
204
205/* Define if you want TCP Wrappers support */
206#undef LIBWRAP
207
208/* Define if your libraries define login() */
209#undef HAVE_LOGIN
210
211/* Define if your libraries define daemon() */
212#undef HAVE_DAEMON
213
214/* Define if your libraries define getpagesize() */
215#undef HAVE_GETPAGESIZE
216
217/* Define if xauth is found in your path */
218#undef XAUTH_PATH
219
220/* Define if rsh is found in your path */
221#undef RSH_PATH
222
223/* Define if you want to allow MD5 passwords */
224#undef HAVE_MD5_PASSWORDS
225
226/* Define if you want to disable shadow passwords */
227#undef DISABLE_SHADOW
228
229/* Define if you want to use shadow password expire field */
230#undef HAS_SHADOW_EXPIRE
231
232/* Define if you have Digital Unix Security Integration Architecture */
233#undef HAVE_OSF_SIA
234
235/* Define if you have getpwanam(3) [SunOS 4.x] */
236#undef HAVE_GETPWANAM
237
238/* Defined if in_systm.h needs to be included with netinet/ip.h (HPUX - <sigh/>) */
239#undef NEED_IN_SYSTM_H
240
241/* Define if you have an old version of PAM which takes only one argument */
242/* to pam_strerror */
243#undef HAVE_OLD_PAM
244
245/* Define if you are using Solaris-derived PAM which passes pam_messages  */
246/* to the conversation function with an extra level of indirection */
247#undef PAM_SUN_CODEBASE
248
249/* Set this to your mail directory if you don't have maillock.h */
250#undef MAIL_DIRECTORY
251
252/* Data types */
253#undef HAVE_U_INT
254#undef HAVE_INTXX_T
255#undef HAVE_U_INTXX_T
256#undef HAVE_UINTXX_T
257#undef HAVE_INT64_T
258#undef HAVE_U_INT64_T
259#undef HAVE_U_CHAR
260#undef HAVE_SOCKLEN_T
261#undef HAVE_SIZE_T
262#undef HAVE_SSIZE_T
263#undef HAVE_CLOCK_T
264#undef HAVE_MODE_T
265#undef HAVE_PID_T
266#undef HAVE_SA_FAMILY_T
267#undef HAVE_STRUCT_SOCKADDR_STORAGE
268#undef HAVE_STRUCT_ADDRINFO
269#undef HAVE_STRUCT_IN6_ADDR
270#undef HAVE_STRUCT_SOCKADDR_IN6
271
272/* Fields in struct sockaddr_storage */
273#undef HAVE_SS_FAMILY_IN_SS
274#undef HAVE___SS_FAMILY_IN_SS
275
276/* Define if you have a regcomp() function */
277#undef HAVE_REGCOMP
278
279/* Define if you have /dev/ptmx */
280#undef HAVE_DEV_PTMX
281
282/* Define if you have /dev/ptc */
283#undef HAVE_DEV_PTS_AND_PTC
284
285/* Define if you need to use IP address instead of hostname in $DISPLAY */
286#undef IPADDR_IN_DISPLAY
287
288/* Specify default $PATH */
289#undef USER_PATH
290
291/* Specify location of ssh.pid */
292#undef _PATH_SSH_PIDDIR
293
294/* Use IPv4 for connection by default, IPv6 can still if explicity asked */
295#undef IPV4_DEFAULT
296
297/* If you have no atexit() but xatexit(), and want to use xatexit() */
298#undef HAVE_XATEXIT
299
300/* getaddrinfo is broken (if present) */
301#undef BROKEN_GETADDRINFO
302
303/* Workaround more Linux IPv6 quirks */
304#undef DONT_TRY_OTHER_AF
305
306/* Detect IPv4 in IPv6 mapped addresses and treat as IPv4 */
307#undef IPV4_IN_IPV6
308
309/* Define if you have BSD auth support */
310#undef BSD_AUTH
311
312/* Define if X11 doesn't support AF_UNIX sockets on that system */
313#undef NO_X11_UNIX_SOCKETS
314
315/* Needed for SCO and NeXT */
316#undef BROKEN_SAVED_UIDS
317
318/* Define if your system glob() function has the GLOB_ALTDIRFUNC extension */
319#undef GLOB_HAS_ALTDIRFUNC
320
321/* Define if your system glob() function has gl_matchc options in glob_t */
322#undef GLOB_HAS_GL_MATCHC
323
324/* Define in your struct dirent expects you to allocate extra space for d_name */
325#undef BROKEN_ONE_BYTE_DIRENT_D_NAME
326
327/* Define if your getopt(3) defines and uses optreset */
328#undef HAVE_GETOPT_OPTRESET
329
330/* Define on *nto-qnx systems */
331#undef MISSING_NFDBITS
332
333/* Define on *nto-qnx systems */
334#undef MISSING_HOWMANY
335
336/* Define on *nto-qnx systems */
337#undef MISSING_FD_MASK
338
339/* Define if you want smartcard support */
340#undef SMARTCARD
341
342@BOTTOM@
343
344/* ******************* Shouldn't need to edit below this line ************** */
345
346#include "defines.h"
347
348#endif /* _CONFIG_H */
Note: See TracBrowser for help on using the repository browser.