#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"
#define HAVE_GCC_BUILTINS (__GNUC__ >= 4 || (__GNUC__ == 3 && __GNUC_MINOR__ == 4))
-#if __GNUC__ >= 3
+#if __GNUC__ >= 4
# define rxvt_attribute(x) __attribute__(x)
#else
# define rxvt_attribute(x)