From 330ae97d985283da8b50204742f2adf61c160713 Mon Sep 17 00:00:00 2001 From: Emil Renner Berthing Date: Tue, 24 Jan 2012 19:13:53 +0100 Subject: config: enable async events --- config.Darwin | 2 +- config.FreeBSD | 2 +- config.Linux | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/config.Darwin b/config.Darwin index 9bea4cd..df5f5ae 100644 --- a/config.Darwin +++ b/config.Darwin @@ -35,7 +35,7 @@ #define EV_EMBED_ENABLE 0 #define EV_STAT_ENABLE 0 #define EV_FORK_ENABLE 0 -#define EV_ASYNC_ENABLE 0 +#define EV_ASYNC_ENABLE 1 #define EV_MINPRI 0 #define EV_MAXPRI 0 diff --git a/config.FreeBSD b/config.FreeBSD index d1203ad..b89f903 100644 --- a/config.FreeBSD +++ b/config.FreeBSD @@ -35,7 +35,7 @@ #define EV_EMBED_ENABLE 0 #define EV_STAT_ENABLE 0 #define EV_FORK_ENABLE 0 -#define EV_ASYNC_ENABLE 0 +#define EV_ASYNC_ENABLE 1 #define EV_MINPRI 0 #define EV_MAXPRI 0 diff --git a/config.Linux b/config.Linux index 0889478..e25e06b 100644 --- a/config.Linux +++ b/config.Linux @@ -35,7 +35,7 @@ #define EV_EMBED_ENABLE 0 #define EV_STAT_ENABLE 0 #define EV_FORK_ENABLE 0 -#define EV_ASYNC_ENABLE 0 +#define EV_ASYNC_ENABLE 1 #define EV_MINPRI 0 #define EV_MAXPRI 0 -- cgit v1.2.1