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:
parent
b985bdcb87
commit
99158406b4
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user