blob: cbdbde2165c0defa893f739e62b4a6c6a456c174 [file] [log] [blame]
Kevin Steves4846f4a2002-03-22 18:19:53 +00001/* $Id: acconfig.h,v 1.124 2002/03/22 18:19:54 stevesk Exp $ */
Damien Millere9cf3572001-02-09 12:55:35 +11002
Damien Miller6b85a7f2000-01-02 11:45:33 +11003#ifndef _CONFIG_H
4#define _CONFIG_H
5
Damien Miller5a3e6831999-12-27 09:48:56 +11006/* Generated automatically from acconfig.h by autoheader. */
7/* Please make your changes there */
8
9@TOP@
Damien Miller7f6ea021999-10-28 13:25:17 +100010
Kevin Steves8848b242000-10-18 13:11:44 +000011/* Define to a Set Process Title type if your system is */
12/* supported by bsd-setproctitle.c */
13#undef SPT_TYPE
14
Damien Miller78315eb2000-09-29 23:01:36 +110015/* SCO workaround */
16#undef BROKEN_SYS_TERMIO_H
Ben Lindstrom42717bf2000-12-28 15:46:20 +000017#undef HAVE_BOGUS_SYS_QUEUE_H
Damien Miller78315eb2000-09-29 23:01:36 +110018
19/* Define if you have SCO protected password database */
20#undef HAVE_SCO_PROTECTED_PW
21
Damien Millerad833b32000-08-23 10:46:23 +100022/* If your header files don't define LOGIN_PROGRAM, then use this (detected) */
23/* from environment and PATH */
24#undef LOGIN_PROGRAM_FALLBACK
25
26/* Define if your password has a pw_class field */
27#undef HAVE_PW_CLASS_IN_PASSWD
28
Kevin Steves82456952001-06-22 21:14:18 +000029/* Define if your password has a pw_expire field */
30#undef HAVE_PW_EXPIRE_IN_PASSWD
31
32/* Define if your password has a pw_change field */
33#undef HAVE_PW_CHANGE_IN_PASSWD
34
Kevin Steves939c9db2002-03-22 17:23:25 +000035/* Define if your system uses access rights style file descriptor passing */
36#undef HAVE_ACCRIGHTS_IN_MSGHDR
37
Damien Miller11fa2cc2000-08-16 10:35:58 +100038/* Define if you system's inet_ntoa is busted (e.g. Irix gcc issue) */
39#undef BROKEN_INET_NTOA
40
Damien Millerecbb26d2000-07-15 14:59:14 +100041/* Define if your system defines sys_errlist[] */
42#undef HAVE_SYS_ERRLIST
43
Damien Miller11fa2cc2000-08-16 10:35:58 +100044/* Define if your system defines sys_nerr */
45#undef HAVE_SYS_NERR
46
Damien Miller2ae714f2000-07-11 09:29:50 +100047/* Define if your system choked on IP TOS setting */
48#undef IP_TOS_IS_BROKEN
49
Damien Miller5fc85652000-07-09 23:53:07 +100050/* Define if you have the getuserattr function. */
51#undef HAVE_GETUSERATTR
52
Damien Miller4e997202000-07-09 21:21:52 +100053/* Work around problematic Linux PAM modules handling of PAM_TTY */
54#undef PAM_TTY_KLUDGE
55
Damien Millerfe668e42000-07-08 10:44:13 +100056/* Use PIPES instead of a socketpair() */
57#undef USE_PIPES
58
Damien Millercb170cb2000-07-01 16:52:55 +100059/* Define if your snprintf is busted */
60#undef BROKEN_SNPRINTF
61
Damien Millerbac2d8a2000-09-05 16:13:06 +110062/* Define if you are on Cygwin */
63#undef HAVE_CYGWIN
64
Ben Lindstromb4df15d2000-10-15 00:17:36 +000065/* Define if you have a broken realpath. */
66#undef BROKEN_REALPATH
67
Damien Miller0f91b4e2000-06-18 15:43:25 +100068/* Define if you are on NeXT */
69#undef HAVE_NEXT
70
Ben Lindstromb5628642000-10-18 00:02:25 +000071/* Define if you are on NEWS-OS */
72#undef HAVE_NEWS4
73
Damien Millera64b57a2001-01-17 10:44:13 +110074/* Define if you want to enable PAM support */
75#undef USE_PAM
Damien Millerbeb4ba51999-12-28 15:09:35 +110076
Damien Millerd2c208a2000-05-17 22:00:02 +100077/* Define if you want to enable AIX4's authenticate function */
Damien Miller1fa154b2000-01-23 10:32:03 +110078#undef WITH_AIXAUTHENTICATE
79
Damien Miller91606b12000-06-28 08:22:29 +100080/* Define if you have/want arrays (cluster-wide session managment, not C arrays) */
81#undef WITH_IRIX_ARRAY
82
83/* Define if you want IRIX project management */
84#undef WITH_IRIX_PROJECT
85
86/* Define if you want IRIX audit trails */
87#undef WITH_IRIX_AUDIT
88
Ben Lindstrom980754c2000-11-12 00:04:24 +000089/* Define if you want IRIX kernel jobs */
90#undef WITH_IRIX_JOBS
91
Damien Millerd0ccb982001-03-04 00:29:20 +110092/* Location of PRNGD/EGD random number socket */
93#undef PRNGD_SOCKET
94
95/* Port number of PRNGD/EGD random number socket */
96#undef PRNGD_PORT
Damien Miller1fa154b2000-01-23 10:32:03 +110097
Damien Miller4018c192000-04-30 09:30:44 +100098/* Builtin PRNG command timeout */
99#undef ENTROPY_TIMEOUT_MSEC
100
Damien Miller670a4b82000-01-22 13:53:11 +1100101/* Define if you want to install preformatted manpages.*/
102#undef MANTYPE
103
Damien Miller7f6ea021999-10-28 13:25:17 +1000104/* Define if your ssl headers are included with #include <openssl/header.h> */
105#undef HAVE_OPENSSL
Damien Millerab18c411999-11-11 10:40:23 +1100106
Damien Millerd00d1611999-12-29 10:17:09 +1100107/* Define if you are linking against RSAref. Used only to print the right
108 * message at run-time. */
109#undef RSAREF
110
Ben Lindstrom42202bc2001-01-15 02:34:37 +0000111/* struct timeval */
112#undef HAVE_STRUCT_TIMEVAL
113
Damien Miller34132e52000-01-14 15:45:46 +1100114/* struct utmp and struct utmpx fields */
Damien Millerab18c411999-11-11 10:40:23 +1100115#undef HAVE_HOST_IN_UTMP
Damien Millerbf1c9b21999-12-09 10:16:54 +1100116#undef HAVE_HOST_IN_UTMPX
Damien Miller3131d8b1999-12-31 09:42:24 +1100117#undef HAVE_ADDR_IN_UTMP
Damien Miller3131d8b1999-12-31 09:42:24 +1100118#undef HAVE_ADDR_IN_UTMPX
Damien Miller34132e52000-01-14 15:45:46 +1100119#undef HAVE_ADDR_V6_IN_UTMP
120#undef HAVE_ADDR_V6_IN_UTMPX
Damien Miller2e1b0821999-12-25 10:11:29 +1100121#undef HAVE_SYSLEN_IN_UTMPX
Damien Miller4ff2b9b1999-12-28 10:41:12 +1100122#undef HAVE_PID_IN_UTMP
Damien Miller4ff2b9b1999-12-28 10:41:12 +1100123#undef HAVE_TYPE_IN_UTMP
Damien Millerad1bc5f2000-05-20 14:53:09 +1000124#undef HAVE_TYPE_IN_UTMPX
Damien Miller4ff2b9b1999-12-28 10:41:12 +1100125#undef HAVE_TV_IN_UTMP
andre2ff7b5d2000-06-03 14:57:40 +0000126#undef HAVE_TV_IN_UTMPX
Damien Miller9550a761999-12-29 02:32:22 +1100127#undef HAVE_ID_IN_UTMP
Damien Miller8e81ed32000-07-01 13:17:42 +1000128#undef HAVE_ID_IN_UTMPX
andre2ff7b5d2000-06-03 14:57:40 +0000129#undef HAVE_EXIT_IN_UTMP
130#undef HAVE_TIME_IN_UTMP
131#undef HAVE_TIME_IN_UTMPX
Damien Miller9550a761999-12-29 02:32:22 +1100132
andre2ff7b5d2000-06-03 14:57:40 +0000133/* Define if you don't want to use your system's login() call */
134#undef DISABLE_LOGIN
135
136/* Define if you don't want to use pututline() etc. to write [uw]tmp */
137#undef DISABLE_PUTUTLINE
138
139/* Define if you don't want to use pututxline() etc. to write [uw]tmpx */
140#undef DISABLE_PUTUTXLINE
141
142/* Define if you don't want to use lastlog */
143#undef DISABLE_LASTLOG
144
145/* Define if you don't want to use utmp */
146#undef DISABLE_UTMP
147
148/* Define if you don't want to use utmpx */
149#undef DISABLE_UTMPX
150
151/* Define if you don't want to use wtmp */
152#undef DISABLE_WTMP
153
154/* Define if you don't want to use wtmpx */
155#undef DISABLE_WTMPX
156
Ben Lindstrom97c677d2001-05-08 20:33:05 +0000157/* Some systems need a utmpx entry for /bin/login to work */
158#undef LOGIN_NEEDS_UTMPX
159
160/* Some versions of /bin/login need the TERM supplied on the commandline */
161#undef LOGIN_NEEDS_TERM
162
andre2ff7b5d2000-06-03 14:57:40 +0000163/* Define if you want to specify the path to your lastlog file */
164#undef CONF_LASTLOG_FILE
165
166/* Define if you want to specify the path to your utmp file */
167#undef CONF_UTMP_FILE
168
169/* Define if you want to specify the path to your wtmp file */
170#undef CONF_WTMP_FILE
171
172/* Define if you want to specify the path to your utmpx file */
173#undef CONF_UTMPX_FILE
174
175/* Define if you want to specify the path to your wtmpx file */
176#undef CONF_WTMPX_FILE
Damien Miller368cf641999-12-21 09:51:36 +1100177
Damien Miller3f905871999-11-15 17:10:57 +1100178/* Define if you want external askpass support */
Damien Millerd05a2471999-11-15 14:25:30 +1100179#undef USE_EXTERNAL_ASKPASS
Damien Miller5ce662a1999-11-11 17:57:39 +1100180
Damien Miller3f905871999-11-15 17:10:57 +1100181/* Define if libc defines __progname */
182#undef HAVE___PROGNAME
183
Kevin Steves4846f4a2002-03-22 18:19:53 +0000184/* Define if compiler implements __FUNCTION__ */
185#undef HAVE___FUNCTION__
186
187/* Define if compiler implements __func__ */
188#undef HAVE___func__
189
Damien Miller80297751999-11-19 13:03:25 +1100190/* Define if you want Kerberos 4 support */
191#undef KRB4
192
193/* Define if you want AFS support */
194#undef AFS
195
196/* Define if you want S/Key support */
197#undef SKEY
198
199/* Define if you want TCP Wrappers support */
200#undef LIBWRAP
201
Damien Miller04f80141999-11-19 15:32:34 +1100202/* Define if your libraries define login() */
203#undef HAVE_LOGIN
204
205/* Define if your libraries define daemon() */
206#undef HAVE_DAEMON
207
Damien Miller9fb07e42000-03-05 16:22:59 +1100208/* Define if your libraries define getpagesize() */
209#undef HAVE_GETPAGESIZE
210
Damien Miller76112de1999-12-21 11:18:08 +1100211/* Define if xauth is found in your path */
212#undef XAUTH_PATH
213
Damien Miller2e1b0821999-12-25 10:11:29 +1100214/* Define if rsh is found in your path */
215#undef RSH_PATH
216
Damien Millerdd1c7ba1999-11-19 15:53:20 +1100217/* Define if you want to allow MD5 passwords */
218#undef HAVE_MD5_PASSWORDS
219
Damien Miller76112de1999-12-21 11:18:08 +1100220/* Define if you want to disable shadow passwords */
221#undef DISABLE_SHADOW
222
Damien Miller1f335fb2000-06-26 11:31:33 +1000223/* Define if you want to use shadow password expire field */
224#undef HAS_SHADOW_EXPIRE
225
Damien Millerb8c656e2000-06-28 15:22:41 +1000226/* Define if you have Digital Unix Security Integration Architecture */
227#undef HAVE_OSF_SIA
228
Damien Millerdfc83f42000-05-20 15:02:59 +1000229/* Define if you have getpwanam(3) [SunOS 4.x] */
230#undef HAVE_GETPWANAM
231
Damien Miller4018c192000-04-30 09:30:44 +1000232/* Defined if in_systm.h needs to be included with netinet/ip.h (HPUX - <sigh/>) */
233#undef NEED_IN_SYSTM_H
234
Damien Miller859cec01999-11-22 14:27:24 +1100235/* Define if you have an old version of PAM which takes only one argument */
236/* to pam_strerror */
237#undef HAVE_OLD_PAM
238
Damien Miller82cf0ce2000-12-20 13:34:48 +1100239/* Define if you are using Solaris-derived PAM which passes pam_messages */
240/* to the conversation function with an extra level of indirection */
241#undef PAM_SUN_CODEBASE
Kevin Stevesef4eea92001-02-05 12:42:17 +0000242
Damien Miller2e1b0821999-12-25 10:11:29 +1100243/* Set this to your mail directory if you don't have maillock.h */
244#undef MAIL_DIRECTORY
245
Damien Millerc6398ef1999-11-20 12:18:40 +1100246/* Data types */
Damien Millercaf6dd62000-08-29 11:33:50 +1100247#undef HAVE_U_INT
Damien Millerc6398ef1999-11-20 12:18:40 +1100248#undef HAVE_INTXX_T
249#undef HAVE_U_INTXX_T
250#undef HAVE_UINTXX_T
Damien Miller578783e2000-09-23 14:12:24 +1100251#undef HAVE_INT64_T
252#undef HAVE_U_INT64_T
Damien Miller58be7382001-09-15 21:31:54 +1000253#undef HAVE_U_CHAR
Damien Miller95058511999-12-29 10:36:45 +1100254#undef HAVE_SIZE_T
Damien Miller615f9392000-05-17 22:53:33 +1000255#undef HAVE_SSIZE_T
Ben Lindstrom0d5af602001-01-09 00:50:29 +0000256#undef HAVE_CLOCK_T
Damien Miller0f91b4e2000-06-18 15:43:25 +1000257#undef HAVE_MODE_T
258#undef HAVE_PID_T
Damien Millerb54b40e2000-06-23 08:23:34 +1000259#undef HAVE_SA_FAMILY_T
Damien Miller34132e52000-01-14 15:45:46 +1100260#undef HAVE_STRUCT_SOCKADDR_STORAGE
261#undef HAVE_STRUCT_ADDRINFO
262#undef HAVE_STRUCT_IN6_ADDR
263#undef HAVE_STRUCT_SOCKADDR_IN6
264
265/* Fields in struct sockaddr_storage */
266#undef HAVE_SS_FAMILY_IN_SS
267#undef HAVE___SS_FAMILY_IN_SS
Damien Millerc6398ef1999-11-20 12:18:40 +1100268
Damien Miller037a0dc1999-12-07 15:38:31 +1100269/* Define if you have /dev/ptmx */
270#undef HAVE_DEV_PTMX
271
272/* Define if you have /dev/ptc */
273#undef HAVE_DEV_PTS_AND_PTC
274
Damien Miller76112de1999-12-21 11:18:08 +1100275/* Define if you need to use IP address instead of hostname in $DISPLAY */
276#undef IPADDR_IN_DISPLAY
Damien Millerc6b3bbe1999-12-13 08:27:33 +1100277
Damien Miller5a3e6831999-12-27 09:48:56 +1100278/* Specify default $PATH */
279#undef USER_PATH
280
Damien Miller5eed6a22000-01-16 12:05:18 +1100281/* Specify location of ssh.pid */
Ben Lindstrom226cfa02001-01-22 05:34:40 +0000282#undef _PATH_SSH_PIDDIR
Damien Miller5eed6a22000-01-16 12:05:18 +1100283
Damien Miller7d80e342000-01-19 14:36:49 +1100284/* Use IPv4 for connection by default, IPv6 can still if explicity asked */
285#undef IPV4_DEFAULT
286
Ben Lindstromb5628642000-10-18 00:02:25 +0000287/* If you have no atexit() but xatexit(), and want to use xatexit() */
288#undef HAVE_XATEXIT
289
Damien Millereca71f82000-01-20 22:38:27 +1100290/* getaddrinfo is broken (if present) */
291#undef BROKEN_GETADDRINFO
292
Damien Miller8b1204d2000-03-13 15:41:24 +1100293/* Workaround more Linux IPv6 quirks */
Damien Miller7bcb0892000-03-11 20:45:40 +1100294#undef DONT_TRY_OTHER_AF
295
296/* Detect IPv4 in IPv6 mapped addresses and treat as IPv4 */
297#undef IPV4_IN_IPV6
298
Damien Miller60396b02001-02-18 17:01:00 +1100299/* Define if you have BSD auth support */
300#undef BSD_AUTH
301
Ben Lindstrom8697e082001-02-24 21:41:10 +0000302/* Define if X11 doesn't support AF_UNIX sockets on that system */
303#undef NO_X11_UNIX_SOCKETS
304
Damien Millerbb7c9762001-02-26 20:49:58 +1100305/* Needed for SCO and NeXT */
Damien Millerfbd884a2001-02-27 08:39:07 +1100306#undef BROKEN_SAVED_UIDS
Damien Millerbb7c9762001-02-26 20:49:58 +1100307
Damien Miller3c027682001-03-14 11:39:45 +1100308/* Define if your system glob() function has the GLOB_ALTDIRFUNC extension */
309#undef GLOB_HAS_ALTDIRFUNC
310
Ben Lindstrom45b14db2001-03-17 01:15:38 +0000311/* Define if your system glob() function has gl_matchc options in glob_t */
312#undef GLOB_HAS_GL_MATCHC
313
Damien Miller18bb4732001-03-28 14:35:30 +1000314/* Define in your struct dirent expects you to allocate extra space for d_name */
315#undef BROKEN_ONE_BYTE_DIRENT_D_NAME
316
Damien Miller4f8e6692001-07-14 13:22:53 +1000317/* Define if your getopt(3) defines and uses optreset */
318#undef HAVE_GETOPT_OPTRESET
319
Ben Lindstrom19d7b8d2001-08-16 00:09:49 +0000320/* Define on *nto-qnx systems */
321#undef MISSING_NFDBITS
322
323/* Define on *nto-qnx systems */
324#undef MISSING_HOWMANY
325
326/* Define on *nto-qnx systems */
327#undef MISSING_FD_MASK
328
Damien Miller85de5802001-09-18 14:01:11 +1000329/* Define if you want smartcard support */
330#undef SMARTCARD
331
Damien Miller6c21c512002-01-22 21:57:53 +1100332/* Define if you want to use OpenSSL's internally seeded PRNG only */
333#undef OPENSSL_PRNG_ONLY
334
Damien Miller6854f821999-11-13 10:49:55 +1100335@BOTTOM@
336
Damien Miller3d1b22c1999-11-12 15:46:08 +1100337/* ******************* Shouldn't need to edit below this line ************** */
338
Damien Miller5a3e6831999-12-27 09:48:56 +1100339#include "defines.h"
Damien Miller6b85a7f2000-01-02 11:45:33 +1100340
Damien Miller9550a242000-01-19 10:41:23 +1100341#endif /* _CONFIG_H */