diff options
| author | Vincent Richard <[email protected]> | 2013-03-25 11:32:48 +0000 |
|---|---|---|
| committer | Vincent Richard <[email protected]> | 2013-03-25 11:32:48 +0000 |
| commit | 9d2703c376d2ee7501ed78be8c962203fbfd098f (patch) | |
| tree | 5a5ae827813bb0e63105c0db90b2d5ec60ae9a2e /cmake/config.hpp.cmake | |
| parent | Pkg-config file changed back to "vmime.pc" (fixed issue #35). (diff) | |
| download | vmime-9d2703c376d2ee7501ed78be8c962203fbfd098f.tar.gz vmime-9d2703c376d2ee7501ed78be8c962203fbfd098f.zip | |
Added support for charset conversion with ICU (thanks to Mehmet Bozkurt).
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 |
