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