aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorLiam Staskawicz <liam@stask.net>2018-03-04 19:35:29 -0800
committerGarrett D'Amore <garrett@damore.org>2018-03-15 15:43:50 -0700
commit91866ed9365ab89069c12da41c873c23d0ba1d19 (patch)
tree6d4fc539750de9335915321a10410bccd1c65bd9 /CMakeLists.txt
parente926c650a9ed6154b0514484d68c8711e31931d3 (diff)
downloadnng-91866ed9365ab89069c12da41c873c23d0ba1d19.tar.gz
nng-91866ed9365ab89069c12da41c873c23d0ba1d19.tar.bz2
nng-91866ed9365ab89069c12da41c873c23d0ba1d19.zip
epoll: add epoll-based pollq implementation
fixes #33
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 64eae5c1..bf96d157 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -393,6 +393,7 @@ else ()
nng_check_sym (alloca alloca.h NNG_HAVE_ALLOCA)
nng_check_struct_member(msghdr msg_control sys/socket.h NNG_HAVE_MSG_CONTROL)
nng_check_sym (kqueue sys/event.h NNG_HAVE_KQUEUE)
+ nng_check_sym (epoll_wait sys/epoll.h NNG_HAVE_EPOLL)
endif ()
nng_check_sym (strlcat string.h NNG_HAVE_STRLCAT)