diff options
| author | eban <eban@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2000-05-14 09:36:29 +0000 |
|---|---|---|
| committer | eban <eban@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2000-05-14 09:36:29 +0000 |
| commit | 39ceaddfc9dbd85d51e4947867a91d23227a51e0 (patch) | |
| tree | e7b00c267be0a21f0b09ddf83c3f2112df36dfa9 /win32 | |
| parent | d521393de79b7e109ce35a10b8ca0675d0e75503 (diff) | |
fix bug; support mingw32.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@690 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'win32')
| -rw-r--r-- | win32/config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/win32/config.h b/win32/config.h index b1a2d8d0d..32c9f4e43 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 */ |
