summaryrefslogtreecommitdiff
path: root/c/zmq.h
diff options
context:
space:
mode:
authormalosek <malosek@fastmq.com>2009-09-11 11:21:40 +0200
committermalosek <malosek@fastmq.com>2009-09-11 11:21:40 +0200
commita91b44977201e4b3891c70da0472a332f60a39fc (patch)
tree6674e98d74a16becfd8c8998b28e0d4930676eff /c/zmq.h
parent88695aaee607e6f4db1f4fd052e2596653fb18b2 (diff)
Revert "link libzmq with glib when congifured --with-pgm"
This reverts commit 88695aaee607e6f4db1f4fd052e2596653fb18b2.
Diffstat (limited to 'c/zmq.h')
-rw-r--r--c/zmq.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/c/zmq.h b/c/zmq.h
index 0a1b064..df6e04c 100644
--- a/c/zmq.h
+++ b/c/zmq.h
@@ -52,8 +52,6 @@ extern "C" {
#define ZMQ_IDENTITY 6
#define ZMQ_SUBSCRIBE 7
#define ZMQ_UNSUBSCRIBE 8
-#define ZMQ_RATE 9
-#define ZMQ_RECOVERY_IVL 10
// The operation should be performed in non-blocking mode. I.e. if it cannot
// be processed immediately, error should be returned with errno set to EAGAIN.