mirror of
https://github.com/zeromq/libzmq.git
synced 2025-01-21 15:12:03 +08:00
commit
5bc9fd62c5
@ -109,6 +109,9 @@ ZMQ_EXPORT void zmq_version (int *major, int *minor, int *patch);
|
|||||||
#ifndef EAFNOSUPPORT
|
#ifndef EAFNOSUPPORT
|
||||||
#define EAFNOSUPPORT (ZMQ_HAUSNUMERO + 10)
|
#define EAFNOSUPPORT (ZMQ_HAUSNUMERO + 10)
|
||||||
#endif
|
#endif
|
||||||
|
#ifndef EHOSTUNREACH
|
||||||
|
#define EHOSTUNREACH (ZMQ_HAUSNUMERO + 11)
|
||||||
|
#endif
|
||||||
|
|
||||||
/* Native 0MQ error codes. */
|
/* Native 0MQ error codes. */
|
||||||
#define EFSM (ZMQ_HAUSNUMERO + 51)
|
#define EFSM (ZMQ_HAUSNUMERO + 51)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user