diff options
author | Arthur de Jong <arthur@arthurdejong.org> | 2010-10-04 21:35:46 +0200 |
---|---|---|
committer | Arthur de Jong <arthur@arthurdejong.org> | 2010-10-04 21:35:46 +0200 |
commit | b7c3c078c873b1596519b661fdc5b35d48794ace (patch) | |
tree | 820602961c5746e09ecae953daf804769358b8a1 /compat | |
parent | 4db60137880169354d4596a598509600d125ccaf (diff) |
merge some of the changes for Solaris portability to ease merging, adding --with-pam-seclib-dir, --with-pam-ldap-soname and --with-nss-flavour options and having some auto-detection for SONAMEs and NSS flavour
git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-pam-ldapd@1239 ef36b2f9-881f-0410-afb5-c4e39611909c
Diffstat (limited to 'compat')
-rw-r--r-- | compat/nss_compat.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/compat/nss_compat.h b/compat/nss_compat.h index f38463e..232519e 100644 --- a/compat/nss_compat.h +++ b/compat/nss_compat.h @@ -49,6 +49,9 @@ #ifdef HAVE_NSSWITCH_H #include <nsswitch.h> #endif /* HAVE_NSSWITCH_H */ +#ifdef HAVE_IRS_NSS_H +#include "irs-nss.h" +#endif /* HAVE_IRS_NSS_H */ #include "compat/ether.h" |