From 693599714a16c085f912dcddde16f52a18d2858b Mon Sep 17 00:00:00 2001 From: eban Date: Sun, 14 May 2000 09:36:29 +0000 Subject: fix bug; support mingw32. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@690 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- win32/config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'win32/config.h') diff --git a/win32/config.h b/win32/config.h index b1a2d8d0d9..32c9f4e43d 100644 --- a/win32/config.h +++ b/win32/config.h @@ -5,7 +5,7 @@ /* #define HAVE_UNISTD_H 1 */ #define HAVE_STDLIB_H 1 #define HAVE_LIMITS_H 1 -#define HAVE_SYS_FILE_H 1 +/* #define HAVE_SYS_FILE_H 1 */ #define HAVE_FCNTL_H 1 /* #define HAVE_PWD_H 1 */ /* #define HAVE_SYS_TIME_H 1 */ -- cgit v1.2.3