summaryrefslogtreecommitdiff
path: root/source3/include
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2013-05-22 12:26:35 +1000
committerAndrew Bartlett <abartlet@samba.org>2013-05-28 12:17:10 +1000
commit8bcaa145f23e606f4b850fe7147192a6fec11c2d (patch)
tree9d428a209d8fb3877de5f2488d28a3913cccce0d /source3/include
parent8b2590c311ad24f809a5b27d2a408b6e9338db1d (diff)
downloadsamba-8bcaa145f23e606f4b850fe7147192a6fec11c2d.tar.gz
samba-8bcaa145f23e606f4b850fe7147192a6fec11c2d.tar.bz2
samba-8bcaa145f23e606f4b850fe7147192a6fec11c2d.zip
Remove stub ldb_version.h and source3/include/autoconf as no longer needed
Reviewed-by: Jelmer Vernooij <jelmer@samba.org> Reviewed-by: David Disseldorp <ddiss@samba.org>
Diffstat (limited to 'source3/include')
-rw-r--r--source3/include/autoconf/README5
-rw-r--r--source3/include/autoconf/ldb_version.h4
2 files changed, 0 insertions, 9 deletions
diff --git a/source3/include/autoconf/README b/source3/include/autoconf/README
deleted file mode 100644
index 21afbc70ea..0000000000
--- a/source3/include/autoconf/README
+++ /dev/null
@@ -1,5 +0,0 @@
-This directory added so that the autoconf build can generate a
-config.h in a location that the recursive waf build for smbtorture
-won't find.
-
-Andrew Bartlett \ No newline at end of file
diff --git a/source3/include/autoconf/ldb_version.h b/source3/include/autoconf/ldb_version.h
deleted file mode 100644
index e1c1afc51b..0000000000
--- a/source3/include/autoconf/ldb_version.h
+++ /dev/null
@@ -1,4 +0,0 @@
-
-/* 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"