libzmq/builds
Olaf Mandel 48b50cefb4 Remove duplicate poller decision making
The decision about the poller mechanism to use (select, poll, ...)
was done twice: once by the build system and once by the code in
poller.hpp. As the build-system can actually detect the mechanisms
available, prefer that result to the hard coded defaults in
poller.hpp.

At the same time, remove the duplicate detection of select() vs.
poll()-variant from proxy.cpp, signaler.cpp and zmq.cpp.

This patch has not been tested on many build platforms: especially
the cmake build needs testing / patching. For the other builds,
hard code the result as these these are all Windows platforms.
2014-02-17 14:08:11 +01:00
..
cmake Remove duplicate poller decision making 2014-02-17 14:08:11 +01:00
mingw32 Remove duplicate poller decision making 2014-02-17 14:08:11 +01:00
msvc Remove duplicate poller decision making 2014-02-17 14:08:11 +01:00
redhat deprecate zmq_ctx_destroy in favor of zmq_ctx_term 2013-01-17 15:48:18 -08:00
valgrind Fixed issue #348 2012-03-26 16:31:12 -05:00