From 24ca89bfb03fb82e975eff94070275ee403cd0f9 Mon Sep 17 00:00:00 2001 From: Jeremy Allison Date: Sat, 14 Nov 1998 01:04:13 +0000 Subject: Removed acconfig.h configure configure.in include/config.h.in: Made smbwrapper not made by default. nmbd*: Changed all calls to namestr() to nmbd_namestr() to fix broken FreeBSD include file problem...sigh. Jeremy. (This used to be commit 9ee8f39aed8772a05c203161b4ae6b7d90d67481) --- source3/acconfig.h | 1 + 1 file changed, 1 insertion(+) (limited to 'source3/acconfig.h') diff --git a/source3/acconfig.h b/source3/acconfig.h index ae15bd1c60..f48180ea85 100644 --- a/source3/acconfig.h +++ b/source3/acconfig.h @@ -13,6 +13,7 @@ #undef aclent_t #undef HAVE_CONNECT #undef HAVE_SHORT_INO_T +#undef WITH_SMBWRAPPER #undef WITH_AFS #undef WITH_DFS #undef SUNOS5 -- cgit