We now check for these: int16_t, uint16_t, int32_t, uint32_t, and int64_t.
authorWayne Davison <wayned@samba.org>
Sun, 17 Dec 2006 01:59:03 +0000 (01:59 +0000)
committerWayne Davison <wayned@samba.org>
Sun, 17 Dec 2006 01:59:03 +0000 (01:59 +0000)
configure.in

index 35ccbcc..890a76b 100644 (file)
@@ -339,6 +339,11 @@ AC_CHECK_SIZEOF(int)
 AC_CHECK_SIZEOF(long)
 AC_CHECK_SIZEOF(long long)
 AC_CHECK_SIZEOF(short)
 AC_CHECK_SIZEOF(long)
 AC_CHECK_SIZEOF(long long)
 AC_CHECK_SIZEOF(short)
+AC_CHECK_SIZEOF(int16_t)
+AC_CHECK_SIZEOF(uint16_t)
+AC_CHECK_SIZEOF(int32_t)
+AC_CHECK_SIZEOF(uint32_t)
+AC_CHECK_SIZEOF(int64_t)
 AC_CHECK_SIZEOF(off_t)
 AC_CHECK_SIZEOF(off64_t)
 
 AC_CHECK_SIZEOF(off_t)
 AC_CHECK_SIZEOF(off64_t)