Disable the kqueue backend because it crashes under certain circumstances (see bug #169).

This commit is contained in:
Jan Vidar Krey 2011-12-09 17:01:02 +01:00
parent b28417c3a3
commit ebd3ccf98e
1 changed files with 2 additions and 0 deletions

View File

@ -106,8 +106,10 @@
#endif
#ifdef BSD_LIKE
/*
#define USE_KQUEUE
#include <sys/event.h>
*/
#endif
#define USE_SELECT