Zeromq Toolkit - zmq_has
- :
yesno =
zmq_has(feature)
-
Check if the zmq library supports a given feature.
Inputs
feature is the name of feature to check.
Currently known features are:
- ’ipc’
library supports the ipc:// protocol
- ’pgm’
library supports the pgm:// protocol
- ’tipc’
library supports the tipc:// protocol
- ’norm’
library supports the norm:// protocol
- ’curve’
library supports the CURVE security mechanism
- ’gssapi’
library supports the GSSAPI security mechanism
- ’draft’
library was built with the draft API.
Outputs
yesno - set to true if the feature is available, otherwise false.