From 41fd735d4b7918b3285ed40c8c5756ef07a70f04 Mon Sep 17 00:00:00 2001 From: Matt Johnston Date: Tue, 13 Feb 2007 10:30:02 +0000 Subject: Make sure the #includes for pam only get hit if PAM is enabled. --HG-- extra : convert_revision : f9c35e0ebbcb2d5821d871db343ec2041cdb6ef3 --- svr-authpam.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'svr-authpam.c') 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 #elif defined (HAVE_PAM_PAM_APPL_H) #include #endif -#ifdef ENABLE_SVR_PAM_AUTH - struct UserDataS { char* user; char* passwd; -- cgit v1.2.3