diff options
| author | Vincent Richard <[email protected]> | 2016-04-25 06:28:34 +0000 |
|---|---|---|
| committer | Vincent Richard <[email protected]> | 2016-04-25 06:28:34 +0000 |
| commit | 4d1a6ad2f267e3b83f7c04122af8d8e7ee9a2113 (patch) | |
| tree | 7a709519b99cfc20f55e9de71cde762d7c27e1df /cmake/config.hpp.cmake | |
| parent | Link with 'anl' only when building shared lib. (diff) | |
| download | vmime-4d1a6ad2f267e3b83f7c04122af8d8e7ee9a2113.tar.gz vmime-4d1a6ad2f267e3b83f7c04122af8d8e7ee9a2113.zip | |
Issue #138: fixed MSG_NOSIGNAL on Mac OS.
Diffstat (limited to 'cmake/config.hpp.cmake')
| -rw-r--r-- | cmake/config.hpp.cmake | 2 |
1 files changed, 2 insertions, 0 deletions
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 |
