projects
/
dana
/
urxvt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1ee836d
)
disable kqueue
author
root
<root>
Thu, 22 Nov 2007 05:40:31 +0000
(
05:40
+0000)
committer
root
<root>
Thu, 22 Nov 2007 05:40:31 +0000
(
05:40
+0000)
src/ev_cpp.h
patch
|
blob
|
history
diff --git
a/src/ev_cpp.h
b/src/ev_cpp.h
index 86dbc9aae36f78d32c54dd4104f67253f1180bc8..ac53b0f384285f2dfb5d7bd8feaa8bfaa7058cc9 100644
(file)
--- 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"