summaryrefslogtreecommitdiff
path: root/lib/replace
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2010-11-03 17:40:39 +0100
committerStefan Metzmacher <metze@samba.org>2010-11-03 19:12:39 +0000
commitd1dd2117dbdf1eb082d77a187b46f8cd6792338a (patch)
tree7d14f598371dc9f3f5b6afe29a36a6ce8d42dd98 /lib/replace
parentf5a6c1e6dcea3b47c45a3fe18a3966739650f593 (diff)
downloadsamba-d1dd2117dbdf1eb082d77a187b46f8cd6792338a.tar.gz
samba-d1dd2117dbdf1eb082d77a187b46f8cd6792338a.tar.bz2
samba-d1dd2117dbdf1eb082d77a187b46f8cd6792338a.zip
replace/wscript: add size checks for stdint.h types
metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Wed Nov 3 19:12:39 UTC 2010 on sn-devel-104
Diffstat (limited to 'lib/replace')
-rw-r--r--lib/replace/wscript1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/replace/wscript b/lib/replace/wscript
index 3e983c769c..0bfe660f34 100644
--- a/lib/replace/wscript
+++ b/lib/replace/wscript
@@ -92,6 +92,7 @@ def configure(conf):
conf.CHECK_TYPE('uint_t', 'unsigned int')
conf.CHECK_SIZEOF('bool char int "long long" long short size_t ssize_t')
+ conf.CHECK_SIZEOF('int8_t uint8_t int16_t uint16_t int32_t uint32_t int64_t uint64_t')
conf.CHECK_SIZEOF('void*', define='SIZEOF_VOID_P')
conf.CHECK_SIZEOF('off_t dev_t ino_t time_t')