From c5aef9868c5c703a3e9682300068407f17e517a3 Mon Sep 17 00:00:00 2001 From: Arthur de Jong Date: Wed, 2 May 2012 21:11:28 +0000 Subject: move all PAM_AUTHTOK_RECOVERY_ERR compatibility definitions to compat/pam_compat.h git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-pam-ldapd@1677 ef36b2f9-881f-0410-afb5-c4e39611909c --- compat/pam_compat.h | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'compat/pam_compat.h') diff --git a/compat/pam_compat.h b/compat/pam_compat.h index b4923f6..4109b77 100644 --- a/compat/pam_compat.h +++ b/compat/pam_compat.h @@ -37,12 +37,13 @@ #include #endif /* HAVE_SECURITY_PAM_MODUTIL_H */ -/* some systems define PAM_AUTHTOK_RECOVER_ERR but not - PAM_AUTHTOK_RECOVERY_ERR */ +/* find value of PAM_AUTHTOK_RECOVERY_ERR */ #ifndef PAM_AUTHTOK_RECOVERY_ERR #ifdef PAM_AUTHTOK_RECOVER_ERR #define PAM_AUTHTOK_RECOVERY_ERR PAM_AUTHTOK_RECOVER_ERR -#endif /* PAM_AUTHTOK_RECOVER_ERR */ +#else +#define PAM_AUTHTOK_RECOVERY_ERR 21 /* not defined anywhere */ +#endif #endif /* not PAM_AUTHTOK_RECOVERY_ERR */ /* define our own replacement pam_get_authtok() if it wasn't found */ -- cgit v1.2.3