diff options
author | Günther Deschner <gd@samba.org> | 2006-03-31 11:48:01 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 11:15:50 -0500 |
commit | 69f3c630faac75aea68a4d954417351bb5423eda (patch) | |
tree | 48e73d749989616a678df7e835831203cb3c8210 /source3 | |
parent | 4f53350b43cb9947ca6ca0b133992405012dc300 (diff) | |
download | samba-69f3c630faac75aea68a4d954417351bb5423eda.tar.gz samba-69f3c630faac75aea68a4d954417351bb5423eda.tar.bz2 samba-69f3c630faac75aea68a4d954417351bb5423eda.zip |
r14841: Fix IRIX build --with-pam.
Guenther
(This used to be commit 99158406b47dc07961c4f6536181da868cf276ca)
Diffstat (limited to 'source3')
-rw-r--r-- | source3/nsswitch/pam_winbind.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/nsswitch/pam_winbind.h b/source3/nsswitch/pam_winbind.h index 1e38269e0e..d998cc0486 100644 --- a/source3/nsswitch/pam_winbind.h +++ b/source3/nsswitch/pam_winbind.h @@ -26,7 +26,7 @@ #define PAM_SM_ACCOUNT #define PAM_SM_PASSWORD -#if defined(SUNOS5) || defined(SUNOS4) || defined(HPUX) || defined(FREEBSD) +#if defined(SUNOS5) || defined(SUNOS4) || defined(HPUX) || defined(FREEBSD) || defined(AIX) /* Solaris always uses dynamic pam modules */ #define PAM_EXTERN extern |