From c9dc898d2f336186f739d895acac26294f6193c2 Mon Sep 17 00:00:00 2001 From: root Date: Sun, 18 Nov 2007 02:41:02 +0000 Subject: [PATCH] disable poll --- src/ev_cpp.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/ev_cpp.h b/src/ev_cpp.h index 2afe0e77..86dbc9aa 100644 --- a/src/ev_cpp.h +++ b/src/ev_cpp.h @@ -1,3 +1,4 @@ +#define EV_USE_POLL 0 #define EV_MULTIPLICITY 0 #define EV_PERIODICS 0 #include "ev++.h" -- 2.34.1