From 1fa154bb1e06bfb4f8d6b95f09a6352d38577c57 Mon Sep 17 00:00:00 2001 From: Damien Miller Date: Sun, 23 Jan 2000 10:32:03 +1100 Subject: - AIX patch from Matt Richards and David Rankin --- acconfig.h | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'acconfig.h') diff --git a/acconfig.h b/acconfig.h index c5e6d3ee..e96b195d 100644 --- a/acconfig.h +++ b/acconfig.h @@ -12,6 +12,9 @@ /* Define if you want to disable PAM support */ #undef DISABLE_PAM +/* Define if you want to disable AIX4's authenticate function */ +#undef WITH_AIXAUTHENTICATE + /* Define if you want to disable lastlog support */ #undef DISABLE_LASTLOG @@ -30,6 +33,12 @@ /* Define if using the Dante SOCKS library. */ #undef HAVE_DANTE +/* Define if using the Socks4 SOCKS library. */ +#undef HAVE_SOCKS4 + +/* Define if using the Socks5 SOCKS library. */ +#undef HAVE_SOCKS5 + /* Define if you want to install preformatted manpages.*/ #undef MANTYPE -- cgit v1.2.3