blob: bb2e62d23368700977707ac4d3a98445cfcf79dd [file] [log] [blame]
Darren Tucker2be1cbb2005-05-27 21:13:40 +10001/* $Id: acconfig.h,v 1.182 2005/05/27 11:13:41 dtucker Exp $ */
Damien Milleraf639512003-06-11 22:51:32 +10002
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 */
Damien Millere9cf3572001-02-09 12:55:35 +110026
Damien Miller6b85a7f2000-01-02 11:45:33 +110027#ifndef _CONFIG_H
28#define _CONFIG_H
29
Damien Miller5a3e6831999-12-27 09:48:56 +110030/* Generated automatically from acconfig.h by autoheader. */
31/* Please make your changes there */
32
33@TOP@
Damien Miller7f6ea021999-10-28 13:25:17 +100034
Damien Miller5fe46a42003-06-05 09:53:31 +100035/* Define if your platform breaks doing a seteuid before a setuid */
36#undef SETEUID_BREAKS_SETUID
37
Darren Tucker9f18be62003-09-06 16:44:39 +100038/* Define if your setreuid() is broken */
39#undef BROKEN_SETREUID
40
41/* Define if your setregid() is broken */
Darren Tucker7c600f22003-09-07 11:37:27 +100042#undef BROKEN_SETREGID
Darren Tucker9f18be62003-09-06 16:44:39 +100043
Darren Tuckere937be32003-12-17 18:53:26 +110044/* Define if your setresuid() is broken */
45#undef BROKEN_SETRESUID
46
47/* Define if your setresgid() is broken */
48#undef BROKEN_SETRESGID
49
Kevin Steves8848b242000-10-18 13:11:44 +000050/* Define to a Set Process Title type if your system is */
51/* supported by bsd-setproctitle.c */
52#undef SPT_TYPE
Damien Miller35276252003-06-03 10:14:28 +100053#undef SPT_PADCHAR
Kevin Steves8848b242000-10-18 13:11:44 +000054
Damien Miller78315eb2000-09-29 23:01:36 +110055/* SCO workaround */
56#undef BROKEN_SYS_TERMIO_H
57
Kevin Steves0ea1d9d2002-04-25 18:17:04 +000058/* Define if you have SecureWare-based protected password database */
59#undef HAVE_SECUREWARE
Damien Miller78315eb2000-09-29 23:01:36 +110060
Damien Millerad833b32000-08-23 10:46:23 +100061/* If your header files don't define LOGIN_PROGRAM, then use this (detected) */
62/* from environment and PATH */
63#undef LOGIN_PROGRAM_FALLBACK
64
Darren Tucker23bc8d02004-02-06 16:24:31 +110065/* Full path of your "passwd" program */
66#undef _PATH_PASSWD_PROG
67
Damien Millerad833b32000-08-23 10:46:23 +100068/* Define if your password has a pw_class field */
69#undef HAVE_PW_CLASS_IN_PASSWD
70
Kevin Steves82456952001-06-22 21:14:18 +000071/* 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
Kevin Steves939c9db2002-03-22 17:23:25 +000077/* Define if your system uses access rights style file descriptor passing */
78#undef HAVE_ACCRIGHTS_IN_MSGHDR
79
Kevin Stevesa44e0352002-04-07 16:18:03 +000080/* Define if your system uses ancillary data style file descriptor passing */
81#undef HAVE_CONTROL_IN_MSGHDR
82
Damien Miller11fa2cc2000-08-16 10:35:58 +100083/* Define if you system's inet_ntoa is busted (e.g. Irix gcc issue) */
84#undef BROKEN_INET_NTOA
85
Damien Millerecbb26d2000-07-15 14:59:14 +100086/* Define if your system defines sys_errlist[] */
87#undef HAVE_SYS_ERRLIST
88
Damien Miller11fa2cc2000-08-16 10:35:58 +100089/* Define if your system defines sys_nerr */
90#undef HAVE_SYS_NERR
91
Damien Miller2ae714f2000-07-11 09:29:50 +100092/* Define if your system choked on IP TOS setting */
93#undef IP_TOS_IS_BROKEN
94
Damien Miller5fc85652000-07-09 23:53:07 +100095/* Define if you have the getuserattr function. */
96#undef HAVE_GETUSERATTR
97
Darren Tucker4724d962003-09-19 21:25:23 +100098/* Define if you have the basename function. */
99#undef HAVE_BASENAME
100
Damien Miller4e997202000-07-09 21:21:52 +1000101/* Work around problematic Linux PAM modules handling of PAM_TTY */
102#undef PAM_TTY_KLUDGE
103
Darren Tucker21dd0892004-08-16 23:12:05 +1000104/* Define if pam_chauthtok wants real uid set to the unpriv'ed user */
105#undef SSHPAM_CHAUTHTOK_NEEDS_RUID
106
Damien Millerfe668e42000-07-08 10:44:13 +1000107/* Use PIPES instead of a socketpair() */
108#undef USE_PIPES
109
Damien Millercb170cb2000-07-01 16:52:55 +1000110/* Define if your snprintf is busted */
111#undef BROKEN_SNPRINTF
112
Damien Millerbac2d8a2000-09-05 16:13:06 +1100113/* Define if you are on Cygwin */
114#undef HAVE_CYGWIN
115
Ben Lindstromb4df15d2000-10-15 00:17:36 +0000116/* Define if you have a broken realpath. */
117#undef BROKEN_REALPATH
118
Damien Miller0f91b4e2000-06-18 15:43:25 +1000119/* Define if you are on NeXT */
120#undef HAVE_NEXT
121
Damien Millera64b57a2001-01-17 10:44:13 +1100122/* Define if you want to enable PAM support */
123#undef USE_PAM
Damien Millerbeb4ba51999-12-28 15:09:35 +1100124
Damien Millerd2c208a2000-05-17 22:00:02 +1000125/* Define if you want to enable AIX4's authenticate function */
Damien Miller1fa154b2000-01-23 10:32:03 +1100126#undef WITH_AIXAUTHENTICATE
127
Darren Tucker5c6a91a2003-07-14 16:21:44 +1000128/* Define if your AIX loginfailed() function takes 4 arguments (AIX >= 5.2) */
129#undef AIX_LOGINFAILED_4ARG
Darren Tuckera0c0b632003-07-08 20:52:12 +1000130
Darren Tucker3b908f62004-04-14 15:26:39 +1000131/* Define if your skeychallenge() function takes 4 arguments (eg NetBSD) */
132#undef SKEYCHALLENGE_4ARG
133
Damien Miller91606b12000-06-28 08:22:29 +1000134/* Define if you have/want arrays (cluster-wide session managment, not C arrays) */
135#undef WITH_IRIX_ARRAY
136
137/* Define if you want IRIX project management */
138#undef WITH_IRIX_PROJECT
139
140/* Define if you want IRIX audit trails */
141#undef WITH_IRIX_AUDIT
142
Ben Lindstrom980754c2000-11-12 00:04:24 +0000143/* Define if you want IRIX kernel jobs */
144#undef WITH_IRIX_JOBS
145
Damien Millerd0ccb982001-03-04 00:29:20 +1100146/* Location of PRNGD/EGD random number socket */
147#undef PRNGD_SOCKET
148
149/* Port number of PRNGD/EGD random number socket */
150#undef PRNGD_PORT
Damien Miller1fa154b2000-01-23 10:32:03 +1100151
Damien Miller4018c192000-04-30 09:30:44 +1000152/* Builtin PRNG command timeout */
153#undef ENTROPY_TIMEOUT_MSEC
154
Kevin Steves7ff91122002-04-07 19:22:54 +0000155/* non-privileged user for privilege separation */
156#undef SSH_PRIVSEP_USER
157
Damien Miller670a4b82000-01-22 13:53:11 +1100158/* Define if you want to install preformatted manpages.*/
159#undef MANTYPE
160
Damien Miller7f6ea021999-10-28 13:25:17 +1000161/* Define if your ssl headers are included with #include <openssl/header.h> */
162#undef HAVE_OPENSSL
Damien Millerab18c411999-11-11 10:40:23 +1100163
Damien Millerd00d1611999-12-29 10:17:09 +1100164/* Define if you are linking against RSAref. Used only to print the right
165 * message at run-time. */
166#undef RSAREF
167
Ben Lindstrom42202bc2001-01-15 02:34:37 +0000168/* struct timeval */
169#undef HAVE_STRUCT_TIMEVAL
170
Damien Miller34132e52000-01-14 15:45:46 +1100171/* struct utmp and struct utmpx fields */
Damien Millerab18c411999-11-11 10:40:23 +1100172#undef HAVE_HOST_IN_UTMP
Damien Millerbf1c9b21999-12-09 10:16:54 +1100173#undef HAVE_HOST_IN_UTMPX
Damien Miller3131d8b1999-12-31 09:42:24 +1100174#undef HAVE_ADDR_IN_UTMP
Damien Miller3131d8b1999-12-31 09:42:24 +1100175#undef HAVE_ADDR_IN_UTMPX
Damien Miller34132e52000-01-14 15:45:46 +1100176#undef HAVE_ADDR_V6_IN_UTMP
177#undef HAVE_ADDR_V6_IN_UTMPX
Damien Miller2e1b0821999-12-25 10:11:29 +1100178#undef HAVE_SYSLEN_IN_UTMPX
Damien Miller4ff2b9b1999-12-28 10:41:12 +1100179#undef HAVE_PID_IN_UTMP
Damien Miller4ff2b9b1999-12-28 10:41:12 +1100180#undef HAVE_TYPE_IN_UTMP
Damien Millerad1bc5f2000-05-20 14:53:09 +1000181#undef HAVE_TYPE_IN_UTMPX
Damien Miller4ff2b9b1999-12-28 10:41:12 +1100182#undef HAVE_TV_IN_UTMP
andre2ff7b5d2000-06-03 14:57:40 +0000183#undef HAVE_TV_IN_UTMPX
Damien Miller9550a761999-12-29 02:32:22 +1100184#undef HAVE_ID_IN_UTMP
Damien Miller8e81ed32000-07-01 13:17:42 +1000185#undef HAVE_ID_IN_UTMPX
andre2ff7b5d2000-06-03 14:57:40 +0000186#undef HAVE_EXIT_IN_UTMP
187#undef HAVE_TIME_IN_UTMP
188#undef HAVE_TIME_IN_UTMPX
Damien Miller9550a761999-12-29 02:32:22 +1100189
andre2ff7b5d2000-06-03 14:57:40 +0000190/* Define if you don't want to use your system's login() call */
191#undef DISABLE_LOGIN
192
193/* Define if you don't want to use pututline() etc. to write [uw]tmp */
194#undef DISABLE_PUTUTLINE
195
196/* Define if you don't want to use pututxline() etc. to write [uw]tmpx */
197#undef DISABLE_PUTUTXLINE
198
199/* Define if you don't want to use lastlog */
200#undef DISABLE_LASTLOG
201
Tim Rice81ed5182002-09-25 17:38:46 -0700202/* Define if you don't want to use lastlog in session.c */
203#undef NO_SSH_LASTLOG
204
Darren Tucker855ffbf2004-04-16 09:22:40 +1000205/* Define if have krb5_init_ets */
Ben Lindstroma8104b52004-04-07 04:16:11 +0000206#undef KRB5_INIT_ETS
207
andre2ff7b5d2000-06-03 14:57:40 +0000208/* Define if you don't want to use utmp */
209#undef DISABLE_UTMP
210
211/* Define if you don't want to use utmpx */
212#undef DISABLE_UTMPX
213
214/* Define if you don't want to use wtmp */
215#undef DISABLE_WTMP
216
217/* Define if you don't want to use wtmpx */
218#undef DISABLE_WTMPX
219
Ben Lindstrom97c677d2001-05-08 20:33:05 +0000220/* Some systems need a utmpx entry for /bin/login to work */
221#undef LOGIN_NEEDS_UTMPX
222
223/* Some versions of /bin/login need the TERM supplied on the commandline */
224#undef LOGIN_NEEDS_TERM
225
Kevin Steves5feaaef2002-04-23 20:45:55 +0000226/* Define if your login program cannot handle end of options ("--") */
227#undef LOGIN_NO_ENDOPT
228
andre2ff7b5d2000-06-03 14:57:40 +0000229/* Define if you want to specify the path to your lastlog file */
230#undef CONF_LASTLOG_FILE
231
232/* Define if you want to specify the path to your utmp file */
233#undef CONF_UTMP_FILE
234
235/* Define if you want to specify the path to your wtmp file */
236#undef CONF_WTMP_FILE
237
238/* Define if you want to specify the path to your utmpx file */
239#undef CONF_UTMPX_FILE
240
241/* Define if you want to specify the path to your wtmpx file */
242#undef CONF_WTMPX_FILE
Damien Miller368cf641999-12-21 09:51:36 +1100243
Damien Miller3f905871999-11-15 17:10:57 +1100244/* Define if you want external askpass support */
Damien Millerd05a2471999-11-15 14:25:30 +1100245#undef USE_EXTERNAL_ASKPASS
Damien Miller5ce662a1999-11-11 17:57:39 +1100246
Damien Miller3f905871999-11-15 17:10:57 +1100247/* Define if libc defines __progname */
248#undef HAVE___PROGNAME
249
Kevin Steves4846f4a2002-03-22 18:19:53 +0000250/* Define if compiler implements __FUNCTION__ */
251#undef HAVE___FUNCTION__
252
253/* Define if compiler implements __func__ */
254#undef HAVE___func__
255
Darren Tucker49aaf4a2003-08-26 11:58:16 +1000256/* Define this is you want GSSAPI support in the version 2 protocol */
257#undef GSSAPI
258
Damien Millerfd4c9ee2002-04-13 11:04:40 +1000259/* Define if you want Kerberos 5 support */
260#undef KRB5
261
262/* Define this if you are using the Heimdal version of Kerberos V5 */
263#undef HEIMDAL
264
Darren Tucker3c78c5e2004-01-23 22:03:10 +1100265/* Define this if you want to use libkafs' AFS support */
266#undef USE_AFS
Darren Tucker409cb322004-01-05 22:36:51 +1100267
Damien Miller80297751999-11-19 13:03:25 +1100268/* Define if you want S/Key support */
269#undef SKEY
270
271/* Define if you want TCP Wrappers support */
272#undef LIBWRAP
273
Damien Miller04f80141999-11-19 15:32:34 +1100274/* Define if your libraries define login() */
275#undef HAVE_LOGIN
276
277/* Define if your libraries define daemon() */
278#undef HAVE_DAEMON
279
Damien Miller9fb07e42000-03-05 16:22:59 +1100280/* Define if your libraries define getpagesize() */
281#undef HAVE_GETPAGESIZE
282
Damien Miller76112de1999-12-21 11:18:08 +1100283/* Define if xauth is found in your path */
284#undef XAUTH_PATH
285
Damien Millerdd1c7ba1999-11-19 15:53:20 +1100286/* Define if you want to allow MD5 passwords */
287#undef HAVE_MD5_PASSWORDS
288
Damien Miller76112de1999-12-21 11:18:08 +1100289/* Define if you want to disable shadow passwords */
290#undef DISABLE_SHADOW
291
Damien Miller1f335fb2000-06-26 11:31:33 +1000292/* Define if you want to use shadow password expire field */
293#undef HAS_SHADOW_EXPIRE
294
Damien Millerb8c656e2000-06-28 15:22:41 +1000295/* Define if you have Digital Unix Security Integration Architecture */
296#undef HAVE_OSF_SIA
297
Damien Millerdfc83f42000-05-20 15:02:59 +1000298/* Define if you have getpwanam(3) [SunOS 4.x] */
299#undef HAVE_GETPWANAM
300
Damien Miller859cec01999-11-22 14:27:24 +1100301/* Define if you have an old version of PAM which takes only one argument */
302/* to pam_strerror */
303#undef HAVE_OLD_PAM
304
Damien Miller82cf0ce2000-12-20 13:34:48 +1100305/* Define if you are using Solaris-derived PAM which passes pam_messages */
306/* to the conversation function with an extra level of indirection */
307#undef PAM_SUN_CODEBASE
Kevin Stevesef4eea92001-02-05 12:42:17 +0000308
Damien Miller2e1b0821999-12-25 10:11:29 +1100309/* Set this to your mail directory if you don't have maillock.h */
310#undef MAIL_DIRECTORY
311
Damien Millerc6398ef1999-11-20 12:18:40 +1100312/* Data types */
Damien Millercaf6dd62000-08-29 11:33:50 +1100313#undef HAVE_U_INT
Damien Millerc6398ef1999-11-20 12:18:40 +1100314#undef HAVE_INTXX_T
315#undef HAVE_U_INTXX_T
316#undef HAVE_UINTXX_T
Damien Miller578783e2000-09-23 14:12:24 +1100317#undef HAVE_INT64_T
318#undef HAVE_U_INT64_T
Damien Miller58be7382001-09-15 21:31:54 +1000319#undef HAVE_U_CHAR
Damien Miller95058511999-12-29 10:36:45 +1100320#undef HAVE_SIZE_T
Damien Miller615f9392000-05-17 22:53:33 +1000321#undef HAVE_SSIZE_T
Ben Lindstrom0d5af602001-01-09 00:50:29 +0000322#undef HAVE_CLOCK_T
Damien Miller0f91b4e2000-06-18 15:43:25 +1000323#undef HAVE_MODE_T
324#undef HAVE_PID_T
Damien Millerb54b40e2000-06-23 08:23:34 +1000325#undef HAVE_SA_FAMILY_T
Damien Miller34132e52000-01-14 15:45:46 +1100326#undef HAVE_STRUCT_SOCKADDR_STORAGE
327#undef HAVE_STRUCT_ADDRINFO
328#undef HAVE_STRUCT_IN6_ADDR
329#undef HAVE_STRUCT_SOCKADDR_IN6
330
331/* Fields in struct sockaddr_storage */
332#undef HAVE_SS_FAMILY_IN_SS
333#undef HAVE___SS_FAMILY_IN_SS
Damien Millerc6398ef1999-11-20 12:18:40 +1100334
Damien Miller037a0dc1999-12-07 15:38:31 +1100335/* Define if you have /dev/ptmx */
336#undef HAVE_DEV_PTMX
337
338/* Define if you have /dev/ptc */
339#undef HAVE_DEV_PTS_AND_PTC
340
Damien Miller76112de1999-12-21 11:18:08 +1100341/* Define if you need to use IP address instead of hostname in $DISPLAY */
342#undef IPADDR_IN_DISPLAY
Damien Millerc6b3bbe1999-12-13 08:27:33 +1100343
Damien Miller5a3e6831999-12-27 09:48:56 +1100344/* Specify default $PATH */
345#undef USER_PATH
346
Damien Miller5eed6a22000-01-16 12:05:18 +1100347/* Specify location of ssh.pid */
Ben Lindstrom226cfa02001-01-22 05:34:40 +0000348#undef _PATH_SSH_PIDDIR
Damien Miller5eed6a22000-01-16 12:05:18 +1100349
Damien Millereca71f82000-01-20 22:38:27 +1100350/* getaddrinfo is broken (if present) */
351#undef BROKEN_GETADDRINFO
352
Darren Tucker8db9a0f2004-04-06 21:31:12 +1000353/* updwtmpx is broken (if present) */
354#undef BROKEN_UPDWTMPX
355
Damien Miller8b1204d2000-03-13 15:41:24 +1100356/* Workaround more Linux IPv6 quirks */
Damien Miller7bcb0892000-03-11 20:45:40 +1100357#undef DONT_TRY_OTHER_AF
358
359/* Detect IPv4 in IPv6 mapped addresses and treat as IPv4 */
360#undef IPV4_IN_IPV6
361
Damien Miller60396b02001-02-18 17:01:00 +1100362/* Define if you have BSD auth support */
363#undef BSD_AUTH
364
Ben Lindstrom8697e082001-02-24 21:41:10 +0000365/* Define if X11 doesn't support AF_UNIX sockets on that system */
366#undef NO_X11_UNIX_SOCKETS
367
Ben Lindstrom99a4e142002-07-09 14:06:40 +0000368/* Define if the concept of ports only accessible to superusers isn't known */
369#undef NO_IPPORT_RESERVED_CONCEPT
370
Damien Millerbb7c9762001-02-26 20:49:58 +1100371/* Needed for SCO and NeXT */
Damien Millerfbd884a2001-02-27 08:39:07 +1100372#undef BROKEN_SAVED_UIDS
Damien Millerbb7c9762001-02-26 20:49:58 +1100373
Damien Miller3c027682001-03-14 11:39:45 +1100374/* Define if your system glob() function has the GLOB_ALTDIRFUNC extension */
375#undef GLOB_HAS_ALTDIRFUNC
376
Ben Lindstrom45b14db2001-03-17 01:15:38 +0000377/* Define if your system glob() function has gl_matchc options in glob_t */
378#undef GLOB_HAS_GL_MATCHC
379
Damien Miller18bb4732001-03-28 14:35:30 +1000380/* Define in your struct dirent expects you to allocate extra space for d_name */
381#undef BROKEN_ONE_BYTE_DIRENT_D_NAME
382
Darren Tuckere1a790d2003-09-16 11:52:19 +1000383/* Define if your system has /etc/default/login */
384#undef HAVE_ETC_DEFAULT_LOGIN
385
Damien Miller4f8e6692001-07-14 13:22:53 +1000386/* Define if your getopt(3) defines and uses optreset */
387#undef HAVE_GETOPT_OPTRESET
388
Ben Lindstrom19d7b8d2001-08-16 00:09:49 +0000389/* Define on *nto-qnx systems */
390#undef MISSING_NFDBITS
391
392/* Define on *nto-qnx systems */
393#undef MISSING_HOWMANY
394
395/* Define on *nto-qnx systems */
396#undef MISSING_FD_MASK
397
Damien Miller85de5802001-09-18 14:01:11 +1000398/* Define if you want smartcard support */
399#undef SMARTCARD
400
Ben Lindstroma42694f2002-04-05 16:11:45 +0000401/* Define if you want smartcard support using sectok */
402#undef USE_SECTOK
403
404/* Define if you want smartcard support using OpenSC */
405#undef USE_OPENSC
406
Damien Miller6c21c512002-01-22 21:57:53 +1100407/* Define if you want to use OpenSSL's internally seeded PRNG only */
408#undef OPENSSL_PRNG_ONLY
409
Damien Millerf1b9d112002-04-23 23:09:19 +1000410/* Define if you shouldn't strip 'tty' from your ttyname in [uw]tmp */
411#undef WITH_ABBREV_NO_TTY
412
Damien Miller80080752002-05-13 10:56:51 +1000413/* Define if you want a different $PATH for the superuser */
414#undef SUPERUSER_PATH
415
Damien Millerf58c6722002-05-13 13:15:42 +1000416/* Path that unprivileged child will chroot() to in privep mode */
417#undef PRIVSEP_PATH
418
Tim Rice9dd30812002-07-07 13:43:36 -0700419/* Define if your platform needs to skip post auth file descriptor passing */
420#undef DISABLE_FD_PASSING
Tim Rice8eff3192002-06-25 15:35:15 -0700421
Damien Millere8328192003-01-07 15:18:32 +1100422/* Silly mkstemp() */
423#undef HAVE_STRICT_MKSTEMP
424
Damien Millercd6853c2003-01-28 11:33:42 +1100425/* Some systems put this outside of libc */
426#undef HAVE_NANOSLEEP
427
Darren Tuckerc437cda2003-05-10 17:05:46 +1000428/* Define if sshd somehow reacquires a controlling TTY after setsid() */
429#undef SSHD_ACQUIRES_CTTY
Damien Miller933cc8f2003-03-10 11:38:10 +1100430
Darren Tucker3c016542003-05-02 20:48:21 +1000431/* Define if cmsg_type is not passed correctly */
432#undef BROKEN_CMSG_TYPE
433
Darren Tuckere59b5082004-06-28 16:01:19 +1000434/*
435 * Define to whatever link() returns for "not supported" if it doesn't
436 * return EOPNOTSUPP.
437 */
438#undef LINK_OPNOTSUPP_ERRNO
439
Darren Tuckere41bba52003-08-25 11:51:19 +1000440/* Strings used in /etc/passwd to denote locked account */
441#undef LOCKED_PASSWD_STRING
442#undef LOCKED_PASSWD_PREFIX
443#undef LOCKED_PASSWD_SUBSTR
444
Damien Millerd9ec3702003-05-15 12:27:08 +1000445/* Define if getrrsetbyname() exists */
446#undef HAVE_GETRRSETBYNAME
Damien Miller7abe09b2003-05-15 10:53:49 +1000447
Tim Riceb284e162003-09-08 14:35:16 -0700448/* Define if HEADER.ad exists in arpa/nameser.h */
449#undef HAVE_HEADER_AD
450
Damien Miller3c80d4a2004-01-02 18:02:44 +1100451/* Define if your resolver libs need this for getrrsetbyname */
452#undef BIND_8_COMPAT
453
Damien Miller36f49652004-08-15 18:40:59 +1000454/* Define if you have /proc/$pid/fd */
455#undef HAVE_PROC_PID
456
Damien Miller6854f821999-11-13 10:49:55 +1100457@BOTTOM@
458
Damien Miller3d1b22c1999-11-12 15:46:08 +1100459/* ******************* Shouldn't need to edit below this line ************** */
460
Damien Miller9550a242000-01-19 10:41:23 +1100461#endif /* _CONFIG_H */