mirror of
https://github.com/zeromq/libzmq.git
synced 2025-01-16 20:41:18 +08:00
FreeBSD doesn't define MSG_ERRQUEUE -- now it's defined in 0MQ
This commit is contained in:
parent
ec2e85919e
commit
eaa925eca7
@ -40,6 +40,10 @@
|
||||
#include "uuid.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_) :
|
||||
sock (NULL),
|
||||
options (options_),
|
||||
|
Loading…
x
Reference in New Issue
Block a user