From fdeaec5e05a504b70140b931227590ba3a7e19d1 Mon Sep 17 00:00:00 2001 From: Vincent Richard Date: Mon, 15 Jul 2013 10:35:09 +0200 Subject: 64-bit type detection. --- cmake/config.hpp.cmake | 3 +++ 1 file changed, 3 insertions(+) (limited to 'cmake/config.hpp.cmake') diff --git a/cmake/config.hpp.cmake b/cmake/config.hpp.cmake index cddf7ef1..d1b235cf 100644 --- a/cmake/config.hpp.cmake +++ b/cmake/config.hpp.cmake @@ -37,6 +37,9 @@ typedef unsigned @VMIME_16BIT_TYPE@ vmime_uint16; // -- 32-bit typedef signed @VMIME_32BIT_TYPE@ vmime_int32; typedef unsigned @VMIME_32BIT_TYPE@ vmime_uint32; +// -- 64-bit +typedef signed @VMIME_64BIT_TYPE@ vmime_int64; +typedef unsigned @VMIME_64BIT_TYPE@ vmime_uint64; #cmakedefine01 VMIME_HAVE_SIZE_T -- cgit v1.2.3