diff options
author | djm <djm> | 2000-12-20 02:34:48 +0000 |
---|---|---|
committer | djm <djm> | 2000-12-20 02:34:48 +0000 |
commit | f771efa7076f782eb49cb80148dccf53cb64a208 (patch) | |
tree | e1fa822bfa421a1c245e844c51282562f7b1c8f4 /acconfig.h | |
parent | b1d3640c81976cb1c2cc6bcae0bafb9e9736e40c (diff) | |
download | openssh-f771efa7076f782eb49cb80148dccf53cb64a208.tar.gz |
- (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.h | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 |