summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPixel <pixel@nobis-crew.org>2011-10-09 11:59:43 -0700
committerPixel <pixel@nobis-crew.org>2011-10-09 11:59:43 -0700
commit6666ffcbf14029d651d1ab709aafa29a56a01309 (patch)
treee26920b738fcd85413edae9cc048ca6bff2d340b
parent0712dd07ed01f72da017b7231408b8833a544ed1 (diff)
Enabling the ability of libeio to be embedded by removing config.h
-rw-r--r--eio.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/eio.c b/eio.c
index b51a943..8b3f1f5 100644
--- a/eio.c
+++ b/eio.c
@@ -37,7 +37,7 @@
* either the BSD or the GPL.
*/
-#ifndef _WIN32
+#if !defined(_WIN32) && !defined(EMBED_LIBEIO)
# include "config.h"
#endif