Commit eaa925ec authored by Steven McCoy's avatar Steven McCoy Committed by Martin Sustrik

FreeBSD doesn't define MSG_ERRQUEUE -- now it's defined in 0MQ

parent ec2e8591
...@@ -40,6 +40,10 @@ ...@@ -40,6 +40,10 @@
#include "uuid.hpp" #include "uuid.hpp"
#include "stdint.hpp" #include "stdint.hpp"
#ifndef MSG_ERRQUEUE
# define MSG_ERRQUEUE 0x2000
#endif
zmq::pgm_socket_t::pgm_socket_t (bool receiver_, const options_t &options_) : zmq::pgm_socket_t::pgm_socket_t (bool receiver_, const options_t &options_) :
sock (NULL), sock (NULL),
options (options_), options (options_),
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment