blob: bbe50162bcd6ea6600f51e27f0a2a0fa38197c2e [file] [log] [blame]
Damien Millerf58c6722002-05-13 13:15:42 +10001/* $Id: acconfig.h,v 1.137 2002/05/13 03:15:43 djm 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
Kevin Steves0ea1d9d2002-04-25 18:17:04 +000018/* Define if you have SecureWare-based protected password database */
19#undef HAVE_SECUREWARE
Damien Miller78315eb2000-09-29 23:01:36 +110020
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
Kevin Stevesa44e0352002-04-07 16:18:03 +000037/* Define if your system uses ancillary data style file descriptor passing */
38#undef HAVE_CONTROL_IN_MSGHDR
39
Damien Miller11fa2cc2000-08-16 10:35:58 +100040/* Define if you system's inet_ntoa is busted (e.g. Irix gcc issue) */
41#undef BROKEN_INET_NTOA
42
Damien Millerecbb26d2000-07-15 14:59:14 +100043/* Define if your system defines sys_errlist[] */
44#undef HAVE_SYS_ERRLIST
45
Damien Miller11fa2cc2000-08-16 10:35:58 +100046/* Define if your system defines sys_nerr */
47#undef HAVE_SYS_NERR
48
Damien Miller2ae714f2000-07-11 09:29:50 +100049/* Define if your system choked on IP TOS setting */
50#undef IP_TOS_IS_BROKEN
51
Damien Miller5fc85652000-07-09 23:53:07 +100052/* Define if you have the getuserattr function. */
53#undef HAVE_GETUSERATTR
54
Damien Miller4e997202000-07-09 21:21:52 +100055/* Work around problematic Linux PAM modules handling of PAM_TTY */
56#undef PAM_TTY_KLUDGE
57
Damien Millerfe668e42000-07-08 10:44:13 +100058/* Use PIPES instead of a socketpair() */
59#undef USE_PIPES
60
Damien Millercb170cb2000-07-01 16:52:55 +100061/* Define if your snprintf is busted */
62#undef BROKEN_SNPRINTF
63
Damien Millerbac2d8a2000-09-05 16:13:06 +110064/* Define if you are on Cygwin */
65#undef HAVE_CYGWIN
66
Ben Lindstromb4df15d2000-10-15 00:17:36 +000067/* Define if you have a broken realpath. */
68#undef BROKEN_REALPATH
69
Damien Miller0f91b4e2000-06-18 15:43:25 +100070/* Define if you are on NeXT */
71#undef HAVE_NEXT
72
Ben Lindstromb5628642000-10-18 00:02:25 +000073/* Define if you are on NEWS-OS */
74#undef HAVE_NEWS4
75
Damien Millera64b57a2001-01-17 10:44:13 +110076/* Define if you want to enable PAM support */
77#undef USE_PAM
Damien Millerbeb4ba51999-12-28 15:09:35 +110078
Damien Millerd2c208a2000-05-17 22:00:02 +100079/* Define if you want to enable AIX4's authenticate function */
Damien Miller1fa154b2000-01-23 10:32:03 +110080#undef WITH_AIXAUTHENTICATE
81
Damien Miller91606b12000-06-28 08:22:29 +100082/* Define if you have/want arrays (cluster-wide session managment, not C arrays) */
83#undef WITH_IRIX_ARRAY
84
85/* Define if you want IRIX project management */
86#undef WITH_IRIX_PROJECT
87
88/* Define if you want IRIX audit trails */
89#undef WITH_IRIX_AUDIT
90
Ben Lindstrom980754c2000-11-12 00:04:24 +000091/* Define if you want IRIX kernel jobs */
92#undef WITH_IRIX_JOBS
93
Damien Millerd0ccb982001-03-04 00:29:20 +110094/* Location of PRNGD/EGD random number socket */
95#undef PRNGD_SOCKET
96
97/* Port number of PRNGD/EGD random number socket */
98#undef PRNGD_PORT
Damien Miller1fa154b2000-01-23 10:32:03 +110099
Damien Miller4018c192000-04-30 09:30:44 +1000100/* Builtin PRNG command timeout */
101#undef ENTROPY_TIMEOUT_MSEC
102
Kevin Steves7ff91122002-04-07 19:22:54 +0000103/* non-privileged user for privilege separation */
104#undef SSH_PRIVSEP_USER
105
Damien Miller670a4b82000-01-22 13:53:11 +1100106/* Define if you want to install preformatted manpages.*/
107#undef MANTYPE
108
Damien Miller7f6ea021999-10-28 13:25:17 +1000109/* Define if your ssl headers are included with #include <openssl/header.h> */
110#undef HAVE_OPENSSL
Damien Millerab18c411999-11-11 10:40:23 +1100111
Damien Millerd00d1611999-12-29 10:17:09 +1100112/* Define if you are linking against RSAref. Used only to print the right
113 * message at run-time. */
114#undef RSAREF
115
Ben Lindstrom42202bc2001-01-15 02:34:37 +0000116/* struct timeval */
117#undef HAVE_STRUCT_TIMEVAL
118
Damien Miller34132e52000-01-14 15:45:46 +1100119/* struct utmp and struct utmpx fields */
Damien Millerab18c411999-11-11 10:40:23 +1100120#undef HAVE_HOST_IN_UTMP
Damien Millerbf1c9b21999-12-09 10:16:54 +1100121#undef HAVE_HOST_IN_UTMPX
Damien Miller3131d8b1999-12-31 09:42:24 +1100122#undef HAVE_ADDR_IN_UTMP
Damien Miller3131d8b1999-12-31 09:42:24 +1100123#undef HAVE_ADDR_IN_UTMPX
Damien Miller34132e52000-01-14 15:45:46 +1100124#undef HAVE_ADDR_V6_IN_UTMP
125#undef HAVE_ADDR_V6_IN_UTMPX
Damien Miller2e1b0821999-12-25 10:11:29 +1100126#undef HAVE_SYSLEN_IN_UTMPX
Damien Miller4ff2b9b1999-12-28 10:41:12 +1100127#undef HAVE_PID_IN_UTMP
Damien Miller4ff2b9b1999-12-28 10:41:12 +1100128#undef HAVE_TYPE_IN_UTMP
Damien Millerad1bc5f2000-05-20 14:53:09 +1000129#undef HAVE_TYPE_IN_UTMPX
Damien Miller4ff2b9b1999-12-28 10:41:12 +1100130#undef HAVE_TV_IN_UTMP
andre2ff7b5d2000-06-03 14:57:40 +0000131#undef HAVE_TV_IN_UTMPX
Damien Miller9550a761999-12-29 02:32:22 +1100132#undef HAVE_ID_IN_UTMP
Damien Miller8e81ed32000-07-01 13:17:42 +1000133#undef HAVE_ID_IN_UTMPX
andre2ff7b5d2000-06-03 14:57:40 +0000134#undef HAVE_EXIT_IN_UTMP
135#undef HAVE_TIME_IN_UTMP
136#undef HAVE_TIME_IN_UTMPX
Damien Miller9550a761999-12-29 02:32:22 +1100137
andre2ff7b5d2000-06-03 14:57:40 +0000138/* Define if you don't want to use your system's login() call */
139#undef DISABLE_LOGIN
140
141/* Define if you don't want to use pututline() etc. to write [uw]tmp */
142#undef DISABLE_PUTUTLINE
143
144/* Define if you don't want to use pututxline() etc. to write [uw]tmpx */
145#undef DISABLE_PUTUTXLINE
146
147/* Define if you don't want to use lastlog */
148#undef DISABLE_LASTLOG
149
150/* Define if you don't want to use utmp */
151#undef DISABLE_UTMP
152
153/* Define if you don't want to use utmpx */
154#undef DISABLE_UTMPX
155
156/* Define if you don't want to use wtmp */
157#undef DISABLE_WTMP
158
159/* Define if you don't want to use wtmpx */
160#undef DISABLE_WTMPX
161
Ben Lindstrom97c677d2001-05-08 20:33:05 +0000162/* Some systems need a utmpx entry for /bin/login to work */
163#undef LOGIN_NEEDS_UTMPX
164
165/* Some versions of /bin/login need the TERM supplied on the commandline */
166#undef LOGIN_NEEDS_TERM
167
Kevin Steves5feaaef2002-04-23 20:45:55 +0000168/* Define if your login program cannot handle end of options ("--") */
169#undef LOGIN_NO_ENDOPT
170
andre2ff7b5d2000-06-03 14:57:40 +0000171/* Define if you want to specify the path to your lastlog file */
172#undef CONF_LASTLOG_FILE
173
174/* Define if you want to specify the path to your utmp file */
175#undef CONF_UTMP_FILE
176
177/* Define if you want to specify the path to your wtmp file */
178#undef CONF_WTMP_FILE
179
180/* Define if you want to specify the path to your utmpx file */
181#undef CONF_UTMPX_FILE
182
183/* Define if you want to specify the path to your wtmpx file */
184#undef CONF_WTMPX_FILE
Damien Miller368cf641999-12-21 09:51:36 +1100185
Damien Miller3f905871999-11-15 17:10:57 +1100186/* Define if you want external askpass support */
Damien Millerd05a2471999-11-15 14:25:30 +1100187#undef USE_EXTERNAL_ASKPASS
Damien Miller5ce662a1999-11-11 17:57:39 +1100188
Damien Miller3f905871999-11-15 17:10:57 +1100189/* Define if libc defines __progname */
190#undef HAVE___PROGNAME
191
Kevin Steves4846f4a2002-03-22 18:19:53 +0000192/* Define if compiler implements __FUNCTION__ */
193#undef HAVE___FUNCTION__
194
195/* Define if compiler implements __func__ */
196#undef HAVE___func__
197
Damien Millerfd4c9ee2002-04-13 11:04:40 +1000198/* Define if you want Kerberos 5 support */
199#undef KRB5
200
201/* Define this if you are using the Heimdal version of Kerberos V5 */
202#undef HEIMDAL
203
Damien Miller80297751999-11-19 13:03:25 +1100204/* Define if you want Kerberos 4 support */
205#undef KRB4
206
207/* Define if you want AFS support */
208#undef AFS
209
210/* Define if you want S/Key support */
211#undef SKEY
212
213/* Define if you want TCP Wrappers support */
214#undef LIBWRAP
215
Damien Miller04f80141999-11-19 15:32:34 +1100216/* Define if your libraries define login() */
217#undef HAVE_LOGIN
218
219/* Define if your libraries define daemon() */
220#undef HAVE_DAEMON
221
Damien Miller9fb07e42000-03-05 16:22:59 +1100222/* Define if your libraries define getpagesize() */
223#undef HAVE_GETPAGESIZE
224
Damien Miller76112de1999-12-21 11:18:08 +1100225/* Define if xauth is found in your path */
226#undef XAUTH_PATH
227
Damien Miller2e1b0821999-12-25 10:11:29 +1100228/* Define if rsh is found in your path */
229#undef RSH_PATH
230
Damien Millerdd1c7ba1999-11-19 15:53:20 +1100231/* Define if you want to allow MD5 passwords */
232#undef HAVE_MD5_PASSWORDS
233
Damien Miller76112de1999-12-21 11:18:08 +1100234/* Define if you want to disable shadow passwords */
235#undef DISABLE_SHADOW
236
Damien Miller1f335fb2000-06-26 11:31:33 +1000237/* Define if you want to use shadow password expire field */
238#undef HAS_SHADOW_EXPIRE
239
Damien Millerb8c656e2000-06-28 15:22:41 +1000240/* Define if you have Digital Unix Security Integration Architecture */
241#undef HAVE_OSF_SIA
242
Damien Millerdfc83f42000-05-20 15:02:59 +1000243/* Define if you have getpwanam(3) [SunOS 4.x] */
244#undef HAVE_GETPWANAM
245
Damien Miller859cec01999-11-22 14:27:24 +1100246/* Define if you have an old version of PAM which takes only one argument */
247/* to pam_strerror */
248#undef HAVE_OLD_PAM
249
Damien Miller82cf0ce2000-12-20 13:34:48 +1100250/* Define if you are using Solaris-derived PAM which passes pam_messages */
251/* to the conversation function with an extra level of indirection */
252#undef PAM_SUN_CODEBASE
Kevin Stevesef4eea92001-02-05 12:42:17 +0000253
Damien Miller2e1b0821999-12-25 10:11:29 +1100254/* Set this to your mail directory if you don't have maillock.h */
255#undef MAIL_DIRECTORY
256
Damien Millerc6398ef1999-11-20 12:18:40 +1100257/* Data types */
Damien Millercaf6dd62000-08-29 11:33:50 +1100258#undef HAVE_U_INT
Damien Millerc6398ef1999-11-20 12:18:40 +1100259#undef HAVE_INTXX_T
260#undef HAVE_U_INTXX_T
261#undef HAVE_UINTXX_T
Damien Miller578783e2000-09-23 14:12:24 +1100262#undef HAVE_INT64_T
263#undef HAVE_U_INT64_T
Damien Miller58be7382001-09-15 21:31:54 +1000264#undef HAVE_U_CHAR
Damien Miller95058511999-12-29 10:36:45 +1100265#undef HAVE_SIZE_T
Damien Miller615f9392000-05-17 22:53:33 +1000266#undef HAVE_SSIZE_T
Ben Lindstrom0d5af602001-01-09 00:50:29 +0000267#undef HAVE_CLOCK_T
Damien Miller0f91b4e2000-06-18 15:43:25 +1000268#undef HAVE_MODE_T
269#undef HAVE_PID_T
Damien Millerb54b40e2000-06-23 08:23:34 +1000270#undef HAVE_SA_FAMILY_T
Damien Miller34132e52000-01-14 15:45:46 +1100271#undef HAVE_STRUCT_SOCKADDR_STORAGE
272#undef HAVE_STRUCT_ADDRINFO
273#undef HAVE_STRUCT_IN6_ADDR
274#undef HAVE_STRUCT_SOCKADDR_IN6
275
276/* Fields in struct sockaddr_storage */
277#undef HAVE_SS_FAMILY_IN_SS
278#undef HAVE___SS_FAMILY_IN_SS
Damien Millerc6398ef1999-11-20 12:18:40 +1100279
Damien Miller037a0dc1999-12-07 15:38:31 +1100280/* Define if you have /dev/ptmx */
281#undef HAVE_DEV_PTMX
282
283/* Define if you have /dev/ptc */
284#undef HAVE_DEV_PTS_AND_PTC
285
Damien Miller76112de1999-12-21 11:18:08 +1100286/* Define if you need to use IP address instead of hostname in $DISPLAY */
287#undef IPADDR_IN_DISPLAY
Damien Millerc6b3bbe1999-12-13 08:27:33 +1100288
Damien Miller5a3e6831999-12-27 09:48:56 +1100289/* Specify default $PATH */
290#undef USER_PATH
291
Damien Miller5eed6a22000-01-16 12:05:18 +1100292/* Specify location of ssh.pid */
Ben Lindstrom226cfa02001-01-22 05:34:40 +0000293#undef _PATH_SSH_PIDDIR
Damien Miller5eed6a22000-01-16 12:05:18 +1100294
Damien Miller7d80e342000-01-19 14:36:49 +1100295/* Use IPv4 for connection by default, IPv6 can still if explicity asked */
296#undef IPV4_DEFAULT
297
Damien Millereca71f82000-01-20 22:38:27 +1100298/* getaddrinfo is broken (if present) */
299#undef BROKEN_GETADDRINFO
300
Damien Miller8b1204d2000-03-13 15:41:24 +1100301/* Workaround more Linux IPv6 quirks */
Damien Miller7bcb0892000-03-11 20:45:40 +1100302#undef DONT_TRY_OTHER_AF
303
304/* Detect IPv4 in IPv6 mapped addresses and treat as IPv4 */
305#undef IPV4_IN_IPV6
306
Damien Miller60396b02001-02-18 17:01:00 +1100307/* Define if you have BSD auth support */
308#undef BSD_AUTH
309
Ben Lindstrom8697e082001-02-24 21:41:10 +0000310/* Define if X11 doesn't support AF_UNIX sockets on that system */
311#undef NO_X11_UNIX_SOCKETS
312
Damien Millerbb7c9762001-02-26 20:49:58 +1100313/* Needed for SCO and NeXT */
Damien Millerfbd884a2001-02-27 08:39:07 +1100314#undef BROKEN_SAVED_UIDS
Damien Millerbb7c9762001-02-26 20:49:58 +1100315
Damien Miller3c027682001-03-14 11:39:45 +1100316/* Define if your system glob() function has the GLOB_ALTDIRFUNC extension */
317#undef GLOB_HAS_ALTDIRFUNC
318
Ben Lindstrom45b14db2001-03-17 01:15:38 +0000319/* Define if your system glob() function has gl_matchc options in glob_t */
320#undef GLOB_HAS_GL_MATCHC
321
Damien Miller18bb4732001-03-28 14:35:30 +1000322/* Define in your struct dirent expects you to allocate extra space for d_name */
323#undef BROKEN_ONE_BYTE_DIRENT_D_NAME
324
Damien Miller4f8e6692001-07-14 13:22:53 +1000325/* Define if your getopt(3) defines and uses optreset */
326#undef HAVE_GETOPT_OPTRESET
327
Ben Lindstrom19d7b8d2001-08-16 00:09:49 +0000328/* Define on *nto-qnx systems */
329#undef MISSING_NFDBITS
330
331/* Define on *nto-qnx systems */
332#undef MISSING_HOWMANY
333
334/* Define on *nto-qnx systems */
335#undef MISSING_FD_MASK
336
Damien Miller85de5802001-09-18 14:01:11 +1000337/* Define if you want smartcard support */
338#undef SMARTCARD
339
Ben Lindstroma42694f2002-04-05 16:11:45 +0000340/* Define if you want smartcard support using sectok */
341#undef USE_SECTOK
342
343/* Define if you want smartcard support using OpenSC */
344#undef USE_OPENSC
345
Damien Miller6c21c512002-01-22 21:57:53 +1100346/* Define if you want to use OpenSSL's internally seeded PRNG only */
347#undef OPENSSL_PRNG_ONLY
348
Damien Millerf1b9d112002-04-23 23:09:19 +1000349/* Define if you shouldn't strip 'tty' from your ttyname in [uw]tmp */
350#undef WITH_ABBREV_NO_TTY
351
Damien Miller80080752002-05-13 10:56:51 +1000352/* Define if you want a different $PATH for the superuser */
353#undef SUPERUSER_PATH
354
Damien Millerf58c6722002-05-13 13:15:42 +1000355/* Path that unprivileged child will chroot() to in privep mode */
356#undef PRIVSEP_PATH
357
Damien Miller6854f821999-11-13 10:49:55 +1100358@BOTTOM@
359
Damien Miller3d1b22c1999-11-12 15:46:08 +1100360/* ******************* Shouldn't need to edit below this line ************** */
361
Damien Miller9550a242000-01-19 10:41:23 +1100362#endif /* _CONFIG_H */