From 109868f7700a29a61100c417ef38b7e994579185 Mon Sep 17 00:00:00 2001 From: Michael Beck Date: Fri, 13 May 2005 14:57:33 +0000 Subject: [PATCH] io.h define added [r5842] --- win32/config.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/win32/config.h b/win32/config.h index c6f390e3c..430ad3474 100644 --- a/win32/config.h +++ b/win32/config.h @@ -54,6 +54,9 @@ /* Define to 1 if you have the header file. */ #define HAVE_UNISTD_H 1 +/* Define to 1 if you have the header file. */ +#define HAVE_IO_H 1 + /* Define to the address where bug reports for this package should be sent. */ #define PACKAGE_BUGREPORT "" -- 2.20.1