summaryrefslogtreecommitdiff
path: root/source3/configure.in
diff options
context:
space:
mode:
authorGerald Carter <jerry@samba.org>2005-08-17 15:23:52 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 11:00:34 -0500
commit4abc899e1857db947ccc114d8fdb166488fbf677 (patch)
tree680ee427e1d37c23c27e31d6b836f39813f0489a /source3/configure.in
parent67066e865b83d2739f14c0bcb9e1b90450915c21 (diff)
downloadsamba-4abc899e1857db947ccc114d8fdb166488fbf677.tar.gz
samba-4abc899e1857db947ccc114d8fdb166488fbf677.tar.bz2
samba-4abc899e1857db947ccc114d8fdb166488fbf677.zip
r9366: patch from Toomas.Soome@mls.ee to include hosts lookups via the winbind pipe on solaris
(This used to be commit e822a7539065c12d23b491e85f2cce7e98195f77)
Diffstat (limited to 'source3/configure.in')
-rw-r--r--source3/configure.in5
1 files changed, 5 insertions, 0 deletions
diff --git a/source3/configure.in b/source3/configure.in
index d0037f8947..7c46517910 100644
--- a/source3/configure.in
+++ b/source3/configure.in
@@ -4697,6 +4697,11 @@ else
AC_MSG_RESULT(no$winbind_no_reason)
fi
+# Solaris 10 does have new member in nss_XbyY_key
+AC_CHECK_MEMBER(union nss_XbyY_key.ipnode.af_family,
+ AC_DEFINE(HAVE_NSS_XBYY_KEY_IPNODE, 1, [Defined if union nss_XbyY_key has ipnode field]),,
+ [#include <nss_dbdefs.h>])
+
# Solaris has some extra fields in struct passwd that need to be
# initialised otherwise nscd crashes.