1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-11 05:18:09 +03:00

r17114: print some sizes for debugging

metze
This commit is contained in:
Stefan Metzmacher 2006-07-18 12:21:19 +00:00 committed by Gerald (Jerry) Carter
parent 5c1e6c08c7
commit fa04ef88e5

View File

@ -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)