kqueue() BSD fixes
This commit is contained in:
@@ -108,13 +108,11 @@
|
||||
#include <sys/epoll.h>
|
||||
#endif
|
||||
|
||||
/*
|
||||
#if defined(__APPLE__) || defined(__FreeBSD__) || defined(__OpenBSD__) || defined(__NetBSD__)
|
||||
#define USE_KQUEUE
|
||||
#define HAVE_BACKEND
|
||||
#include <sys/event.h>
|
||||
#endif
|
||||
*/
|
||||
|
||||
#ifndef HAVE_BACKEND
|
||||
#define USE_SELECT
|
||||
|
||||
Reference in New Issue
Block a user