diff options
Diffstat (limited to 'cmake/config.hpp.cmake')
-rw-r--r-- | cmake/config.hpp.cmake | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/cmake/config.hpp.cmake b/cmake/config.hpp.cmake index 3af17eb5..71badf40 100644 --- a/cmake/config.hpp.cmake +++ b/cmake/config.hpp.cmake @@ -37,6 +37,10 @@ typedef unsigned @VMIME_32BIT_TYPE@ vmime_uint32; #cmakedefine01 VMIME_HAVE_SIZE_T +// Charset conversion support +#cmakedefine01 VMIME_CHARSETCONV_LIB_IS_ICONV +#cmakedefine01 VMIME_CHARSETCONV_LIB_IS_ICU + // Options // -- File-system support #cmakedefine01 VMIME_HAVE_FILESYSTEM_FEATURES |