From 5b5127bbdca8fa036f64cfa4481aa9a932c48b21 Mon Sep 17 00:00:00 2001 From: Emil Renner Berthing Date: Thu, 7 Jan 2016 23:00:23 +0100 Subject: ev-config.h.in: remove superfluous 0 --- ev-config.h.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ev-config.h.in b/ev-config.h.in index 38324d3..265741a 100644 --- a/ev-config.h.in +++ b/ev-config.h.in @@ -23,7 +23,7 @@ #undef EV_USE_SELECT #undef EV_USE_POLL #undef EV_USE_EPOLL -#undef EV_USE_KQUEUE 0 +#undef EV_USE_KQUEUE #define EV_USE_PORT 0 #define EV_MULTIPLICITY 0 -- cgit v1.2.1