From 4ebfe75e0e34c53999f3e1c037f39f072b4fbe29 Mon Sep 17 00:00:00 2001 From: Tim Potter Date: Mon, 4 Jun 2001 02:23:08 +0000 Subject: Compile fix for wbinfo on solaris. (This used to be commit cae6958f0872e0a0cc7647d14dd855caecd9114b) --- source3/include/config.h.in | 3 +++ 1 file changed, 3 insertions(+) (limited to 'source3/include/config.h.in') 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 header file. */ +#undef HAVE_NSS_COMMON_H -- cgit