blob: cbb3a97cd9a4fc079b68a3b21ba5e06ff1071c96 [file] [log] [blame]
Damien Miller6b85a7f2000-01-02 11:45:33 +11001#ifndef _CONFIG_H
2#define _CONFIG_H
3
Damien Miller5a3e6831999-12-27 09:48:56 +11004/* Generated automatically from acconfig.h by autoheader. */
5/* Please make your changes there */
6
7@TOP@
Damien Miller7f6ea021999-10-28 13:25:17 +10008
Damien Millerbeb4ba51999-12-28 15:09:35 +11009/* Define if you want to disable PAM support */
10#undef DISABLE_PAM
11
Damien Miller1fa154b2000-01-23 10:32:03 +110012/* Define if you want to disable AIX4's authenticate function */
13#undef WITH_AIXAUTHENTICATE
14
Damien Miller76112de1999-12-21 11:18:08 +110015/* Define if you want to disable lastlog support */
16#undef DISABLE_LASTLOG
17
Damien Miller3f905871999-11-15 17:10:57 +110018/* Location of lastlog file */
19#undef LASTLOG_LOCATION
20
Damien Millerc6398ef1999-11-20 12:18:40 +110021/* If lastlog is a directory */
22#undef LASTLOG_IS_DIR
23
Damien Miller3f905871999-11-15 17:10:57 +110024/* Location of random number pool */
Damien Millerab18c411999-11-11 10:40:23 +110025#undef RANDOM_POOL
26
Damien Miller040f3832000-04-03 14:50:43 +100027/* Location of EGD random number socket */
28#undef EGD_SOCKET
Damien Miller1fa154b2000-01-23 10:32:03 +110029
Damien Miller670a4b82000-01-22 13:53:11 +110030/* Define if you want to install preformatted manpages.*/
31#undef MANTYPE
32
Damien Miller7f6ea021999-10-28 13:25:17 +100033/* Define if your ssl headers are included with #include <ssl/header.h> */
34#undef HAVE_SSL
35
36/* Define if your ssl headers are included with #include <openssl/header.h> */
37#undef HAVE_OPENSSL
Damien Millerab18c411999-11-11 10:40:23 +110038
Damien Millerd00d1611999-12-29 10:17:09 +110039/* Define if you are linking against RSAref. Used only to print the right
40 * message at run-time. */
41#undef RSAREF
42
Damien Miller34132e52000-01-14 15:45:46 +110043/* struct utmp and struct utmpx fields */
Damien Millerab18c411999-11-11 10:40:23 +110044#undef HAVE_HOST_IN_UTMP
Damien Millerbf1c9b21999-12-09 10:16:54 +110045#undef HAVE_HOST_IN_UTMPX
Damien Miller3131d8b1999-12-31 09:42:24 +110046#undef HAVE_ADDR_IN_UTMP
Damien Miller3131d8b1999-12-31 09:42:24 +110047#undef HAVE_ADDR_IN_UTMPX
Damien Miller34132e52000-01-14 15:45:46 +110048#undef HAVE_ADDR_V6_IN_UTMP
49#undef HAVE_ADDR_V6_IN_UTMPX
Damien Miller2e1b0821999-12-25 10:11:29 +110050#undef HAVE_SYSLEN_IN_UTMPX
Damien Miller4ff2b9b1999-12-28 10:41:12 +110051#undef HAVE_PID_IN_UTMP
Damien Miller4ff2b9b1999-12-28 10:41:12 +110052#undef HAVE_TYPE_IN_UTMP
Damien Miller4ff2b9b1999-12-28 10:41:12 +110053#undef HAVE_TV_IN_UTMP
Damien Miller9550a761999-12-29 02:32:22 +110054#undef HAVE_ID_IN_UTMP
55
Damien Miller368cf641999-12-21 09:51:36 +110056/* Define if you want to use utmpx */
57#undef USE_UTMPX
58
Damien Millerab18c411999-11-11 10:40:23 +110059/* Define is libutil has login() function */
60#undef HAVE_LIBUTIL_LOGIN
Damien Miller5ce662a1999-11-11 17:57:39 +110061
Damien Miller3f905871999-11-15 17:10:57 +110062/* Define if you want external askpass support */
Damien Millerd05a2471999-11-15 14:25:30 +110063#undef USE_EXTERNAL_ASKPASS
Damien Miller5ce662a1999-11-11 17:57:39 +110064
Damien Miller3f905871999-11-15 17:10:57 +110065/* Define if libc defines __progname */
66#undef HAVE___PROGNAME
67
Damien Miller80297751999-11-19 13:03:25 +110068/* Define if you want Kerberos 4 support */
69#undef KRB4
70
71/* Define if you want AFS support */
72#undef AFS
73
74/* Define if you want S/Key support */
75#undef SKEY
76
77/* Define if you want TCP Wrappers support */
78#undef LIBWRAP
79
Damien Miller04f80141999-11-19 15:32:34 +110080/* Define if your libraries define login() */
81#undef HAVE_LOGIN
82
83/* Define if your libraries define daemon() */
84#undef HAVE_DAEMON
85
Damien Miller9fb07e42000-03-05 16:22:59 +110086/* Define if your libraries define getpagesize() */
87#undef HAVE_GETPAGESIZE
88
Damien Miller76112de1999-12-21 11:18:08 +110089/* Define if xauth is found in your path */
90#undef XAUTH_PATH
91
Damien Miller2e1b0821999-12-25 10:11:29 +110092/* Define if rsh is found in your path */
93#undef RSH_PATH
94
Damien Millerdd1c7ba1999-11-19 15:53:20 +110095/* Define if you want to allow MD5 passwords */
96#undef HAVE_MD5_PASSWORDS
97
Damien Miller76112de1999-12-21 11:18:08 +110098/* Define if you want to disable shadow passwords */
99#undef DISABLE_SHADOW
100
101/* Define if you want have trusted HPUX */
102#undef HAVE_HPUX_TRUSTED_SYSTEM_PW
103
Damien Miller859cec01999-11-22 14:27:24 +1100104/* Define if you have an old version of PAM which takes only one argument */
105/* to pam_strerror */
106#undef HAVE_OLD_PAM
107
Damien Miller2e1b0821999-12-25 10:11:29 +1100108/* Set this to your mail directory if you don't have maillock.h */
109#undef MAIL_DIRECTORY
110
Damien Millerc6398ef1999-11-20 12:18:40 +1100111/* Data types */
Damien Millerc6398ef1999-11-20 12:18:40 +1100112#undef HAVE_INTXX_T
113#undef HAVE_U_INTXX_T
114#undef HAVE_UINTXX_T
Damien Miller74d0d4a1999-12-29 02:24:35 +1100115#undef HAVE_SOCKLEN_T
Damien Miller95058511999-12-29 10:36:45 +1100116#undef HAVE_SIZE_T
Damien Miller34132e52000-01-14 15:45:46 +1100117#undef HAVE_STRUCT_SOCKADDR_STORAGE
118#undef HAVE_STRUCT_ADDRINFO
119#undef HAVE_STRUCT_IN6_ADDR
120#undef HAVE_STRUCT_SOCKADDR_IN6
121
122/* Fields in struct sockaddr_storage */
123#undef HAVE_SS_FAMILY_IN_SS
124#undef HAVE___SS_FAMILY_IN_SS
Damien Millerc6398ef1999-11-20 12:18:40 +1100125
Damien Miller037a0dc1999-12-07 15:38:31 +1100126/* Define if you have /dev/ptmx */
127#undef HAVE_DEV_PTMX
128
129/* Define if you have /dev/ptc */
130#undef HAVE_DEV_PTS_AND_PTC
131
Damien Miller76112de1999-12-21 11:18:08 +1100132/* Define if you need to use IP address instead of hostname in $DISPLAY */
133#undef IPADDR_IN_DISPLAY
Damien Millerc6b3bbe1999-12-13 08:27:33 +1100134
Damien Miller5a3e6831999-12-27 09:48:56 +1100135/* Specify default $PATH */
136#undef USER_PATH
137
Damien Miller5eed6a22000-01-16 12:05:18 +1100138/* Specify location of ssh.pid */
Damien Millerdbd250f2000-01-18 08:57:14 +1100139#undef PIDDIR
Damien Miller5eed6a22000-01-16 12:05:18 +1100140
Damien Miller7d80e342000-01-19 14:36:49 +1100141/* Use IPv4 for connection by default, IPv6 can still if explicity asked */
142#undef IPV4_DEFAULT
143
Damien Millereca71f82000-01-20 22:38:27 +1100144/* getaddrinfo is broken (if present) */
145#undef BROKEN_GETADDRINFO
146
Damien Miller8b1204d2000-03-13 15:41:24 +1100147/* Workaround more Linux IPv6 quirks */
Damien Miller7bcb0892000-03-11 20:45:40 +1100148#undef DONT_TRY_OTHER_AF
149
150/* Detect IPv4 in IPv6 mapped addresses and treat as IPv4 */
151#undef IPV4_IN_IPV6
152
Damien Miller040f3832000-04-03 14:50:43 +1000153/* Programs used in entropy collection */
154#undef PROG_LS
155#undef PROG_NETSTAT
156#undef PROG_ARP
157#undef PROG_IFCONFIG
158#undef PROG_PS
159#undef PROG_W
160#undef PROG_WHO
161#undef PROG_LAST
162#undef PROG_LASTLOG
163#undef PROG_DF
164#undef PROG_VMSTAT
165#undef PROG_UPTIME
166#undef PROG_IPCS
167#undef PROG_TAIL
168
169
Damien Miller6854f821999-11-13 10:49:55 +1100170@BOTTOM@
171
Damien Miller3d1b22c1999-11-12 15:46:08 +1100172/* ******************* Shouldn't need to edit below this line ************** */
173
Damien Miller5a3e6831999-12-27 09:48:56 +1100174#include "defines.h"
Damien Miller6b85a7f2000-01-02 11:45:33 +1100175
Damien Miller9550a242000-01-19 10:41:23 +1100176#endif /* _CONFIG_H */