summaryrefslogtreecommitdiff
path: root/win32
diff options
context:
space:
mode:
authoreban <eban@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2000-05-14 09:36:29 +0000
committereban <eban@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2000-05-14 09:36:29 +0000
commit693599714a16c085f912dcddde16f52a18d2858b (patch)
treee7b00c267be0a21f0b09ddf83c3f2112df36dfa9 /win32
parent73667560792c0dc7bdbcd96b4ba56c65ba558506 (diff)
fix bug; support mingw32.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@690 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'win32')
-rw-r--r--win32/config.h2
1 files changed, 1 insertions, 1 deletions
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 */