summaryrefslogtreecommitdiff
path: root/acconfig.h
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2000-12-20 13:34:48 +1100
committerDamien Miller <djm@mindrot.org>2000-12-20 13:34:48 +1100
commit82cf0ceea899d4c7a47bdec79eea6dc2a8576bc7 (patch)
treef9011833137c0c5589ebe0b5fb45da9ddc069bca /acconfig.h
parent28bfc0da69166bc1afe33cfb1a61dadce01169e2 (diff)
- (djm) Workaround PAM inconsistencies between Solaris derived PAM code
and Linux-PAM. Based on report and fix from Andrew Morgan <morgan@transmeta.com>
Diffstat (limited to 'acconfig.h')
-rw-r--r--acconfig.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/acconfig.h b/acconfig.h
index bfbacba42..21832fe2d 100644
--- a/acconfig.h
+++ b/acconfig.h
@@ -218,6 +218,10 @@
218/* to pam_strerror */ 218/* to pam_strerror */
219#undef HAVE_OLD_PAM 219#undef HAVE_OLD_PAM
220 220
221/* Define if you are using Solaris-derived PAM which passes pam_messages */
222/* to the conversation function with an extra level of indirection */
223#undef PAM_SUN_CODEBASE
224
221/* Set this to your mail directory if you don't have maillock.h */ 225/* Set this to your mail directory if you don't have maillock.h */
222#undef MAIL_DIRECTORY 226#undef MAIL_DIRECTORY
223 227