Archived
1
0

correct define

This commit is contained in:
Jeff Becker 2018-05-06 08:48:44 -04:00
parent 05d27962c4
commit 3996250ee9
No known key found for this signature in database
GPG Key ID: F357B3B42F6F9B05

View File

@ -6,7 +6,7 @@ constexpr size_t ev_buffsz = 512;
#include "epoll.hpp"
typedef nntpchan::ev::EpollLoop<ev_buffsz> LoopImpl;
#else
#ifdef __freebsd__
#ifdef __FreeBSD__
#include "kqueue.hpp"
typedef nntpchan::ev::KqueueLoop<ev_buffsz> LoopImpl;
#else