put the #ifdefs back in for authpam

--HG--
extra : convert_revision : 93ad501313c213d77753d57def15f2c8cf5db8d7
This commit is contained in:
Matt Johnston 2004-09-14 14:36:42 +00:00
parent 1ace08645a
commit 644488a5f3

View File

@ -37,6 +37,8 @@
#include <pam/pam_appl.h> #include <pam/pam_appl.h>
#endif #endif
#ifdef ENABLE_SVR_PAM_AUTH
struct UserDataS { struct UserDataS {
char* user; char* user;
char* passwd; char* passwd;
@ -217,3 +219,5 @@ cleanup:
(void) pam_end(pamHandlep, 0 /* pam_status */); (void) pam_end(pamHandlep, 0 /* pam_status */);
} }
} }
#endif /* ENABLE_SVR_PAM_AUTH */