summaryrefslogtreecommitdiff
path: root/acconfig.h
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2000-01-23 10:32:03 +1100
committerDamien Miller <djm@mindrot.org>2000-01-23 10:32:03 +1100
commit1fa154bb1e06bfb4f8d6b95f09a6352d38577c57 (patch)
tree62678a152fab75d8062dff6eb85e72db6fb27acc /acconfig.h
parent6fe375dee4f0c5b81026d7eb9dc00cf75645b241 (diff)
- AIX patch from Matt Richards <v2matt@btv.ibm.com> and David Rankin
<drankin@bohemians.lexington.ky.us>
Diffstat (limited to 'acconfig.h')
-rw-r--r--acconfig.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/acconfig.h b/acconfig.h
index c5e6d3ee7..e96b195dc 100644
--- a/acconfig.h
+++ b/acconfig.h
@@ -12,6 +12,9 @@
12/* Define if you want to disable PAM support */ 12/* Define if you want to disable PAM support */
13#undef DISABLE_PAM 13#undef DISABLE_PAM
14 14
15/* Define if you want to disable AIX4's authenticate function */
16#undef WITH_AIXAUTHENTICATE
17
15/* Define if you want to disable lastlog support */ 18/* Define if you want to disable lastlog support */
16#undef DISABLE_LASTLOG 19#undef DISABLE_LASTLOG
17 20
@@ -30,6 +33,12 @@
30/* Define if using the Dante SOCKS library. */ 33/* Define if using the Dante SOCKS library. */
31#undef HAVE_DANTE 34#undef HAVE_DANTE
32 35
36/* Define if using the Socks4 SOCKS library. */
37#undef HAVE_SOCKS4
38
39/* Define if using the Socks5 SOCKS library. */
40#undef HAVE_SOCKS5
41
33/* Define if you want to install preformatted manpages.*/ 42/* Define if you want to install preformatted manpages.*/
34#undef MANTYPE 43#undef MANTYPE
35 44