diff options
author | Herb Lewis <herb@samba.org> | 2001-12-12 16:08:32 +0000 |
---|---|---|
committer | Herb Lewis <herb@samba.org> | 2001-12-12 16:08:32 +0000 |
commit | ed7caa2ecf70eb9a0b08467c37391a54bd4620d0 (patch) | |
tree | f18ba079b96fb1ff1975253b18810f7c543e5e9e /source3/include/config.h.in | |
parent | e4553718bb0a35c0508fc4aedf23b1da14144451 (diff) | |
download | samba-ed7caa2ecf70eb9a0b08467c37391a54bd4620d0.tar.gz samba-ed7caa2ecf70eb9a0b08467c37391a54bd4620d0.tar.bz2 samba-ed7caa2ecf70eb9a0b08467c37391a54bd4620d0.zip |
allow IRIX to build nsswitch/libnss_wins.so
(This used to be commit 564bfd77287b3006c7246065990ca9b91f79826a)
Diffstat (limited to 'source3/include/config.h.in')
-rw-r--r-- | source3/include/config.h.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/source3/include/config.h.in b/source3/include/config.h.in index d00722c5bd..b87a3d4083 100644 --- a/source3/include/config.h.in +++ b/source3/include/config.h.in @@ -862,6 +862,9 @@ /* Define if you have the <netinet/tcp.h> header file. */ #undef HAVE_NETINET_TCP_H +/* Define if you have the <ns_api.h> header file. */ +#undef HAVE_NS_API_H + /* Define if you have the <nss.h> header file. */ #undef HAVE_NSS_H |