summaryrefslogtreecommitdiff
path: root/cmake
diff options
context:
space:
mode:
authorAlan Antonuk <alan.antonuk@gmail.com>2015-06-01 23:38:08 -0700
committerAlan Antonuk <alan.antonuk@gmail.com>2015-06-01 23:50:27 -0700
commit6e9565c91fca092f69111a40fa56eabe41c60ff4 (patch)
treee0ad88f5fcc84c4afa4ef1a79eb88aa75e6213b2 /cmake
parent3f0d7454a3c31464fa771879d9922880e86b4a17 (diff)
downloadrabbitmq-c-6e9565c91fca092f69111a40fa56eabe41c60ff4.tar.gz
Lib: add select()-based implementation of poll()
Add select() based poll() implementation for platforms that either support this better (Win32) or don't support poll().
Diffstat (limited to 'cmake')
-rw-r--r--cmake/config.h.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/cmake/config.h.in b/cmake/config.h.in
index 7f3fa71..a7e5a2c 100644
--- a/cmake/config.h.in
+++ b/cmake/config.h.in
@@ -8,6 +8,10 @@
#cmakedefine HAVE_HTONLL
+#cmakedefine HAVE_SELECT
+
+#cmakedefine HAVE_POLL
+
#define AMQ_PLATFORM "@CMAKE_SYSTEM@"
#endif /* CONFIG_H */