From 5084db331ce2ba94a10766e03c8f383d0d57cdd1 Mon Sep 17 00:00:00 2001 From: Vincent Richard Date: Mon, 2 Sep 2013 10:12:08 +0200 Subject: Added support for standard 64-bit integer type. --- cmake/config.hpp.cmake | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'cmake') diff --git a/cmake/config.hpp.cmake b/cmake/config.hpp.cmake index d1b235cf..afae3d16 100644 --- a/cmake/config.hpp.cmake +++ b/cmake/config.hpp.cmake @@ -28,6 +28,11 @@ #define VMIME_BYTE_ORDER_LITTLE_ENDIAN @VMIME_BYTE_ORDER_LITTLE_ENDIAN@ // Generic types +#cmakedefine01 VMIME_HAVE_CSTDINT +#if VMIME_HAVE_CSTDINT +# include +#endif + // -- 8-bit typedef signed @VMIME_8BIT_TYPE@ vmime_int8; typedef unsigned @VMIME_8BIT_TYPE@ vmime_uint8; -- cgit v1.2.3