blob: c64eb72a89f538081356971ed8f30d3212d36288 [file] [log] [blame]
Damien Miller5a3e6831999-12-27 09:48:56 +11001/* Generated automatically from acconfig.h by autoheader. */
2/* Please make your changes there */
3
4@TOP@
Damien Miller7f6ea021999-10-28 13:25:17 +10005
Damien Millerc7b38ce1999-11-09 10:28:04 +11006/* SSL directory. */
7#undef ssldir
8
Damien Millerbeb4ba51999-12-28 15:09:35 +11009/* Define if you want to disable PAM support */
10#undef DISABLE_PAM
11
Damien Miller76112de1999-12-21 11:18:08 +110012/* Define if you want to disable lastlog support */
13#undef DISABLE_LASTLOG
14
Damien Miller3f905871999-11-15 17:10:57 +110015/* Location of lastlog file */
16#undef LASTLOG_LOCATION
17
Damien Millerc6398ef1999-11-20 12:18:40 +110018/* If lastlog is a directory */
19#undef LASTLOG_IS_DIR
20
Damien Miller3f905871999-11-15 17:10:57 +110021/* Location of random number pool */
Damien Millerab18c411999-11-11 10:40:23 +110022#undef RANDOM_POOL
23
24/* Are we using the Entropy gathering daemon */
25#undef HAVE_EGD
26
Damien Miller7f6ea021999-10-28 13:25:17 +100027/* Define if your ssl headers are included with #include <ssl/header.h> */
28#undef HAVE_SSL
29
30/* Define if your ssl headers are included with #include <openssl/header.h> */
31#undef HAVE_OPENSSL
Damien Millerab18c411999-11-11 10:40:23 +110032
Damien Millerd00d1611999-12-29 10:17:09 +110033/* Define if you are linking against RSAref. Used only to print the right
34 * message at run-time. */
35#undef RSAREF
36
Damien Millerab18c411999-11-11 10:40:23 +110037/* Define is utmp.h has a ut_host field */
38#undef HAVE_HOST_IN_UTMP
39
Damien Millerbf1c9b21999-12-09 10:16:54 +110040/* Define is utmpx.h has a ut_host field */
41#undef HAVE_HOST_IN_UTMPX
42
Damien Miller2e1b0821999-12-25 10:11:29 +110043/* Define is utmpx.h has a syslen field */
44#undef HAVE_SYSLEN_IN_UTMPX
45
Damien Miller4ff2b9b1999-12-28 10:41:12 +110046/* Define is utmp.h has a ut_pid field */
47#undef HAVE_PID_IN_UTMP
48
49/* Define is utmp.h has a ut_type field */
50#undef HAVE_TYPE_IN_UTMP
51
52/* Define is utmp.h has a ut_tv field */
53#undef HAVE_TV_IN_UTMP
54
Damien Miller9550a761999-12-29 02:32:22 +110055/* Define is utmp.h has a ut_id field */
56#undef HAVE_ID_IN_UTMP
57
Damien Miller368cf641999-12-21 09:51:36 +110058/* Define if you want to use utmpx */
59#undef USE_UTMPX
60
Damien Millerab18c411999-11-11 10:40:23 +110061/* Define is libutil has login() function */
62#undef HAVE_LIBUTIL_LOGIN
Damien Miller5ce662a1999-11-11 17:57:39 +110063
Damien Miller3f905871999-11-15 17:10:57 +110064/* Define if you want external askpass support */
Damien Millerd05a2471999-11-15 14:25:30 +110065#undef USE_EXTERNAL_ASKPASS
Damien Miller5ce662a1999-11-11 17:57:39 +110066
Damien Miller3f905871999-11-15 17:10:57 +110067/* Define if libc defines __progname */
68#undef HAVE___PROGNAME
69
Damien Miller80297751999-11-19 13:03:25 +110070/* Define if you want Kerberos 4 support */
71#undef KRB4
72
73/* Define if you want AFS support */
74#undef AFS
75
76/* Define if you want S/Key support */
77#undef SKEY
78
79/* Define if you want TCP Wrappers support */
80#undef LIBWRAP
81
Damien Miller04f80141999-11-19 15:32:34 +110082/* Define if your libraries define login() */
83#undef HAVE_LOGIN
84
85/* Define if your libraries define daemon() */
86#undef HAVE_DAEMON
87
Damien Miller76112de1999-12-21 11:18:08 +110088/* Define if xauth is found in your path */
89#undef XAUTH_PATH
90
Damien Miller2e1b0821999-12-25 10:11:29 +110091/* Define if rsh is found in your path */
92#undef RSH_PATH
93
Damien Millerdd1c7ba1999-11-19 15:53:20 +110094/* Define if you want to allow MD5 passwords */
95#undef HAVE_MD5_PASSWORDS
96
Damien Miller76112de1999-12-21 11:18:08 +110097/* Define if you want to disable shadow passwords */
98#undef DISABLE_SHADOW
99
100/* Define if you want have trusted HPUX */
101#undef HAVE_HPUX_TRUSTED_SYSTEM_PW
102
Damien Miller859cec01999-11-22 14:27:24 +1100103/* Define if you have an old version of PAM which takes only one argument */
104/* to pam_strerror */
105#undef HAVE_OLD_PAM
106
Damien Miller2e1b0821999-12-25 10:11:29 +1100107/* Set this to your mail directory if you don't have maillock.h */
108#undef MAIL_DIRECTORY
109
Damien Millerc6398ef1999-11-20 12:18:40 +1100110/* Data types */
111#undef HAVE_QUAD_T
112#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 Millerc6398ef1999-11-20 12:18:40 +1100116
Damien Miller037a0dc1999-12-07 15:38:31 +1100117/* Define if you have /dev/ptmx */
118#undef HAVE_DEV_PTMX
119
120/* Define if you have /dev/ptc */
121#undef HAVE_DEV_PTS_AND_PTC
122
Damien Miller76112de1999-12-21 11:18:08 +1100123/* Define if you need to use IP address instead of hostname in $DISPLAY */
124#undef IPADDR_IN_DISPLAY
Damien Millerc6b3bbe1999-12-13 08:27:33 +1100125
Damien Miller5a3e6831999-12-27 09:48:56 +1100126/* Specify default $PATH */
127#undef USER_PATH
128
Damien Millerbeb4ba51999-12-28 15:09:35 +1100129/* Define if the inclusion of crypt.h breaks the build (e.g. Irix 5.x) */
130#undef CRYPT_H_BREAKS_BUILD
131
Damien Miller6854f821999-11-13 10:49:55 +1100132@BOTTOM@
133
Damien Miller3d1b22c1999-11-12 15:46:08 +1100134/* ******************* Shouldn't need to edit below this line ************** */
135
Damien Miller5a3e6831999-12-27 09:48:56 +1100136#include "defines.h"