diff options
author | Pixel <pixel@nobis-crew.org> | 2011-10-09 11:59:43 -0700 |
---|---|---|
committer | Pixel <pixel@nobis-crew.org> | 2011-10-09 11:59:43 -0700 |
commit | 6666ffcbf14029d651d1ab709aafa29a56a01309 (patch) | |
tree | e26920b738fcd85413edae9cc048ca6bff2d340b | |
parent | 0712dd07ed01f72da017b7231408b8833a544ed1 (diff) |
Enabling the ability of libeio to be embedded by removing config.h
-rw-r--r-- | eio.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -37,7 +37,7 @@ * either the BSD or the GPL. */ -#ifndef _WIN32 +#if !defined(_WIN32) && !defined(EMBED_LIBEIO) # include "config.h" #endif |