1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-13 13:18:06 +03:00

r14841: Fix IRIX build --with-pam.

Guenther
This commit is contained in:
Günther Deschner 2006-03-31 11:48:01 +00:00 committed by Gerald (Jerry) Carter
parent b985bdcb87
commit 99158406b4

View File

@ -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