43 #if defined(ZMQ_USE_SELECT)    45 #elif    defined(ZMQ_USE_POLL) || defined(ZMQ_USE_EPOLL)     \    46       || defined(ZMQ_USE_DEVPOLL) || defined(ZMQ_USE_KQUEUE)    57     size_t optsize = 
sizeof (
int);
 #define ZMQ_MAX_SOCKETS_DFLT
 
ZMQ_EXPORT void * zmq_ctx_new(void)
 
void setup_test_environment(void)
 
#define ZMQ_IO_THREADS_DFLT
 
ZMQ_EXPORT void * zmq_socket(void *, int type)
 
ZMQ_EXPORT int zmq_ctx_set(void *context, int option, int optval)
 
ZMQ_EXPORT int zmq_getsockopt(void *s, int option, void *optval, size_t *optvallen)
 
ZMQ_EXPORT int zmq_close(void *s)
 
ZMQ_EXPORT int zmq_ctx_term(void *context)
 
ZMQ_EXPORT int zmq_ctx_get(void *context, int option)