summaryrefslogtreecommitdiff
path: root/source3/tdb/configure.in
diff options
context:
space:
mode:
authorVolker Lendecke <vlendec@samba.org>2006-08-18 16:25:09 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 11:38:42 -0500
commit986461b6be03eefd3bd9d9c5f5921e14189813b2 (patch)
treef0a6fba525638e901ac09024728d44253b48de43 /source3/tdb/configure.in
parent41a4496b20e510dc47fe2b816196cef6fe937cea (diff)
downloadsamba-986461b6be03eefd3bd9d9c5f5921e14189813b2.tar.gz
samba-986461b6be03eefd3bd9d9c5f5921e14189813b2.tar.bz2
samba-986461b6be03eefd3bd9d9c5f5921e14189813b2.zip
r17607: Adapt the Samba4 directory structure for tdb. Makes it easier to diff.
Let's see what it breaks. For me it works :-) Volker (This used to be commit 337be14b432e5dfd80c7418b2db4fe0087259b77)
Diffstat (limited to 'source3/tdb/configure.in')
-rw-r--r--source3/tdb/configure.in13
1 files changed, 13 insertions, 0 deletions
diff --git a/source3/tdb/configure.in b/source3/tdb/configure.in
new file mode 100644
index 0000000000..0a72af20d9
--- /dev/null
+++ b/source3/tdb/configure.in
@@ -0,0 +1,13 @@
+AC_DEFUN([SMB_MODULE_DEFAULT], [echo -n ""])
+AC_DEFUN([SMB_LIBRARY_ENABLE], [echo -n ""])
+AC_DEFUN([SMB_ENABLE], [echo -n ""])
+AC_INIT(include/tdb.h)
+AC_CONFIG_HEADER(include/config.h)
+AC_PROG_CC
+AC_SYS_LARGEFILE
+AC_CHECK_SIZEOF(off_t,cross)
+AC_CHECK_SIZEOF(size_t,cross)
+AC_CHECK_SIZEOF(ssize_t,cross)
+AC_FUNC_MMAP
+sinclude(config.m4)
+AC_OUTPUT(Makefile tdb.pc)