From 6666ffcbf14029d651d1ab709aafa29a56a01309 Mon Sep 17 00:00:00 2001 From: Pixel Date: Sun, 9 Oct 2011 11:59:43 -0700 Subject: Enabling the ability of libeio to be embedded by removing config.h --- eio.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3