summaryrefslogtreecommitdiff
path: root/acconfig.h
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>1999-11-19 13:03:25 +1100
committerDamien Miller <djm@mindrot.org>1999-11-19 13:03:25 +1100
commit8029775b77e8f8bc380518f9f734a9d979025bbb (patch)
tree3905893864df5ce304b30164378fcad91c10bcb0 /acconfig.h
parent18ac1719687a6671242d6a001cab01d55036ef8b (diff)
- Added autoconf option to enable Kerberos 4 support (untested)
- Added autoconf option to enable AFS support (untested) - Added autoconf option to enable S/Key support (untested) - Added autoconf option to enable TCP wrappers support (compiles OK)
Diffstat (limited to 'acconfig.h')
-rw-r--r--acconfig.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/acconfig.h b/acconfig.h
index 05296f9ba..44c5c1a14 100644
--- a/acconfig.h
+++ b/acconfig.h
@@ -30,6 +30,18 @@
30/* Define if libc defines __progname */ 30/* Define if libc defines __progname */
31#undef HAVE___PROGNAME 31#undef HAVE___PROGNAME
32 32
33/* Define if you want Kerberos 4 support */
34#undef KRB4
35
36/* Define if you want AFS support */
37#undef AFS
38
39/* Define if you want S/Key support */
40#undef SKEY
41
42/* Define if you want TCP Wrappers support */
43#undef LIBWRAP
44
33@BOTTOM@ 45@BOTTOM@
34 46
35/* ******************* Shouldn't need to edit below this line ************** */ 47/* ******************* Shouldn't need to edit below this line ************** */