From 8029775b77e8f8bc380518f9f734a9d979025bbb Mon Sep 17 00:00:00 2001 From: Damien Miller Date: Fri, 19 Nov 1999 13:03:25 +1100 Subject: - 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) --- acconfig.h | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'acconfig.h') diff --git a/acconfig.h b/acconfig.h index 05296f9ba..44c5c1a14 100644 --- a/acconfig.h +++ b/acconfig.h @@ -30,6 +30,18 @@ /* Define if libc defines __progname */ #undef HAVE___PROGNAME +/* Define if you want Kerberos 4 support */ +#undef KRB4 + +/* Define if you want AFS support */ +#undef AFS + +/* Define if you want S/Key support */ +#undef SKEY + +/* Define if you want TCP Wrappers support */ +#undef LIBWRAP + @BOTTOM@ /* ******************* Shouldn't need to edit below this line ************** */ -- cgit v1.2.3