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