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