summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorroot <root>2011-05-30 12:56:49 +0000
committerroot <root>2011-05-30 12:56:49 +0000
commit2c409958a81ce7c7c364f37b9ce6b77a2af1060d (patch)
treed3b4adea6a0972393d8e2cc9ced5ef8aa9e26dd2
parentc6c5c572c13d73f95ae3201fb15f3790a6a14fb3 (diff)
*** empty log message ***
-rwxr-xr-xautogen.sh2
-rw-r--r--eio.c5
2 files changed, 5 insertions, 2 deletions
diff --git a/autogen.sh b/autogen.sh
index bd3387c..7cd3d75 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -1,5 +1,5 @@
libtoolize
aclocal
automake --add-missing
-autoconf
autoheader
+autoconf
diff --git a/eio.c b/eio.c
index 5edc858..d19df11 100644
--- a/eio.c
+++ b/eio.c
@@ -37,6 +37,10 @@
* either the BSD or the GPL.
*/
+#ifndef _WIN32
+# include "config.h"
+#endif
+
#include "eio.h"
#ifdef EIO_STACKSIZE
@@ -73,7 +77,6 @@
/*doh*/
#else
-# include "config.h"
# include <sys/time.h>
# include <sys/select.h>
# include <unistd.h>