From b7c3c078c873b1596519b661fdc5b35d48794ace Mon Sep 17 00:00:00 2001 From: Arthur de Jong Date: Mon, 4 Oct 2010 19:35:46 +0000 Subject: 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 --- compat/nss_compat.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'compat') 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 #endif /* HAVE_NSSWITCH_H */ +#ifdef HAVE_IRS_NSS_H +#include "irs-nss.h" +#endif /* HAVE_IRS_NSS_H */ #include "compat/ether.h" -- cgit v1.2.3