blob: e61bfd33ac6fd2b99304f9e51cdc8474c1126c98 [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 Millerc7b38ce1999-11-09 10:28:04 +11009/* SSL directory. */
10#undef ssldir
11
Damien Millerbeb4ba51999-12-28 15:09:35 +110012/* Define if you want to disable PAM support */
13#undef DISABLE_PAM
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
27/* Are we using the Entropy gathering daemon */
28#undef HAVE_EGD
29
Damien Miller8bdeee21999-12-30 15:50:54 +110030/* Define if using the Dante SOCKS library. */
31#undef HAVE_DANTE
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 Millerab18c411999-11-11 10:40:23 +110043/* Define is utmp.h has a ut_host field */
44#undef HAVE_HOST_IN_UTMP
45
Damien Millerbf1c9b21999-12-09 10:16:54 +110046/* Define is utmpx.h has a ut_host field */
47#undef HAVE_HOST_IN_UTMPX
48
Damien Miller3131d8b1999-12-31 09:42:24 +110049/* Define is utmp.h has a ut_addr field */
50#undef HAVE_ADDR_IN_UTMP
51
52/* Define is utmpx.h has a ut_addr field */
53#undef HAVE_ADDR_IN_UTMPX
54
Damien Miller2e1b0821999-12-25 10:11:29 +110055/* Define is utmpx.h has a syslen field */
56#undef HAVE_SYSLEN_IN_UTMPX
57
Damien Miller4ff2b9b1999-12-28 10:41:12 +110058/* Define is utmp.h has a ut_pid field */
59#undef HAVE_PID_IN_UTMP
60
61/* Define is utmp.h has a ut_type field */
62#undef HAVE_TYPE_IN_UTMP
63
64/* Define is utmp.h has a ut_tv field */
65#undef HAVE_TV_IN_UTMP
66
Damien Miller9550a761999-12-29 02:32:22 +110067/* Define is utmp.h has a ut_id field */
68#undef HAVE_ID_IN_UTMP
69
Damien Miller368cf641999-12-21 09:51:36 +110070/* Define if you want to use utmpx */
71#undef USE_UTMPX
72
Damien Millerab18c411999-11-11 10:40:23 +110073/* Define is libutil has login() function */
74#undef HAVE_LIBUTIL_LOGIN
Damien Miller5ce662a1999-11-11 17:57:39 +110075
Damien Miller3f905871999-11-15 17:10:57 +110076/* Define if you want external askpass support */
Damien Millerd05a2471999-11-15 14:25:30 +110077#undef USE_EXTERNAL_ASKPASS
Damien Miller5ce662a1999-11-11 17:57:39 +110078
Damien Miller3f905871999-11-15 17:10:57 +110079/* Define if libc defines __progname */
80#undef HAVE___PROGNAME
81
Damien Miller80297751999-11-19 13:03:25 +110082/* Define if you want Kerberos 4 support */
83#undef KRB4
84
85/* Define if you want AFS support */
86#undef AFS
87
88/* Define if you want S/Key support */
89#undef SKEY
90
91/* Define if you want TCP Wrappers support */
92#undef LIBWRAP
93
Damien Miller04f80141999-11-19 15:32:34 +110094/* Define if your libraries define login() */
95#undef HAVE_LOGIN
96
97/* Define if your libraries define daemon() */
98#undef HAVE_DAEMON
99
Damien Miller76112de1999-12-21 11:18:08 +1100100/* Define if xauth is found in your path */
101#undef XAUTH_PATH
102
Damien Miller2e1b0821999-12-25 10:11:29 +1100103/* Define if rsh is found in your path */
104#undef RSH_PATH
105
Damien Millerdd1c7ba1999-11-19 15:53:20 +1100106/* Define if you want to allow MD5 passwords */
107#undef HAVE_MD5_PASSWORDS
108
Damien Miller76112de1999-12-21 11:18:08 +1100109/* Define if you want to disable shadow passwords */
110#undef DISABLE_SHADOW
111
112/* Define if you want have trusted HPUX */
113#undef HAVE_HPUX_TRUSTED_SYSTEM_PW
114
Damien Miller859cec01999-11-22 14:27:24 +1100115/* Define if you have an old version of PAM which takes only one argument */
116/* to pam_strerror */
117#undef HAVE_OLD_PAM
118
Damien Miller2e1b0821999-12-25 10:11:29 +1100119/* Set this to your mail directory if you don't have maillock.h */
120#undef MAIL_DIRECTORY
121
Damien Millerc6398ef1999-11-20 12:18:40 +1100122/* Data types */
Damien Millerc6398ef1999-11-20 12:18:40 +1100123#undef HAVE_INTXX_T
124#undef HAVE_U_INTXX_T
125#undef HAVE_UINTXX_T
Damien Miller74d0d4a1999-12-29 02:24:35 +1100126#undef HAVE_SOCKLEN_T
Damien Miller95058511999-12-29 10:36:45 +1100127#undef HAVE_SIZE_T
Damien Millerc6398ef1999-11-20 12:18:40 +1100128
Damien Miller037a0dc1999-12-07 15:38:31 +1100129/* Define if you have /dev/ptmx */
130#undef HAVE_DEV_PTMX
131
132/* Define if you have /dev/ptc */
133#undef HAVE_DEV_PTS_AND_PTC
134
Damien Miller76112de1999-12-21 11:18:08 +1100135/* Define if you need to use IP address instead of hostname in $DISPLAY */
136#undef IPADDR_IN_DISPLAY
Damien Millerc6b3bbe1999-12-13 08:27:33 +1100137
Damien Miller5a3e6831999-12-27 09:48:56 +1100138/* Specify default $PATH */
139#undef USER_PATH
140
Damien Miller6854f821999-11-13 10:49:55 +1100141@BOTTOM@
142
Damien Miller3d1b22c1999-11-12 15:46:08 +1100143/* ******************* Shouldn't need to edit below this line ************** */
144
Damien Miller5a3e6831999-12-27 09:48:56 +1100145#include "defines.h"
Damien Miller6b85a7f2000-01-02 11:45:33 +1100146
147#endif _CONFIG_H