summaryrefslogtreecommitdiffstats
path: root/source
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2006-03-31 11:48:01 +0000
committerGünther Deschner <gd@samba.org>2006-03-31 11:48:01 +0000
commit793e542c921c74b56af2d79b4bf0fe23cce2e393 (patch)
tree4fdc5f781c39268401a15cd4f04ac502383d9fbb /source
parentd2507a0818da8c474ecbcf0d9246d101c632c13d (diff)
downloadsamba-793e542c921c74b56af2d79b4bf0fe23cce2e393.tar.gz
samba-793e542c921c74b56af2d79b4bf0fe23cce2e393.tar.xz
samba-793e542c921c74b56af2d79b4bf0fe23cce2e393.zip
r14841: Fix IRIX build --with-pam.
Guenther
Diffstat (limited to 'source')
-rw-r--r--source/nsswitch/pam_winbind.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/nsswitch/pam_winbind.h b/source/nsswitch/pam_winbind.h
index 1e38269e0ee..d998cc0486c 100644
--- a/source/nsswitch/pam_winbind.h
+++ b/source/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