summaryrefslogtreecommitdiffstats
path: root/source/configure.in
diff options
context:
space:
mode:
authorGerald Carter <jerry@samba.org>2005-08-17 15:23:52 +0000
committerGerald Carter <jerry@samba.org>2005-08-17 15:23:52 +0000
commitfe44e24a9a2a1e6c4a0f229aadafd4e2fceb93fb (patch)
tree5587bebcdb73f6ac956817b2eb43a7f90c1585a4 /source/configure.in
parent016562eeb1c6728bef6e10d86eb75fc3fa5fdaf1 (diff)
downloadsamba-fe44e24a9a2a1e6c4a0f229aadafd4e2fceb93fb.tar.gz
samba-fe44e24a9a2a1e6c4a0f229aadafd4e2fceb93fb.tar.xz
samba-fe44e24a9a2a1e6c4a0f229aadafd4e2fceb93fb.zip
r9366: patch from Toomas.Soome@mls.ee to include hosts lookups via the winbind pipe on solaris
Diffstat (limited to 'source/configure.in')
-rw-r--r--source/configure.in5
1 files changed, 5 insertions, 0 deletions
diff --git a/source/configure.in b/source/configure.in
index d0037f89475..7c465179103 100644
--- a/source/configure.in
+++ b/source/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.