From f9913fa28a27f23fde2d4956c62cbb2fb2bc2ee8 Mon Sep 17 00:00:00 2001 From: Vincent Richard Date: Thu, 21 Nov 2013 22:16:57 +0100 Subject: Boost/C++11 shared pointers. --- cmake/config.hpp.cmake | 2 ++ 1 file changed, 2 insertions(+) (limited to 'cmake/config.hpp.cmake') diff --git a/cmake/config.hpp.cmake b/cmake/config.hpp.cmake index afae3d16..a9edc34f 100644 --- a/cmake/config.hpp.cmake +++ b/cmake/config.hpp.cmake @@ -83,6 +83,8 @@ typedef unsigned @VMIME_64BIT_TYPE@ vmime_uint64; #cmakedefine01 VMIME_HAVE_LOCALTIME_S #cmakedefine01 VMIME_HAVE_LOCALTIME_R #cmakedefine01 VMIME_HAVE_MLANG +#cmakedefine01 VMIME_SHARED_PTR_USE_CXX +#cmakedefine01 VMIME_SHARED_PTR_USE_BOOST #define VMIME_SENDMAIL_PATH "@VMIME_SENDMAIL_PATH@" -- cgit v1.2.3