]> andersk Git - openssh.git/blame - acconfig.h
- (dtucker) [acconfig.h configure.ac includes.h servconf.c session.c]
[openssh.git] / acconfig.h
CommitLineData
0b202697 1/* $Id$ */
2
e52ca1e5 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
76a8e733 27#ifndef _CONFIG_H
28#define _CONFIG_H
29
cb807f40 30/* Generated automatically from acconfig.h by autoheader. */
31/* Please make your changes there */
32
33@TOP@
5881cd60 34
688eed4a 35/* Define if your platform breaks doing a seteuid before a setuid */
36#undef SETEUID_BREAKS_SETUID
37
3b8dff69 38/* Define if your setreuid() is broken */
39#undef BROKEN_SETREUID
40
41/* Define if your setregid() is broken */
9a7582f1 42#undef BROKEN_SETREGID
3b8dff69 43
9a3fe0e2 44/* Define if your setresuid() is broken */
45#undef BROKEN_SETRESUID
46
47/* Define if your setresgid() is broken */
48#undef BROKEN_SETRESGID
49
f5af5cd5 50/* Define to a Set Process Title type if your system is */
51/* supported by bsd-setproctitle.c */
52#undef SPT_TYPE
3a2b2b44 53#undef SPT_PADCHAR
f5af5cd5 54
246446cd 55/* setgroups() NOOP allowed */
56#undef SETGROUPS_NOOP
57
77bb0bca 58/* SCO workaround */
59#undef BROKEN_SYS_TERMIO_H
60
6e879cb4 61/* Define if you have SecureWare-based protected password database */
62#undef HAVE_SECUREWARE
77bb0bca 63
2e73a022 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
68/* Define if your password has a pw_class field */
69#undef HAVE_PW_CLASS_IN_PASSWD
70
7751d4eb 71/* Define if your password has a pw_expire field */
72#undef HAVE_PW_EXPIRE_IN_PASSWD
73
74/* Define if your password has a pw_change field */
75#undef HAVE_PW_CHANGE_IN_PASSWD
76
6f34652e 77/* Define if your system uses access rights style file descriptor passing */
78#undef HAVE_ACCRIGHTS_IN_MSGHDR
79
7176df4f 80/* Define if your system uses ancillary data style file descriptor passing */
81#undef HAVE_CONTROL_IN_MSGHDR
82
416ed5a7 83/* Define if you system's inet_ntoa is busted (e.g. Irix gcc issue) */
84#undef BROKEN_INET_NTOA
85
819b676f 86/* Define if your system defines sys_errlist[] */
87#undef HAVE_SYS_ERRLIST
88
416ed5a7 89/* Define if your system defines sys_nerr */
90#undef HAVE_SYS_NERR
91
132dd316 92/* Define if your system choked on IP TOS setting */
93#undef IP_TOS_IS_BROKEN
94
5fa45897 95/* Define if you have the getuserattr function. */
96#undef HAVE_GETUSERATTR
97
97e3cf19 98/* Define if you have the basename function. */
99#undef HAVE_BASENAME
100
a8545c6c 101/* Work around problematic Linux PAM modules handling of PAM_TTY */
102#undef PAM_TTY_KLUDGE
103
b3f162ba 104/* Use PIPES instead of a socketpair() */
105#undef USE_PIPES
106
2647ae26 107/* Define if your snprintf is busted */
108#undef BROKEN_SNPRINTF
109
3c62e7eb 110/* Define if you are on Cygwin */
111#undef HAVE_CYGWIN
112
443172c4 113/* Define if you have a broken realpath. */
114#undef BROKEN_REALPATH
115
729bfe59 116/* Define if you are on NeXT */
117#undef HAVE_NEXT
118
66d6c27e 119/* Define if you are on NEWS-OS */
120#undef HAVE_NEWS4
121
717057b6 122/* Define if you want to enable PAM support */
123#undef USE_PAM
d94aa2ae 124
c1ef8333 125/* Define if you want to enable AIX4's authenticate function */
4c40f834 126#undef WITH_AIXAUTHENTICATE
127
e351e493 128/* Define if your AIX loginfailed() function takes 4 arguments (AIX >= 5.2) */
129#undef AIX_LOGINFAILED_4ARG
f58c0e01 130
3206bb3b 131/* Define if you have/want arrays (cluster-wide session managment, not C arrays) */
132#undef WITH_IRIX_ARRAY
133
134/* Define if you want IRIX project management */
135#undef WITH_IRIX_PROJECT
136
137/* Define if you want IRIX audit trails */
138#undef WITH_IRIX_AUDIT
139
d287c664 140/* Define if you want IRIX kernel jobs */
141#undef WITH_IRIX_JOBS
142
9bdd5929 143/* Location of PRNGD/EGD random number socket */
144#undef PRNGD_SOCKET
145
146/* Port number of PRNGD/EGD random number socket */
147#undef PRNGD_PORT
4c40f834 148
b7a87eea 149/* Builtin PRNG command timeout */
150#undef ENTROPY_TIMEOUT_MSEC
151
9a0fbcb3 152/* non-privileged user for privilege separation */
153#undef SSH_PRIVSEP_USER
154
c54a6257 155/* Define if you want to install preformatted manpages.*/
156#undef MANTYPE
157
5881cd60 158/* Define if your ssl headers are included with #include <openssl/header.h> */
159#undef HAVE_OPENSSL
4cca272e 160
0a2ff95d 161/* Define if you are linking against RSAref. Used only to print the right
162 * message at run-time. */
163#undef RSAREF
164
89c7e31c 165/* struct timeval */
166#undef HAVE_STRUCT_TIMEVAL
167
48e671d5 168/* struct utmp and struct utmpx fields */
4cca272e 169#undef HAVE_HOST_IN_UTMP
8946db53 170#undef HAVE_HOST_IN_UTMPX
4811cc0b 171#undef HAVE_ADDR_IN_UTMP
4811cc0b 172#undef HAVE_ADDR_IN_UTMPX
48e671d5 173#undef HAVE_ADDR_V6_IN_UTMP
174#undef HAVE_ADDR_V6_IN_UTMPX
f498ed15 175#undef HAVE_SYSLEN_IN_UTMPX
70e0115b 176#undef HAVE_PID_IN_UTMP
70e0115b 177#undef HAVE_TYPE_IN_UTMP
25422c70 178#undef HAVE_TYPE_IN_UTMPX
70e0115b 179#undef HAVE_TV_IN_UTMP
1d7b9b20 180#undef HAVE_TV_IN_UTMPX
c73a0cb5 181#undef HAVE_ID_IN_UTMP
daaff4d5 182#undef HAVE_ID_IN_UTMPX
1d7b9b20 183#undef HAVE_EXIT_IN_UTMP
184#undef HAVE_TIME_IN_UTMP
185#undef HAVE_TIME_IN_UTMPX
c73a0cb5 186
1d7b9b20 187/* Define if you don't want to use your system's login() call */
188#undef DISABLE_LOGIN
189
190/* Define if you don't want to use pututline() etc. to write [uw]tmp */
191#undef DISABLE_PUTUTLINE
192
193/* Define if you don't want to use pututxline() etc. to write [uw]tmpx */
194#undef DISABLE_PUTUTXLINE
195
196/* Define if you don't want to use lastlog */
197#undef DISABLE_LASTLOG
198
ef51930f 199/* Define if you don't want to use lastlog in session.c */
200#undef NO_SSH_LASTLOG
201
1d7b9b20 202/* Define if you don't want to use utmp */
203#undef DISABLE_UTMP
204
205/* Define if you don't want to use utmpx */
206#undef DISABLE_UTMPX
207
208/* Define if you don't want to use wtmp */
209#undef DISABLE_WTMP
210
211/* Define if you don't want to use wtmpx */
212#undef DISABLE_WTMPX
213
7e2d5fa4 214/* Some systems need a utmpx entry for /bin/login to work */
215#undef LOGIN_NEEDS_UTMPX
216
217/* Some versions of /bin/login need the TERM supplied on the commandline */
218#undef LOGIN_NEEDS_TERM
219
a2572aa7 220/* Define if your login program cannot handle end of options ("--") */
221#undef LOGIN_NO_ENDOPT
222
1d7b9b20 223/* Define if you want to specify the path to your lastlog file */
224#undef CONF_LASTLOG_FILE
225
226/* Define if you want to specify the path to your utmp file */
227#undef CONF_UTMP_FILE
228
229/* Define if you want to specify the path to your wtmp file */
230#undef CONF_WTMP_FILE
231
232/* Define if you want to specify the path to your utmpx file */
233#undef CONF_UTMPX_FILE
234
235/* Define if you want to specify the path to your wtmpx file */
236#undef CONF_WTMPX_FILE
92f90c57 237
f601d847 238/* Define if you want external askpass support */
dad9a31e 239#undef USE_EXTERNAL_ASKPASS
045672f9 240
f601d847 241/* Define if libc defines __progname */
242#undef HAVE___PROGNAME
243
c921ee00 244/* Define if compiler implements __FUNCTION__ */
245#undef HAVE___FUNCTION__
246
247/* Define if compiler implements __func__ */
248#undef HAVE___func__
249
749560dd 250/* Define this is you want GSSAPI support in the version 2 protocol */
251#undef GSSAPI
252
12928e80 253/* Define if you want Kerberos 5 support */
254#undef KRB5
255
256/* Define this if you are using the Heimdal version of Kerberos V5 */
257#undef HEIMDAL
258
309af4e5 259/* Define this if you want to use Heimdal's AFS support */
260#undef AFS
261
91b8065d 262/* Define if you want S/Key support */
263#undef SKEY
264
265/* Define if you want TCP Wrappers support */
266#undef LIBWRAP
267
beb43d31 268/* Define if your libraries define login() */
269#undef HAVE_LOGIN
270
271/* Define if your libraries define daemon() */
272#undef HAVE_DAEMON
273
aa6bd60a 274/* Define if your libraries define getpagesize() */
275#undef HAVE_GETPAGESIZE
276
a7effaac 277/* Define if xauth is found in your path */
278#undef XAUTH_PATH
279
caf3bc51 280/* Define if you want to allow MD5 passwords */
281#undef HAVE_MD5_PASSWORDS
282
a7effaac 283/* Define if you want to disable shadow passwords */
284#undef DISABLE_SHADOW
285
4cb5ffa0 286/* Define if you want to use shadow password expire field */
287#undef HAS_SHADOW_EXPIRE
288
4d33e531 289/* Define if you have Digital Unix Security Integration Architecture */
290#undef HAVE_OSF_SIA
291
a423beaf 292/* Define if you have getpwanam(3) [SunOS 4.x] */
293#undef HAVE_GETPWANAM
294
96ad4350 295/* Define if you have an old version of PAM which takes only one argument */
296/* to pam_strerror */
297#undef HAVE_OLD_PAM
298
adeebd37 299/* Define if you are using Solaris-derived PAM which passes pam_messages */
300/* to the conversation function with an extra level of indirection */
301#undef PAM_SUN_CODEBASE
2b87da3b 302
f498ed15 303/* Set this to your mail directory if you don't have maillock.h */
304#undef MAIL_DIRECTORY
305
2b942fe0 306/* Data types */
14a9a859 307#undef HAVE_U_INT
2b942fe0 308#undef HAVE_INTXX_T
309#undef HAVE_U_INTXX_T
310#undef HAVE_UINTXX_T
bd590612 311#undef HAVE_INT64_T
312#undef HAVE_U_INT64_T
0362750e 313#undef HAVE_U_CHAR
e3a93db0 314#undef HAVE_SIZE_T
c04f75f1 315#undef HAVE_SSIZE_T
f1c4659d 316#undef HAVE_CLOCK_T
729bfe59 317#undef HAVE_MODE_T
318#undef HAVE_PID_T
1c04b088 319#undef HAVE_SA_FAMILY_T
48e671d5 320#undef HAVE_STRUCT_SOCKADDR_STORAGE
321#undef HAVE_STRUCT_ADDRINFO
322#undef HAVE_STRUCT_IN6_ADDR
323#undef HAVE_STRUCT_SOCKADDR_IN6
324
325/* Fields in struct sockaddr_storage */
326#undef HAVE_SS_FAMILY_IN_SS
327#undef HAVE___SS_FAMILY_IN_SS
2b942fe0 328
a408af76 329/* Define if you have /dev/ptmx */
330#undef HAVE_DEV_PTMX
331
332/* Define if you have /dev/ptc */
333#undef HAVE_DEV_PTS_AND_PTC
334
a7effaac 335/* Define if you need to use IP address instead of hostname in $DISPLAY */
336#undef IPADDR_IN_DISPLAY
847e8865 337
cb807f40 338/* Specify default $PATH */
339#undef USER_PATH
340
47e45e44 341/* Specify location of ssh.pid */
42f11eb2 342#undef _PATH_SSH_PIDDIR
47e45e44 343
4c8ef3fb 344/* getaddrinfo is broken (if present) */
345#undef BROKEN_GETADDRINFO
346
92cb021c 347/* Workaround more Linux IPv6 quirks */
80faa19f 348#undef DONT_TRY_OTHER_AF
349
350/* Detect IPv4 in IPv6 mapped addresses and treat as IPv4 */
351#undef IPV4_IN_IPV6
352
af774732 353/* Define if you have BSD auth support */
354#undef BSD_AUTH
355
a738c3b0 356/* Define if X11 doesn't support AF_UNIX sockets on that system */
357#undef NO_X11_UNIX_SOCKETS
358
e6f15ed1 359/* Define if the concept of ports only accessible to superusers isn't known */
360#undef NO_IPPORT_RESERVED_CONCEPT
361
e9a13ac1 362/* Needed for SCO and NeXT */
86b416a7 363#undef BROKEN_SAVED_UIDS
e9a13ac1 364
84ceda19 365/* Define if your system glob() function has the GLOB_ALTDIRFUNC extension */
366#undef GLOB_HAS_ALTDIRFUNC
367
40849fdb 368/* Define if your system glob() function has gl_matchc options in glob_t */
369#undef GLOB_HAS_GL_MATCHC
370
edbe6722 371/* Define in your struct dirent expects you to allocate extra space for d_name */
372#undef BROKEN_ONE_BYTE_DIRENT_D_NAME
373
95b99395 374/* Define if your system has /etc/default/login */
375#undef HAVE_ETC_DEFAULT_LOGIN
376
1812a662 377/* Define if your getopt(3) defines and uses optreset */
378#undef HAVE_GETOPT_OPTRESET
379
41cb4569 380/* Define on *nto-qnx systems */
381#undef MISSING_NFDBITS
382
383/* Define on *nto-qnx systems */
384#undef MISSING_HOWMANY
385
386/* Define on *nto-qnx systems */
387#undef MISSING_FD_MASK
388
d0b19c95 389/* Define if you want smartcard support */
390#undef SMARTCARD
391
295c8801 392/* Define if you want smartcard support using sectok */
393#undef USE_SECTOK
394
395/* Define if you want smartcard support using OpenSC */
396#undef USE_OPENSC
397
f1b0ecc3 398/* Define if you want to use OpenSSL's internally seeded PRNG only */
399#undef OPENSSL_PRNG_ONLY
400
0e8f4eba 401/* Define if you shouldn't strip 'tty' from your ttyname in [uw]tmp */
402#undef WITH_ABBREV_NO_TTY
403
06617857 404/* Define if you want a different $PATH for the superuser */
405#undef SUPERUSER_PATH
406
ecac8ee5 407/* Path that unprivileged child will chroot() to in privep mode */
408#undef PRIVSEP_PATH
409
94d8258b 410/* Define if your platform needs to skip post auth file descriptor passing */
411#undef DISABLE_FD_PASSING
d170feb1 412
70e7d0b0 413/* Silly mkstemp() */
414#undef HAVE_STRICT_MKSTEMP
415
92b1decf 416/* Some systems put this outside of libc */
417#undef HAVE_NANOSLEEP
418
ad84c479 419/* Define if sshd somehow reacquires a controlling TTY after setsid() */
420#undef SSHD_ACQUIRES_CTTY
6ecd00f8 421
bf7c1e6c 422/* Define if cmsg_type is not passed correctly */
423#undef BROKEN_CMSG_TYPE
424
3e6e3da0 425/* Strings used in /etc/passwd to denote locked account */
426#undef LOCKED_PASSWD_STRING
427#undef LOCKED_PASSWD_PREFIX
428#undef LOCKED_PASSWD_SUBSTR
429
4460d509 430/* Define if getrrsetbyname() exists */
431#undef HAVE_GETRRSETBYNAME
3e05e934 432
078ec045 433/* Define if HEADER.ad exists in arpa/nameser.h */
434#undef HAVE_HEADER_AD
435
ff620033 436/* Define if your resolver libs need this for getrrsetbyname */
437#undef BIND_8_COMPAT
438
dcf3fbb2 439@BOTTOM@
440
045672f9 441/* ******************* Shouldn't need to edit below this line ************** */
6a17f9c2 442
082bbfb3 443#endif /* _CONFIG_H */
This page took 0.224352 seconds and 5 git commands to generate.