From 4d1a6ad2f267e3b83f7c04122af8d8e7ee9a2113 Mon Sep 17 00:00:00 2001 From: Vincent Richard Date: Mon, 25 Apr 2016 08:28:34 +0200 Subject: Issue #138: fixed MSG_NOSIGNAL on Mac OS. --- cmake/config.hpp.cmake | 2 ++ 1 file changed, 2 insertions(+) (limited to 'cmake') diff --git a/cmake/config.hpp.cmake b/cmake/config.hpp.cmake index bb24239d..3e32dd92 100644 --- a/cmake/config.hpp.cmake +++ b/cmake/config.hpp.cmake @@ -87,6 +87,8 @@ typedef unsigned @VMIME_64BIT_TYPE@ vmime_uint64; #cmakedefine01 VMIME_HAVE_STRERROR_R #cmakedefine01 VMIME_HAVE_MLANG #cmakedefine01 VMIME_HAVE_SO_KEEPALIVE +#cmakedefine01 VMIME_HAVE_SO_NOSIGPIPE +#cmakedefine01 VMIME_HAVE_MSG_NOSIGNAL #cmakedefine01 VMIME_SHARED_PTR_USE_CXX #cmakedefine01 VMIME_SHARED_PTR_USE_BOOST -- cgit v1.2.3