X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-psi;a=blobdiff_plain;f=m4%2Fposix%2Fstdint.m4;fp=m4%2Fposix%2Fstdint.m4;h=8ab911204b6fef1d378ee4c1a0eae85a990c994c;hp=c21c129167bd33c5e126c82e7f7c57004dc01209;hb=440ff658995f1378fd74c0101ff6c2b4951ffdf9;hpb=4bee5440cea39ab77bdbe025b9669f7c73424d72 diff --git a/m4/posix/stdint.m4 b/m4/posix/stdint.m4 index c21c129..8ab9112 100644 --- a/m4/posix/stdint.m4 +++ b/m4/posix/stdint.m4 @@ -1,6 +1,14 @@ PSI_CHECK_STDINT() { AC_CHECK_HEADERS(stdint.h) + PSI_TYPE(int8_t, sint) + PSI_TYPE(uint8_t, uint) + PSI_TYPE(int16_t, sint) + PSI_TYPE(uint16_t, uint) + PSI_TYPE(int32_t, sint) + PSI_TYPE(uint32_t, uint) + PSI_TYPE(int64_t, sint) + PSI_TYPE(uint64_t, uint) PSI_TYPE(int_least8_t, sint) PSI_TYPE(int_least16_t, sint) PSI_TYPE(int_least32_t, sint)