From 82cf0ceea899d4c7a47bdec79eea6dc2a8576bc7 Mon Sep 17 00:00:00 2001 From: Damien Miller Date: Wed, 20 Dec 2000 13:34:48 +1100 Subject: - (djm) Workaround PAM inconsistencies between Solaris derived PAM code and Linux-PAM. Based on report and fix from Andrew Morgan --- acconfig.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'acconfig.h') diff --git a/acconfig.h b/acconfig.h index bfbacba42..21832fe2d 100644 --- a/acconfig.h +++ b/acconfig.h @@ -218,6 +218,10 @@ /* to pam_strerror */ #undef HAVE_OLD_PAM +/* Define if you are using Solaris-derived PAM which passes pam_messages */ +/* to the conversation function with an extra level of indirection */ +#undef PAM_SUN_CODEBASE + /* Set this to your mail directory if you don't have maillock.h */ #undef MAIL_DIRECTORY -- cgit v1.2.3