summaryrefslogtreecommitdiffhomepage
path: root/svr-authpam.c
diff options
context:
space:
mode:
Diffstat (limited to 'svr-authpam.c')
-rw-r--r--svr-authpam.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/svr-authpam.c b/svr-authpam.c
index 4e257ae..ee7d6ba 100644
--- a/svr-authpam.c
+++ b/svr-authpam.c
@@ -31,14 +31,14 @@
#include "dbutil.h"
#include "auth.h"
+#ifdef ENABLE_SVR_PAM_AUTH
+
#if defined(HAVE_SECURITY_PAM_APPL_H)
#include <security/pam_appl.h>
#elif defined (HAVE_PAM_PAM_APPL_H)
#include <pam/pam_appl.h>
#endif
-#ifdef ENABLE_SVR_PAM_AUTH
-
struct UserDataS {
char* user;
char* passwd;