Problem: ZMQ_HAVE_O_CLOEXEC not defined by CMake

Solution: add it to CMake's platform.hpp.in
This commit is contained in:
Luca Boccassi 2017-09-01 10:15:32 +01:00
parent 28a4b9a969
commit 124e04659c

View File

@ -24,6 +24,8 @@
#cmakedefine ZMQ_HAVE_SO_PEERCRED
#cmakedefine ZMQ_HAVE_LOCAL_PEERCRED
#cmakedefine ZMQ_HAVE_O_CLOEXEC
#cmakedefine ZMQ_HAVE_SOCK_CLOEXEC
#cmakedefine ZMQ_HAVE_SO_KEEPALIVE
#cmakedefine ZMQ_HAVE_TCP_KEEPCNT