blob: c7003fe551c13dd058572085fd25c12595147386 [file] [log] [blame]
Ben Lindstrom924144e2002-04-05 20:23:35 +00001/* $Id: acconfig.h,v 1.126 2002/04/05 20:23:37 mouring 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
17
18/* Define if you have SCO protected password database */
19#undef HAVE_SCO_PROTECTED_PW
20
Damien Millerad833b32000-08-23 10:46:23 +100021/* If your header files don't define LOGIN_PROGRAM, then use this (detected) */
22/* from environment and PATH */
23#undef LOGIN_PROGRAM_FALLBACK
24
25/* Define if your password has a pw_class field */
26#undef HAVE_PW_CLASS_IN_PASSWD
27
Kevin Steves82456952001-06-22 21:14:18 +000028/* Define if your password has a pw_expire field */
29#undef HAVE_PW_EXPIRE_IN_PASSWD
30
31/* Define if your password has a pw_change field */
32#undef HAVE_PW_CHANGE_IN_PASSWD
33
Kevin Steves939c9db2002-03-22 17:23:25 +000034/* Define if your system uses access rights style file descriptor passing */
35#undef HAVE_ACCRIGHTS_IN_MSGHDR
36
Damien Miller11fa2cc2000-08-16 10:35:58 +100037/* Define if you system's inet_ntoa is busted (e.g. Irix gcc issue) */
38#undef BROKEN_INET_NTOA
39
Damien Millerecbb26d2000-07-15 14:59:14 +100040/* Define if your system defines sys_errlist[] */
41#undef HAVE_SYS_ERRLIST
42
Damien Miller11fa2cc2000-08-16 10:35:58 +100043/* Define if your system defines sys_nerr */
44#undef HAVE_SYS_NERR
45
Damien Miller2ae714f2000-07-11 09:29:50 +100046/* Define if your system choked on IP TOS setting */
47#undef IP_TOS_IS_BROKEN
48
Damien Miller5fc85652000-07-09 23:53:07 +100049/* Define if you have the getuserattr function. */
50#undef HAVE_GETUSERATTR
51
Damien Miller4e997202000-07-09 21:21:52 +100052/* Work around problematic Linux PAM modules handling of PAM_TTY */
53#undef PAM_TTY_KLUDGE
54
Damien Millerfe668e42000-07-08 10:44:13 +100055/* Use PIPES instead of a socketpair() */
56#undef USE_PIPES
57
Damien Millercb170cb2000-07-01 16:52:55 +100058/* Define if your snprintf is busted */
59#undef BROKEN_SNPRINTF
60
Damien Millerbac2d8a2000-09-05 16:13:06 +110061/* Define if you are on Cygwin */
62#undef HAVE_CYGWIN
63
Ben Lindstromb4df15d2000-10-15 00:17:36 +000064/* Define if you have a broken realpath. */
65#undef BROKEN_REALPATH
66
Damien Miller0f91b4e2000-06-18 15:43:25 +100067/* Define if you are on NeXT */
68#undef HAVE_NEXT
69
Ben Lindstromb5628642000-10-18 00:02:25 +000070/* Define if you are on NEWS-OS */
71#undef HAVE_NEWS4
72
Damien Millera64b57a2001-01-17 10:44:13 +110073/* Define if you want to enable PAM support */
74#undef USE_PAM
Damien Millerbeb4ba51999-12-28 15:09:35 +110075
Damien Millerd2c208a2000-05-17 22:00:02 +100076/* Define if you want to enable AIX4's authenticate function */
Damien Miller1fa154b2000-01-23 10:32:03 +110077#undef WITH_AIXAUTHENTICATE
78
Damien Miller91606b12000-06-28 08:22:29 +100079/* Define if you have/want arrays (cluster-wide session managment, not C arrays) */
80#undef WITH_IRIX_ARRAY
81
82/* Define if you want IRIX project management */
83#undef WITH_IRIX_PROJECT
84
85/* Define if you want IRIX audit trails */
86#undef WITH_IRIX_AUDIT
87
Ben Lindstrom980754c2000-11-12 00:04:24 +000088/* Define if you want IRIX kernel jobs */
89#undef WITH_IRIX_JOBS
90
Damien Millerd0ccb982001-03-04 00:29:20 +110091/* Location of PRNGD/EGD random number socket */
92#undef PRNGD_SOCKET
93
94/* Port number of PRNGD/EGD random number socket */
95#undef PRNGD_PORT
Damien Miller1fa154b2000-01-23 10:32:03 +110096
Damien Miller4018c192000-04-30 09:30:44 +100097/* Builtin PRNG command timeout */
98#undef ENTROPY_TIMEOUT_MSEC
99
Damien Miller670a4b82000-01-22 13:53:11 +1100100/* Define if you want to install preformatted manpages.*/
101#undef MANTYPE
102
Damien Miller7f6ea021999-10-28 13:25:17 +1000103/* Define if your ssl headers are included with #include <openssl/header.h> */
104#undef HAVE_OPENSSL
Damien Millerab18c411999-11-11 10:40:23 +1100105
Damien Millerd00d1611999-12-29 10:17:09 +1100106/* Define if you are linking against RSAref. Used only to print the right
107 * message at run-time. */
108#undef RSAREF
109
Ben Lindstrom42202bc2001-01-15 02:34:37 +0000110/* struct timeval */
111#undef HAVE_STRUCT_TIMEVAL
112
Damien Miller34132e52000-01-14 15:45:46 +1100113/* struct utmp and struct utmpx fields */
Damien Millerab18c411999-11-11 10:40:23 +1100114#undef HAVE_HOST_IN_UTMP
Damien Millerbf1c9b21999-12-09 10:16:54 +1100115#undef HAVE_HOST_IN_UTMPX
Damien Miller3131d8b1999-12-31 09:42:24 +1100116#undef HAVE_ADDR_IN_UTMP
Damien Miller3131d8b1999-12-31 09:42:24 +1100117#undef HAVE_ADDR_IN_UTMPX
Damien Miller34132e52000-01-14 15:45:46 +1100118#undef HAVE_ADDR_V6_IN_UTMP
119#undef HAVE_ADDR_V6_IN_UTMPX
Damien Miller2e1b0821999-12-25 10:11:29 +1100120#undef HAVE_SYSLEN_IN_UTMPX
Damien Miller4ff2b9b1999-12-28 10:41:12 +1100121#undef HAVE_PID_IN_UTMP
Damien Miller4ff2b9b1999-12-28 10:41:12 +1100122#undef HAVE_TYPE_IN_UTMP
Damien Millerad1bc5f2000-05-20 14:53:09 +1000123#undef HAVE_TYPE_IN_UTMPX
Damien Miller4ff2b9b1999-12-28 10:41:12 +1100124#undef HAVE_TV_IN_UTMP
andre2ff7b5d2000-06-03 14:57:40 +0000125#undef HAVE_TV_IN_UTMPX
Damien Miller9550a761999-12-29 02:32:22 +1100126#undef HAVE_ID_IN_UTMP
Damien Miller8e81ed32000-07-01 13:17:42 +1000127#undef HAVE_ID_IN_UTMPX
andre2ff7b5d2000-06-03 14:57:40 +0000128#undef HAVE_EXIT_IN_UTMP
129#undef HAVE_TIME_IN_UTMP
130#undef HAVE_TIME_IN_UTMPX
Damien Miller9550a761999-12-29 02:32:22 +1100131
andre2ff7b5d2000-06-03 14:57:40 +0000132/* Define if you don't want to use your system's login() call */
133#undef DISABLE_LOGIN
134
135/* Define if you don't want to use pututline() etc. to write [uw]tmp */
136#undef DISABLE_PUTUTLINE
137
138/* Define if you don't want to use pututxline() etc. to write [uw]tmpx */
139#undef DISABLE_PUTUTXLINE
140
141/* Define if you don't want to use lastlog */
142#undef DISABLE_LASTLOG
143
144/* Define if you don't want to use utmp */
145#undef DISABLE_UTMP
146
147/* Define if you don't want to use utmpx */
148#undef DISABLE_UTMPX
149
150/* Define if you don't want to use wtmp */
151#undef DISABLE_WTMP
152
153/* Define if you don't want to use wtmpx */
154#undef DISABLE_WTMPX
155
Ben Lindstrom97c677d2001-05-08 20:33:05 +0000156/* Some systems need a utmpx entry for /bin/login to work */
157#undef LOGIN_NEEDS_UTMPX
158
159/* Some versions of /bin/login need the TERM supplied on the commandline */
160#undef LOGIN_NEEDS_TERM
161
andre2ff7b5d2000-06-03 14:57:40 +0000162/* Define if you want to specify the path to your lastlog file */
163#undef CONF_LASTLOG_FILE
164
165/* Define if you want to specify the path to your utmp file */
166#undef CONF_UTMP_FILE
167
168/* Define if you want to specify the path to your wtmp file */
169#undef CONF_WTMP_FILE
170
171/* Define if you want to specify the path to your utmpx file */
172#undef CONF_UTMPX_FILE
173
174/* Define if you want to specify the path to your wtmpx file */
175#undef CONF_WTMPX_FILE
Damien Miller368cf641999-12-21 09:51:36 +1100176
Damien Miller3f905871999-11-15 17:10:57 +1100177/* Define if you want external askpass support */
Damien Millerd05a2471999-11-15 14:25:30 +1100178#undef USE_EXTERNAL_ASKPASS
Damien Miller5ce662a1999-11-11 17:57:39 +1100179
Damien Miller3f905871999-11-15 17:10:57 +1100180/* Define if libc defines __progname */
181#undef HAVE___PROGNAME
182
Kevin Steves4846f4a2002-03-22 18:19:53 +0000183/* Define if compiler implements __FUNCTION__ */
184#undef HAVE___FUNCTION__
185
186/* Define if compiler implements __func__ */
187#undef HAVE___func__
188
Damien Miller80297751999-11-19 13:03:25 +1100189/* Define if you want Kerberos 4 support */
190#undef KRB4
191
192/* Define if you want AFS support */
193#undef AFS
194
195/* Define if you want S/Key support */
196#undef SKEY
197
198/* Define if you want TCP Wrappers support */
199#undef LIBWRAP
200
Damien Miller04f80141999-11-19 15:32:34 +1100201/* Define if your libraries define login() */
202#undef HAVE_LOGIN
203
204/* Define if your libraries define daemon() */
205#undef HAVE_DAEMON
206
Damien Miller9fb07e42000-03-05 16:22:59 +1100207/* Define if your libraries define getpagesize() */
208#undef HAVE_GETPAGESIZE
209
Damien Miller76112de1999-12-21 11:18:08 +1100210/* Define if xauth is found in your path */
211#undef XAUTH_PATH
212
Damien Miller2e1b0821999-12-25 10:11:29 +1100213/* Define if rsh is found in your path */
214#undef RSH_PATH
215
Damien Millerdd1c7ba1999-11-19 15:53:20 +1100216/* Define if you want to allow MD5 passwords */
217#undef HAVE_MD5_PASSWORDS
218
Damien Miller76112de1999-12-21 11:18:08 +1100219/* Define if you want to disable shadow passwords */
220#undef DISABLE_SHADOW
221
Damien Miller1f335fb2000-06-26 11:31:33 +1000222/* Define if you want to use shadow password expire field */
223#undef HAS_SHADOW_EXPIRE
224
Damien Millerb8c656e2000-06-28 15:22:41 +1000225/* Define if you have Digital Unix Security Integration Architecture */
226#undef HAVE_OSF_SIA
227
Damien Millerdfc83f42000-05-20 15:02:59 +1000228/* Define if you have getpwanam(3) [SunOS 4.x] */
229#undef HAVE_GETPWANAM
230
Damien Miller4018c192000-04-30 09:30:44 +1000231/* Defined if in_systm.h needs to be included with netinet/ip.h (HPUX - <sigh/>) */
232#undef NEED_IN_SYSTM_H
233
Damien Miller859cec01999-11-22 14:27:24 +1100234/* Define if you have an old version of PAM which takes only one argument */
235/* to pam_strerror */
236#undef HAVE_OLD_PAM
237
Damien Miller82cf0ce2000-12-20 13:34:48 +1100238/* Define if you are using Solaris-derived PAM which passes pam_messages */
239/* to the conversation function with an extra level of indirection */
240#undef PAM_SUN_CODEBASE
Kevin Stevesef4eea92001-02-05 12:42:17 +0000241
Damien Miller2e1b0821999-12-25 10:11:29 +1100242/* Set this to your mail directory if you don't have maillock.h */
243#undef MAIL_DIRECTORY
244
Damien Millerc6398ef1999-11-20 12:18:40 +1100245/* Data types */
Damien Millercaf6dd62000-08-29 11:33:50 +1100246#undef HAVE_U_INT
Damien Millerc6398ef1999-11-20 12:18:40 +1100247#undef HAVE_INTXX_T
248#undef HAVE_U_INTXX_T
249#undef HAVE_UINTXX_T
Damien Miller578783e2000-09-23 14:12:24 +1100250#undef HAVE_INT64_T
251#undef HAVE_U_INT64_T
Damien Miller58be7382001-09-15 21:31:54 +1000252#undef HAVE_U_CHAR
Damien Miller95058511999-12-29 10:36:45 +1100253#undef HAVE_SIZE_T
Damien Miller615f9392000-05-17 22:53:33 +1000254#undef HAVE_SSIZE_T
Ben Lindstrom0d5af602001-01-09 00:50:29 +0000255#undef HAVE_CLOCK_T
Damien Miller0f91b4e2000-06-18 15:43:25 +1000256#undef HAVE_MODE_T
257#undef HAVE_PID_T
Damien Millerb54b40e2000-06-23 08:23:34 +1000258#undef HAVE_SA_FAMILY_T
Damien Miller34132e52000-01-14 15:45:46 +1100259#undef HAVE_STRUCT_SOCKADDR_STORAGE
260#undef HAVE_STRUCT_ADDRINFO
261#undef HAVE_STRUCT_IN6_ADDR
262#undef HAVE_STRUCT_SOCKADDR_IN6
263
264/* Fields in struct sockaddr_storage */
265#undef HAVE_SS_FAMILY_IN_SS
266#undef HAVE___SS_FAMILY_IN_SS
Damien Millerc6398ef1999-11-20 12:18:40 +1100267
Damien Miller037a0dc1999-12-07 15:38:31 +1100268/* Define if you have /dev/ptmx */
269#undef HAVE_DEV_PTMX
270
271/* Define if you have /dev/ptc */
272#undef HAVE_DEV_PTS_AND_PTC
273
Damien Miller76112de1999-12-21 11:18:08 +1100274/* Define if you need to use IP address instead of hostname in $DISPLAY */
275#undef IPADDR_IN_DISPLAY
Damien Millerc6b3bbe1999-12-13 08:27:33 +1100276
Damien Miller5a3e6831999-12-27 09:48:56 +1100277/* Specify default $PATH */
278#undef USER_PATH
279
Damien Miller5eed6a22000-01-16 12:05:18 +1100280/* Specify location of ssh.pid */
Ben Lindstrom226cfa02001-01-22 05:34:40 +0000281#undef _PATH_SSH_PIDDIR
Damien Miller5eed6a22000-01-16 12:05:18 +1100282
Damien Miller7d80e342000-01-19 14:36:49 +1100283/* Use IPv4 for connection by default, IPv6 can still if explicity asked */
284#undef IPV4_DEFAULT
285
Ben Lindstromb5628642000-10-18 00:02:25 +0000286/* If you have no atexit() but xatexit(), and want to use xatexit() */
287#undef HAVE_XATEXIT
288
Damien Millereca71f82000-01-20 22:38:27 +1100289/* getaddrinfo is broken (if present) */
290#undef BROKEN_GETADDRINFO
291
Damien Miller8b1204d2000-03-13 15:41:24 +1100292/* Workaround more Linux IPv6 quirks */
Damien Miller7bcb0892000-03-11 20:45:40 +1100293#undef DONT_TRY_OTHER_AF
294
295/* Detect IPv4 in IPv6 mapped addresses and treat as IPv4 */
296#undef IPV4_IN_IPV6
297
Damien Miller60396b02001-02-18 17:01:00 +1100298/* Define if you have BSD auth support */
299#undef BSD_AUTH
300
Ben Lindstrom8697e082001-02-24 21:41:10 +0000301/* Define if X11 doesn't support AF_UNIX sockets on that system */
302#undef NO_X11_UNIX_SOCKETS
303
Damien Millerbb7c9762001-02-26 20:49:58 +1100304/* Needed for SCO and NeXT */
Damien Millerfbd884a2001-02-27 08:39:07 +1100305#undef BROKEN_SAVED_UIDS
Damien Millerbb7c9762001-02-26 20:49:58 +1100306
Damien Miller3c027682001-03-14 11:39:45 +1100307/* Define if your system glob() function has the GLOB_ALTDIRFUNC extension */
308#undef GLOB_HAS_ALTDIRFUNC
309
Ben Lindstrom45b14db2001-03-17 01:15:38 +0000310/* Define if your system glob() function has gl_matchc options in glob_t */
311#undef GLOB_HAS_GL_MATCHC
312
Damien Miller18bb4732001-03-28 14:35:30 +1000313/* Define in your struct dirent expects you to allocate extra space for d_name */
314#undef BROKEN_ONE_BYTE_DIRENT_D_NAME
315
Damien Miller4f8e6692001-07-14 13:22:53 +1000316/* Define if your getopt(3) defines and uses optreset */
317#undef HAVE_GETOPT_OPTRESET
318
Ben Lindstrom19d7b8d2001-08-16 00:09:49 +0000319/* Define on *nto-qnx systems */
320#undef MISSING_NFDBITS
321
322/* Define on *nto-qnx systems */
323#undef MISSING_HOWMANY
324
325/* Define on *nto-qnx systems */
326#undef MISSING_FD_MASK
327
Damien Miller85de5802001-09-18 14:01:11 +1000328/* Define if you want smartcard support */
329#undef SMARTCARD
330
Ben Lindstroma42694f2002-04-05 16:11:45 +0000331/* Define if you want smartcard support using sectok */
332#undef USE_SECTOK
333
334/* Define if you want smartcard support using OpenSC */
335#undef USE_OPENSC
336
Damien Miller6c21c512002-01-22 21:57:53 +1100337/* Define if you want to use OpenSSL's internally seeded PRNG only */
338#undef OPENSSL_PRNG_ONLY
339
Damien Miller6854f821999-11-13 10:49:55 +1100340@BOTTOM@
341
Damien Miller3d1b22c1999-11-12 15:46:08 +1100342/* ******************* Shouldn't need to edit below this line ************** */
343
Damien Miller5a3e6831999-12-27 09:48:56 +1100344#include "defines.h"
Damien Miller6b85a7f2000-01-02 11:45:33 +1100345
Damien Miller9550a242000-01-19 10:41:23 +1100346#endif /* _CONFIG_H */