From: root Date: Thu, 22 Nov 2007 05:40:31 +0000 (+0000) Subject: disable kqueue X-Git-Url: http://git.openbox.org/?a=commitdiff_plain;h=eced11bf8750876e9805ae2fa4093f61bd148dbb;p=dana%2Furxvt.git disable kqueue --- diff --git a/src/ev_cpp.h b/src/ev_cpp.h index 86dbc9aa..ac53b0f3 100644 --- a/src/ev_cpp.h +++ b/src/ev_cpp.h @@ -1,4 +1,11 @@ #define EV_USE_POLL 0 #define EV_MULTIPLICITY 0 #define EV_PERIODICS 0 + +#ifndef __NetBSD__ +// disable kqueue on anything but netbsd, as its broken +// on freebsd, openbsd and darwin +# define EV_USE_KQUEUE 0 +#endif + #include "ev++.h"