diff options
author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2006-08-12 06:56:09 +0000 |
---|---|---|
committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2006-08-12 06:56:09 +0000 |
commit | edcb8975ac13b9b0dd392b3a8c18cef64546b010 (patch) | |
tree | 5acf171b97b3bb42bf8f4ee3581dd79f3f427637 /bcc32 | |
parent | 0fe7592d74ce3553a949af420455362564b8e7b7 (diff) | |
download | ruby-edcb8975ac13b9b0dd392b3a8c18cef64546b010.tar.gz |
* configure.in, bcc32/Makefile.sub, win32/Makefile.sub, win32/dir.h,
win32/win32.c, win32/win32.h: large file support for win32.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@10720 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'bcc32')
-rw-r--r-- | bcc32/Makefile.sub | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/bcc32/Makefile.sub b/bcc32/Makefile.sub index b177ca023d..4c1c382891 100644 --- a/bcc32/Makefile.sub +++ b/bcc32/Makefile.sub @@ -214,13 +214,14 @@ $(CONFIG_H): $(MKFILES) $(srcdir)bcc32/Makefile.sub \#define HAVE_STDLIB_H 1 \#define HAVE_STRING_H 1 \#define HAVE_MEMORY_H 1 +\#define HAVE_LONG_LONG 1 \#define HAVE_OFF_T 1 \#define SIZEOF_INT 4 \#define SIZEOF_SHORT 2 \#define SIZEOF_LONG 4 \#define SIZEOF_LONG_LONG 0 \#define SIZEOF___INT64 8 -\#define SIZEOF_OFF_T 4 +\#define SIZEOF_OFF_T 8 \#define SIZEOF_VOIDP 4 \#define SIZEOF_FLOAT 4 \#define SIZEOF_DOUBLE 8 @@ -264,7 +265,9 @@ $(CONFIG_H): $(MKFILES) $(srcdir)bcc32/Makefile.sub \#define HAVE_WAITPID 1 \#define HAVE_FSYNC 1 \#define HAVE_GETCWD 1 -\#define HAVE_CHSIZE 1 +\#define HAVE_TRUNCATE 1 +\#define HAVE_FSEEKO 1 +\#define HAVE_FTELLO 1 \#define HAVE_TIMES 1 \#define HAVE_FCNTL 1 \#define HAVE_LINK 1 |