diff options
author | Vincent Richard <[email protected]> | 2016-02-28 19:43:43 +0000 |
---|---|---|
committer | Vincent Richard <[email protected]> | 2016-02-28 19:43:43 +0000 |
commit | baec395c8ca3634bd502aa20b3610468aa9178b3 (patch) | |
tree | 486e42ee87f8653b285210911eb5815fb6ebab70 /cmake/config.hpp.cmake | |
parent | Merge branch 'master' of https://github.com/kisli/vmime (diff) | |
download | vmime-baec395c8ca3634bd502aa20b3610468aa9178b3.tar.gz vmime-baec395c8ca3634bd502aa20b3610468aa9178b3.zip |
Added support for TCP Keepalive.
Diffstat (limited to 'cmake/config.hpp.cmake')
-rw-r--r-- | cmake/config.hpp.cmake | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cmake/config.hpp.cmake b/cmake/config.hpp.cmake index cdd128c8..a79268cd 100644 --- a/cmake/config.hpp.cmake +++ b/cmake/config.hpp.cmake @@ -84,6 +84,7 @@ typedef unsigned @VMIME_64BIT_TYPE@ vmime_uint64; #cmakedefine01 VMIME_HAVE_LOCALTIME_S #cmakedefine01 VMIME_HAVE_LOCALTIME_R #cmakedefine01 VMIME_HAVE_MLANG +#cmakedefine01 VMIME_HAVE_SO_KEEPALIVE #cmakedefine01 VMIME_SHARED_PTR_USE_CXX #cmakedefine01 VMIME_SHARED_PTR_USE_BOOST |