From 75411005fcab7ecf31940c5f7b87fd407166f98a Mon Sep 17 00:00:00 2001 From: Tim Potter Date: Tue, 2 Sep 2003 00:09:31 +0000 Subject: Fix for bug 261. Create a configure #define for FreeBSD and a check in nsswitch/pam_winbind.h so we can compile properly on this platform. --- source/nsswitch/pam_winbind.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/nsswitch') diff --git a/source/nsswitch/pam_winbind.h b/source/nsswitch/pam_winbind.h index fae635d8067..865bf7513eb 100644 --- a/source/nsswitch/pam_winbind.h +++ b/source/nsswitch/pam_winbind.h @@ -25,7 +25,7 @@ #define PAM_SM_ACCOUNT #define PAM_SM_PASSWORD -#if defined(SUNOS5) || defined(SUNOS4) || defined(HPUX) +#if defined(SUNOS5) || defined(SUNOS4) || defined(HPUX) || defined(FREEBSD) /* Solaris always uses dynamic pam modules */ #define PAM_EXTERN extern -- cgit