diff options
author | Stefan Metzmacher <metze@samba.org> | 2006-07-18 12:21:19 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 14:10:14 -0500 |
commit | 3ff21a0cd7cff222a835f4cc09f4f9ebb66926df (patch) | |
tree | 6a40a967357112324b1fa66c4c38f2e82660bca4 /source4/lib/tdb | |
parent | 4611244abdb893d7bf380a531051c1ab877e80dc (diff) | |
download | samba-3ff21a0cd7cff222a835f4cc09f4f9ebb66926df.tar.gz samba-3ff21a0cd7cff222a835f4cc09f4f9ebb66926df.tar.bz2 samba-3ff21a0cd7cff222a835f4cc09f4f9ebb66926df.zip |
r17114: print some sizes for debugging
metze
(This used to be commit fa04ef88e5875c58fdfc7cbd2b24587bb740970d)
Diffstat (limited to 'source4/lib/tdb')
-rw-r--r-- | source4/lib/tdb/configure.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/source4/lib/tdb/configure.in b/source4/lib/tdb/configure.in index 28699cd32d..0a72af20d9 100644 --- a/source4/lib/tdb/configure.in +++ b/source4/lib/tdb/configure.in @@ -5,6 +5,9 @@ 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) |