As of right now, the steerable proxy functionality requires version 4.1.0.
This commit is contained in:
Cosmo Harrigan 2014-03-20 22:35:50 -07:00
parent 35d6bb5128
commit 04d2897605

View File

@ -60,7 +60,7 @@
#define ZMQ_NEW_MONITOR_EVENT_LAYOUT
#endif
#if ZMQ_VERSION >= ZMQ_MAKE_VERSION(4, 0, 4)
#if ZMQ_VERSION >= ZMQ_MAKE_VERSION(4, 1, 0)
#define ZMQ_HAS_PROXY_STEERABLE
#endif