summaryrefslogtreecommitdiff
path: root/acconfig.h
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2001-01-17 10:44:13 +1100
committerDamien Miller <djm@mindrot.org>2001-01-17 10:44:13 +1100
commita64b57a157068c793ac7be2ad276b208a7d10a90 (patch)
tree966f015cf6741ad92d33ae9ffed39bd1210c7380 /acconfig.h
parent21de45085360271197f24b872320fa231c96810b (diff)
- (djm) Make PAM support optional, enable with --with-pam
- (djm) Try to use libcrypt on Linux, but link it after OpenSSL (which provides a crypt() of its own) - (djm) Avoid a warning in bsd-bindresvport.c - (djm) Try to avoid adding -I/usr/include to CPPFLAGS during SSL tests. This can cause weird segfaults errors on Solaris
Diffstat (limited to 'acconfig.h')
-rw-r--r--acconfig.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/acconfig.h b/acconfig.h
index e2c34317d..439a7ba1c 100644
--- a/acconfig.h
+++ b/acconfig.h
@@ -66,8 +66,8 @@
66/* Define if you are on NEWS-OS */ 66/* Define if you are on NEWS-OS */
67#undef HAVE_NEWS4 67#undef HAVE_NEWS4
68 68
69/* Define if you want to disable PAM support */ 69/* Define if you want to enable PAM support */
70#undef DISABLE_PAM 70#undef USE_PAM
71 71
72/* Define if you want to enable AIX4's authenticate function */ 72/* Define if you want to enable AIX4's authenticate function */
73#undef WITH_AIXAUTHENTICATE 73#undef WITH_AIXAUTHENTICATE