svn commit: samba r17109 - in branches/SAMBA_4_0/source/lib/talloc:
.
metze at samba.org
metze at samba.org
Tue Jul 18 11:49:44 GMT 2006
Author: metze
Date: 2006-07-18 11:49:43 +0000 (Tue, 18 Jul 2006)
New Revision: 17109
WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=17109
Log:
- use AC_SYS_LARGEFILE so that type sizes are the same when talloc
is build standalone and inside samba
- add configure checks for the some type sizes for debugging
metze
Modified:
branches/SAMBA_4_0/source/lib/talloc/config.m4
branches/SAMBA_4_0/source/lib/talloc/configure.in
Changeset:
Modified: branches/SAMBA_4_0/source/lib/talloc/config.m4
===================================================================
--- branches/SAMBA_4_0/source/lib/talloc/config.m4 2006-07-18 01:29:43 UTC (rev 17108)
+++ branches/SAMBA_4_0/source/lib/talloc/config.m4 2006-07-18 11:49:43 UTC (rev 17109)
@@ -8,3 +8,6 @@
AC_CHECK_TYPE(intptr_t, unsigned long long)
AC_CHECK_HEADERS(stdint.h stdarg.h unistd.h sys/types.h)
+AC_CHECK_SIZEOF(off_t,cross)
+AC_CHECK_SIZEOF(size_t,cross)
+AC_CHECK_SIZEOF(ssize_t,cross)
Modified: branches/SAMBA_4_0/source/lib/talloc/configure.in
===================================================================
--- branches/SAMBA_4_0/source/lib/talloc/configure.in 2006-07-18 01:29:43 UTC (rev 17108)
+++ branches/SAMBA_4_0/source/lib/talloc/configure.in 2006-07-18 11:49:43 UTC (rev 17109)
@@ -12,5 +12,6 @@
fi
AC_SUBST(DOC_TARGET)
AC_CONFIG_HEADER(config.h)
+AC_SYS_LARGEFILE
sinclude(config.m4)
AC_OUTPUT(Makefile talloc.pc)
More information about the samba-cvs
mailing list