summaryrefslogtreecommitdiff
path: root/source3/include/config.h.in
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2000-06-20 00:32:32 +0000
committerJeremy Allison <jra@samba.org>2000-06-20 00:32:32 +0000
commita69d47640cb150fbffa12dee68ead34a5b1931bb (patch)
tree78e5beec1be8f17dc16af61a7ebec349d1f638d2 /source3/include/config.h.in
parent5e06151e4d13f6c57559e73dcc88e03ec47c63a0 (diff)
downloadsamba-a69d47640cb150fbffa12dee68ead34a5b1931bb.tar.gz
samba-a69d47640cb150fbffa12dee68ead34a5b1931bb.tar.bz2
samba-a69d47640cb150fbffa12dee68ead34a5b1931bb.zip
Fixes for IRIX kernel oplocks and systems that don't have nss.h
Jeremy. (This used to be commit 711f15ac230092bac000e63f99e8dfaa4a644847)
Diffstat (limited to 'source3/include/config.h.in')
-rw-r--r--source3/include/config.h.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/source3/include/config.h.in b/source3/include/config.h.in
index 699dbe6fc9..ed5c5f6291 100644
--- a/source3/include/config.h.in
+++ b/source3/include/config.h.in
@@ -723,6 +723,9 @@
/* Define if you have the <netinet/tcp.h> header file. */
#undef HAVE_NETINET_TCP_H
+/* Define if you have the <nss.h> header file. */
+#undef HAVE_NSS_H
+
/* Define if you have the <poll.h> header file. */
#undef HAVE_POLL_H