summaryrefslogtreecommitdiff
path: root/source4/lib/talloc/config.m4
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2006-07-21 10:34:10 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 14:10:16 -0500
commit550f5fb26e67f46eead182476f7a9bcfd1ac5dc0 (patch)
treeeb460e5e46e73de6a27a18dd6d86bc153ab68457 /source4/lib/talloc/config.m4
parent5f741e17d7341c0f8d317a0974d6a1cc123fb73e (diff)
downloadsamba-550f5fb26e67f46eead182476f7a9bcfd1ac5dc0.tar.gz
samba-550f5fb26e67f46eead182476f7a9bcfd1ac5dc0.tar.bz2
samba-550f5fb26e67f46eead182476f7a9bcfd1ac5dc0.zip
r17176: remove off_t from talloc. size_t is large enough to hold
the max amount of memory of one process metze (This used to be commit f47b7bb656c8854c16c5a28ba24d18eeb22b6e22)
Diffstat (limited to 'source4/lib/talloc/config.m4')
-rw-r--r--source4/lib/talloc/config.m42
1 files changed, 0 insertions, 2 deletions
diff --git a/source4/lib/talloc/config.m4 b/source4/lib/talloc/config.m4
index bbb2b35af8..53066333d2 100644
--- a/source4/lib/talloc/config.m4
+++ b/source4/lib/talloc/config.m4
@@ -8,9 +8,7 @@ fi
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)
AC_CHECK_SIZEOF(void *,cross)
if test $ac_cv_sizeof_size_t -lt $ac_cv_sizeof_void_p; then