Disable the kqueue backend because it crashes under certain circumstances (see bug #169).
This commit is contained in:
parent
b28417c3a3
commit
ebd3ccf98e
@ -106,8 +106,10 @@
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef BSD_LIKE
|
#ifdef BSD_LIKE
|
||||||
|
/*
|
||||||
#define USE_KQUEUE
|
#define USE_KQUEUE
|
||||||
#include <sys/event.h>
|
#include <sys/event.h>
|
||||||
|
*/
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#define USE_SELECT
|
#define USE_SELECT
|
||||||
|
Loading…
Reference in New Issue
Block a user