summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--config.Darwin2
-rw-r--r--config.FreeBSD2
-rw-r--r--config.Linux2
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