From 36b2227eca55e769813eecc97366ba18a2832fb3 Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Tue, 5 Jul 2011 10:14:12 +1000 Subject: ldb: use ldb directly rather than via a copy This avoids needing to manually sync the two files, which due to the top level build must be API compatible at all times anyway. The most important recent change was: commit e3b76bd6205acfc1a89fbcab5d9588b32cb47b88 Author: Andrew Tridgell Date: Thu Jul 28 15:51:31 2011 +1000 ldb: fixed a search expression parse bug However, as we always control the search expression in the callers to this code, no backport to other releases is required. Andrew Bartlett --- source3/include/autoconf/ldb_version.h | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 source3/include/autoconf/ldb_version.h (limited to 'source3/include/autoconf/ldb_version.h') diff --git a/source3/include/autoconf/ldb_version.h b/source3/include/autoconf/ldb_version.h new file mode 100644 index 0000000000..e1c1afc51b --- /dev/null +++ b/source3/include/autoconf/ldb_version.h @@ -0,0 +1,4 @@ + +/* This define and header file is needed so we can include ldb.h + * without building ldb properly */ +#define LDB_VERSION "dummy ldb version for ldb.h without ldb" -- cgit