diff options
author | Tim Potter <tpot@samba.org> | 2001-06-04 02:23:08 +0000 |
---|---|---|
committer | Tim Potter <tpot@samba.org> | 2001-06-04 02:23:08 +0000 |
commit | 4ebfe75e0e34c53999f3e1c037f39f072b4fbe29 (patch) | |
tree | 593c488d48a1550eb5496d7c20736cc796e59bdd /source3/include/config.h.in | |
parent | a14c8acbba33999ce6ff5f0c02d07e146320118c (diff) | |
download | samba-4ebfe75e0e34c53999f3e1c037f39f072b4fbe29.tar.gz samba-4ebfe75e0e34c53999f3e1c037f39f072b4fbe29.tar.xz samba-4ebfe75e0e34c53999f3e1c037f39f072b4fbe29.zip |
Compile fix for wbinfo on solaris.
(This used to be commit cae6958f0872e0a0cc7647d14dd855caecd9114b)
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 591ec31e65..25da15c199 100644 --- a/source3/include/config.h.in +++ b/source3/include/config.h.in @@ -999,3 +999,6 @@ /* Define if you have the socket library (-lsocket). */ #undef HAVE_LIBSOCKET + +/* Define if you have the <nss_common.h> header file. */ +#undef HAVE_NSS_COMMON_H |