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