From: Rusty Russell Date: Wed, 20 Feb 2013 04:29:42 +0000 (+1030) Subject: source3: explicitly disable NTDB support. X-Git-Tag: tevent-0.9.18~133 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=48a42708aead320bfbcee16ae76d095c014802de;p=thirdparty%2Fsamba.git source3: explicitly disable NTDB support. The next patch make dbwrap_local_open() call the ntdb backend for ntdb files, but we don't want to add ntdb support to the old autoconf build. It's cleaner to use the existing DISABLE_NTDB flag rather than test for _SAMBA_BUILD_ in dbwrap_local_open.c. Signed-off-by: Rusty Russell Reviewed-by: Andrew Bartlett --- diff --git a/source3/Makefile.in b/source3/Makefile.in index e27875f6acf..90f12b741d6 100644 --- a/source3/Makefile.in +++ b/source3/Makefile.in @@ -179,6 +179,7 @@ FLAGS = -I. \ -I$(srcdir)/lib \ -I.. \ -I./../lib/ldb/include \ + -DDISABLE_NTDB \ -D_SAMBA_BUILD_=3 PATH_FLAGS = -DSMB_PASSWD_FILE=\"$(SMB_PASSWD_FILE)\" \