diff options
| author | Liam Staskawicz <liam@stask.net> | 2018-01-15 14:38:13 -0800 |
|---|---|---|
| committer | Garrett D'Amore <garrett@damore.org> | 2018-03-02 08:58:27 -0800 |
| commit | 7849fd286533560f10eff202f24007ea6b3dd787 (patch) | |
| tree | d9693bcaf99b3b1bdc12c784c40da8a91e46eba9 /CMakeLists.txt | |
| parent | 91089a2a60d2a74334fc67757fd23ee1f3ae56d5 (diff) | |
| download | nng-7849fd286533560f10eff202f24007ea6b3dd787.tar.gz nng-7849fd286533560f10eff202f24007ea6b3dd787.tar.bz2 nng-7849fd286533560f10eff202f24007ea6b3dd787.zip | |
kqueue: add kqueue-based pollq implementation
Diffstat (limited to 'CMakeLists.txt')
| -rw-r--r-- | CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 77b00f80..e5365e4a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -383,6 +383,7 @@ else () nng_check_sym (backtrace_symbols_fd execinfo.h NNG_HAVE_BACKTRACE) 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) endif () nng_check_sym (strlcat string.h NNG_HAVE_STRLCAT) |
