]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - crypto/openssh/acconfig.h
This commit was generated by cvs2svn to compensate for changes in r130803,
[FreeBSD/FreeBSD.git] / crypto / openssh / acconfig.h
1 /* $Id: acconfig.h,v 1.177 2004/04/15 23:22:40 dtucker Exp $ */
2 /* $FreeBSD$ */
3
4 /*
5  * Copyright (c) 1999-2003 Damien Miller.  All rights reserved.
6  *
7  * Redistribution and use in source and binary forms, with or without
8  * modification, are permitted provided that the following conditions
9  * are met:
10  * 1. Redistributions of source code must retain the above copyright
11  *    notice, this list of conditions and the following disclaimer.
12  * 2. Redistributions in binary form must reproduce the above copyright
13  *    notice, this list of conditions and the following disclaimer in the
14  *    documentation and/or other materials provided with the distribution.
15  *
16  * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
17  * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
18  * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
19  * IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
20  * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
21  * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
22  * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
23  * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
24  * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
25  * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
26  */
27
28 #ifndef _CONFIG_H
29 #define _CONFIG_H
30
31 /* Generated automatically from acconfig.h by autoheader. */
32 /* Please make your changes there */
33
34 @TOP@
35
36 /* Define if your platform breaks doing a seteuid before a setuid */
37 #undef SETEUID_BREAKS_SETUID
38
39 /* Define if your setreuid() is broken */
40 #undef BROKEN_SETREUID
41
42 /* Define if your setregid() is broken */
43 #undef BROKEN_SETREGID
44
45 /* Define if your setresuid() is broken */
46 #undef BROKEN_SETRESUID
47
48 /* Define if your setresgid() is broken */
49 #undef BROKEN_SETRESGID
50
51 /* Define to a Set Process Title type if your system is */
52 /* supported by bsd-setproctitle.c */
53 #undef SPT_TYPE
54 #undef SPT_PADCHAR
55
56 /* setgroups() NOOP allowed */
57 #undef SETGROUPS_NOOP
58
59 /* SCO workaround */
60 #undef BROKEN_SYS_TERMIO_H
61
62 /* Define if you have SecureWare-based protected password database */
63 #undef HAVE_SECUREWARE
64
65 /* If your header files don't define LOGIN_PROGRAM, then use this (detected) */
66 /* from environment and PATH */
67 #undef LOGIN_PROGRAM_FALLBACK
68
69 /* Full path of your "passwd" program */
70 #undef _PATH_PASSWD_PROG
71
72 /* Define if your password has a pw_class field */
73 #undef HAVE_PW_CLASS_IN_PASSWD
74
75 /* Define if your password has a pw_expire field */
76 #undef HAVE_PW_EXPIRE_IN_PASSWD
77
78 /* Define if your password has a pw_change field */
79 #undef HAVE_PW_CHANGE_IN_PASSWD
80
81 /* Define if your system uses access rights style file descriptor passing */
82 #undef HAVE_ACCRIGHTS_IN_MSGHDR
83
84 /* Define if your system uses ancillary data style file descriptor passing */
85 #undef HAVE_CONTROL_IN_MSGHDR
86
87 /* Define if you system's inet_ntoa is busted (e.g. Irix gcc issue) */
88 #undef BROKEN_INET_NTOA
89
90 /* Define if your system defines sys_errlist[] */
91 #undef HAVE_SYS_ERRLIST
92
93 /* Define if your system defines sys_nerr */
94 #undef HAVE_SYS_NERR
95
96 /* Define if your system choked on IP TOS setting */
97 #undef IP_TOS_IS_BROKEN
98
99 /* Define if you have the getuserattr function.  */
100 #undef HAVE_GETUSERATTR
101
102 /* Define if you have the basename function. */
103 #undef HAVE_BASENAME
104
105 /* Work around problematic Linux PAM modules handling of PAM_TTY */
106 #undef PAM_TTY_KLUDGE
107
108 /* Use PIPES instead of a socketpair() */
109 #undef USE_PIPES
110
111 /* Define if your snprintf is busted */
112 #undef BROKEN_SNPRINTF
113
114 /* Define if you are on Cygwin */
115 #undef HAVE_CYGWIN
116
117 /* Define if you have a broken realpath. */
118 #undef BROKEN_REALPATH
119
120 /* Define if you are on NeXT */
121 #undef HAVE_NEXT
122
123 /* Define if you are on NEWS-OS */
124 #undef HAVE_NEWS4
125
126 /* Define if you want to enable PAM support */
127 #undef USE_PAM
128
129 /* Define if you want to enable AIX4's authenticate function */
130 #undef WITH_AIXAUTHENTICATE
131
132 /* Define if your AIX loginfailed() function takes 4 arguments (AIX >= 5.2) */
133 #undef AIX_LOGINFAILED_4ARG
134
135 /* Define if your skeychallenge() function takes 4 arguments (eg NetBSD) */
136 #undef SKEYCHALLENGE_4ARG
137
138 /* Define if you have/want arrays (cluster-wide session managment, not C arrays) */
139 #undef WITH_IRIX_ARRAY
140
141 /* Define if you want IRIX project management */
142 #undef WITH_IRIX_PROJECT
143
144 /* Define if you want IRIX audit trails */
145 #undef WITH_IRIX_AUDIT
146
147 /* Define if you want IRIX kernel jobs */
148 #undef WITH_IRIX_JOBS
149
150 /* Location of PRNGD/EGD random number socket */
151 #undef PRNGD_SOCKET
152
153 /* Port number of PRNGD/EGD random number socket */
154 #undef PRNGD_PORT
155
156 /* Builtin PRNG command timeout */
157 #undef ENTROPY_TIMEOUT_MSEC
158
159 /* non-privileged user for privilege separation */
160 #undef SSH_PRIVSEP_USER
161
162 /* Define if you want to install preformatted manpages.*/
163 #undef MANTYPE
164
165 /* Define if your ssl headers are included with #include <openssl/header.h>  */
166 #undef HAVE_OPENSSL
167
168 /* Define if you are linking against RSAref.  Used only to print the right
169  * message at run-time. */
170 #undef RSAREF
171
172 /* struct timeval */
173 #undef HAVE_STRUCT_TIMEVAL
174
175 /* struct utmp and struct utmpx fields */
176 #undef HAVE_HOST_IN_UTMP
177 #undef HAVE_HOST_IN_UTMPX
178 #undef HAVE_ADDR_IN_UTMP
179 #undef HAVE_ADDR_IN_UTMPX
180 #undef HAVE_ADDR_V6_IN_UTMP
181 #undef HAVE_ADDR_V6_IN_UTMPX
182 #undef HAVE_SYSLEN_IN_UTMPX
183 #undef HAVE_PID_IN_UTMP
184 #undef HAVE_TYPE_IN_UTMP
185 #undef HAVE_TYPE_IN_UTMPX
186 #undef HAVE_TV_IN_UTMP
187 #undef HAVE_TV_IN_UTMPX
188 #undef HAVE_ID_IN_UTMP
189 #undef HAVE_ID_IN_UTMPX
190 #undef HAVE_EXIT_IN_UTMP
191 #undef HAVE_TIME_IN_UTMP
192 #undef HAVE_TIME_IN_UTMPX
193
194 /* Define if you don't want to use your system's login() call */
195 #undef DISABLE_LOGIN
196
197 /* Define if you don't want to use pututline() etc. to write [uw]tmp */
198 #undef DISABLE_PUTUTLINE
199
200 /* Define if you don't want to use pututxline() etc. to write [uw]tmpx */
201 #undef DISABLE_PUTUTXLINE
202
203 /* Define if you don't want to use lastlog */
204 #undef DISABLE_LASTLOG
205
206 /* Define if you don't want to use lastlog in session.c */
207 #undef NO_SSH_LASTLOG
208
209 /* Define if have krb5_init_ets */
210 #undef KRB5_INIT_ETS
211
212 /* Define if you don't want to use utmp */
213 #undef DISABLE_UTMP
214
215 /* Define if you don't want to use utmpx */
216 #undef DISABLE_UTMPX
217
218 /* Define if you don't want to use wtmp */
219 #undef DISABLE_WTMP
220
221 /* Define if you don't want to use wtmpx */
222 #undef DISABLE_WTMPX
223
224 /* Some systems need a utmpx entry for /bin/login to work */
225 #undef LOGIN_NEEDS_UTMPX
226
227 /* Some versions of /bin/login need the TERM supplied on the commandline */
228 #undef LOGIN_NEEDS_TERM
229
230 /* Define if your login program cannot handle end of options ("--") */
231 #undef LOGIN_NO_ENDOPT
232
233 /* Define if you want to specify the path to your lastlog file */
234 #undef CONF_LASTLOG_FILE
235
236 /* Define if you want to specify the path to your utmp file */
237 #undef CONF_UTMP_FILE
238
239 /* Define if you want to specify the path to your wtmp file */
240 #undef CONF_WTMP_FILE
241
242 /* Define if you want to specify the path to your utmpx file */
243 #undef CONF_UTMPX_FILE
244
245 /* Define if you want to specify the path to your wtmpx file */
246 #undef CONF_WTMPX_FILE
247
248 /* Define if you want external askpass support */
249 #undef USE_EXTERNAL_ASKPASS
250
251 /* Define if libc defines __progname */
252 #undef HAVE___PROGNAME
253
254 /* Define if compiler implements __FUNCTION__ */
255 #undef HAVE___FUNCTION__
256
257 /* Define if compiler implements __func__ */
258 #undef HAVE___func__
259
260 /* Define this is you want GSSAPI support in the version 2 protocol */
261 #undef GSSAPI
262
263 /* Define if you want Kerberos 5 support */
264 #undef KRB5
265
266 /* Define this if you are using the Heimdal version of Kerberos V5 */
267 #undef HEIMDAL
268
269 /* Define this if you want to use libkafs' AFS support */
270 #undef USE_AFS
271
272 /* Define if you want S/Key support */
273 #undef SKEY
274
275 /* Define if you want OPIE support */
276 #undef OPIE
277
278 /* Define if you want TCP Wrappers support */
279 #undef LIBWRAP
280
281 /* Define if your libraries define login() */
282 #undef HAVE_LOGIN
283
284 /* Define if your libraries define daemon() */
285 #undef HAVE_DAEMON
286
287 /* Define if your libraries define getpagesize() */
288 #undef HAVE_GETPAGESIZE
289
290 /* Define if xauth is found in your path */
291 #undef XAUTH_PATH
292
293 /* Define if you want to allow MD5 passwords */
294 #undef HAVE_MD5_PASSWORDS
295
296 /* Define if you want to disable shadow passwords */
297 #undef DISABLE_SHADOW
298
299 /* Define if you want to use shadow password expire field */
300 #undef HAS_SHADOW_EXPIRE
301
302 /* Define if you have Digital Unix Security Integration Architecture */
303 #undef HAVE_OSF_SIA
304
305 /* Define if you have getpwanam(3) [SunOS 4.x] */
306 #undef HAVE_GETPWANAM
307
308 /* Define if you have an old version of PAM which takes only one argument */
309 /* to pam_strerror */
310 #undef HAVE_OLD_PAM
311
312 /* Define if you are using Solaris-derived PAM which passes pam_messages  */
313 /* to the conversation function with an extra level of indirection */
314 #undef PAM_SUN_CODEBASE
315
316 /* Set this to your mail directory if you don't have maillock.h */
317 #undef MAIL_DIRECTORY
318
319 /* Data types */
320 #undef HAVE_U_INT
321 #undef HAVE_INTXX_T
322 #undef HAVE_U_INTXX_T
323 #undef HAVE_UINTXX_T
324 #undef HAVE_INT64_T
325 #undef HAVE_U_INT64_T
326 #undef HAVE_U_CHAR
327 #undef HAVE_SIZE_T
328 #undef HAVE_SSIZE_T
329 #undef HAVE_CLOCK_T
330 #undef HAVE_MODE_T
331 #undef HAVE_PID_T
332 #undef HAVE_SA_FAMILY_T
333 #undef HAVE_STRUCT_SOCKADDR_STORAGE
334 #undef HAVE_STRUCT_ADDRINFO
335 #undef HAVE_STRUCT_IN6_ADDR
336 #undef HAVE_STRUCT_SOCKADDR_IN6
337
338 /* Fields in struct sockaddr_storage */
339 #undef HAVE_SS_FAMILY_IN_SS
340 #undef HAVE___SS_FAMILY_IN_SS
341
342 /* Define if you have /dev/ptmx */
343 #undef HAVE_DEV_PTMX
344
345 /* Define if you have /dev/ptc */
346 #undef HAVE_DEV_PTS_AND_PTC
347
348 /* Define if you need to use IP address instead of hostname in $DISPLAY */
349 #undef IPADDR_IN_DISPLAY
350
351 /* Specify default $PATH */
352 #undef USER_PATH
353
354 /* Specify location of ssh.pid */
355 #undef _PATH_SSH_PIDDIR
356
357 /* getaddrinfo is broken (if present) */
358 #undef BROKEN_GETADDRINFO
359
360 /* updwtmpx is broken (if present) */
361 #undef BROKEN_UPDWTMPX
362
363 /* Workaround more Linux IPv6 quirks */
364 #undef DONT_TRY_OTHER_AF
365
366 /* Detect IPv4 in IPv6 mapped addresses and treat as IPv4 */
367 #undef IPV4_IN_IPV6
368
369 /* Define if you have BSD auth support */
370 #undef BSD_AUTH
371
372 /* Define if X11 doesn't support AF_UNIX sockets on that system */
373 #undef NO_X11_UNIX_SOCKETS
374
375 /* Define if the concept of ports only accessible to superusers isn't known */
376 #undef NO_IPPORT_RESERVED_CONCEPT
377
378 /* Needed for SCO and NeXT */
379 #undef BROKEN_SAVED_UIDS
380
381 /* Define if your system glob() function has the GLOB_ALTDIRFUNC extension */
382 #undef GLOB_HAS_ALTDIRFUNC
383
384 /* Define if your system glob() function has gl_matchc options in glob_t */
385 #undef GLOB_HAS_GL_MATCHC
386
387 /* Define in your struct dirent expects you to allocate extra space for d_name */
388 #undef BROKEN_ONE_BYTE_DIRENT_D_NAME
389
390 /* Define if your system has /etc/default/login */
391 #undef HAVE_ETC_DEFAULT_LOGIN
392
393 /* Define if your getopt(3) defines and uses optreset */
394 #undef HAVE_GETOPT_OPTRESET
395
396 /* Define on *nto-qnx systems */
397 #undef MISSING_NFDBITS
398
399 /* Define on *nto-qnx systems */
400 #undef MISSING_HOWMANY
401
402 /* Define on *nto-qnx systems */
403 #undef MISSING_FD_MASK
404
405 /* Define if you want smartcard support */
406 #undef SMARTCARD
407
408 /* Define if you want smartcard support using sectok */
409 #undef USE_SECTOK
410
411 /* Define if you want smartcard support using OpenSC */
412 #undef USE_OPENSC
413
414 /* Define if you want to use OpenSSL's internally seeded PRNG only */
415 #undef OPENSSL_PRNG_ONLY
416
417 /* Define if you shouldn't strip 'tty' from your ttyname in [uw]tmp */
418 #undef WITH_ABBREV_NO_TTY
419
420 /* Define if you want a different $PATH for the superuser */
421 #undef SUPERUSER_PATH
422
423 /* Path that unprivileged child will chroot() to in privep mode */
424 #undef PRIVSEP_PATH
425
426 /* Define if your platform needs to skip post auth file descriptor passing */
427 #undef DISABLE_FD_PASSING
428
429 /* Silly mkstemp() */
430 #undef HAVE_STRICT_MKSTEMP
431
432 /* Some systems put this outside of libc */
433 #undef HAVE_NANOSLEEP
434
435 /* Define if sshd somehow reacquires a controlling TTY after setsid() */
436 #undef SSHD_ACQUIRES_CTTY
437
438 /* Define if cmsg_type is not passed correctly */
439 #undef BROKEN_CMSG_TYPE
440
441 /* Strings used in /etc/passwd to denote locked account */
442 #undef LOCKED_PASSWD_STRING
443 #undef LOCKED_PASSWD_PREFIX
444 #undef LOCKED_PASSWD_SUBSTR
445
446 /* Define if getrrsetbyname() exists */
447 #undef HAVE_GETRRSETBYNAME
448
449 /* Define if HEADER.ad exists in arpa/nameser.h */
450 #undef HAVE_HEADER_AD
451
452 /* Define if your resolver libs need this for getrrsetbyname */
453 #undef BIND_8_COMPAT
454
455 @BOTTOM@
456
457 /* ******************* Shouldn't need to edit below this line ************** */
458
459 #endif /* _CONFIG_H */