diff options
author | Stefan Metzmacher <metze@samba.org> | 2006-07-20 12:51:42 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 14:10:14 -0500 |
commit | 02ac968a2651a2093fe8bb4edb049d80231cdadb (patch) | |
tree | 1d34859d4b18400c118b131d080ce360a620d9be /source4/lib | |
parent | 38dee43c194acde79705290842c621141b586c92 (diff) | |
download | samba-02ac968a2651a2093fe8bb4edb049d80231cdadb.tar.gz samba-02ac968a2651a2093fe8bb4edb049d80231cdadb.tar.bz2 samba-02ac968a2651a2093fe8bb4edb049d80231cdadb.zip |
r17156: check for the size of a pointer
metze
(This used to be commit 58e124ade31efbd72297ecc41d8ddfc48546ac53)
Diffstat (limited to 'source4/lib')
-rw-r--r-- | source4/lib/talloc/config.m4 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/lib/talloc/config.m4 b/source4/lib/talloc/config.m4 index ad38988e14..bcac5770ce 100644 --- a/source4/lib/talloc/config.m4 +++ b/source4/lib/talloc/config.m4 @@ -11,3 +11,4 @@ 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) |