diff options
| author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2004-02-14 14:59:19 +0000 |
|---|---|---|
| committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2004-02-14 14:59:19 +0000 |
| commit | 1395ccb8a55bc1f8d794146e9a70c468fc967b53 (patch) | |
| tree | fab522cdaa287f2ac7a4d686569122059738a73d /win32 | |
| parent | 86588d2b2210f6328cf2a15d7b38531395727aa6 (diff) | |
| download | ruby-1395ccb8a55bc1f8d794146e9a70c468fc967b53.tar.gz ruby-1395ccb8a55bc1f8d794146e9a70c468fc967b53.tar.xz ruby-1395ccb8a55bc1f8d794146e9a70c468fc967b53.zip | |
* mkconfig.rb: use fileutils.rb instead of ftools.rb.
* bcc32/Makefile.sub, win32/Makefile.sub (config.h): define
STACK_GROW_DIRECTION.
* bcc32/Makefile.sub (config.h): add newer checks.
* wince/Makefile.sub (config.h): define NEED_IO_SEEK_BETWEEN_RW.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5705 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'win32')
| -rw-r--r-- | win32/Makefile.sub | 16 |
1 files changed, 6 insertions, 10 deletions
diff --git a/win32/Makefile.sub b/win32/Makefile.sub index 8cd23e90a..ba245e793 100644 --- a/win32/Makefile.sub +++ b/win32/Makefile.sub @@ -231,7 +231,6 @@ config.h: #define HAVE_STDLIB_H 1 #define HAVE_STRING_H 1 #define HAVE_MEMORY_H 1 -#define HAVE_FLOAT_H 1 #define HAVE_OFF_T 1 #define SIZEOF_INT 4 #define SIZEOF_SHORT 2 @@ -251,13 +250,10 @@ config.h: #define NORETURN(x) x #endif #define HAVE_DECL_SYS_NERR 1 -#define STDC_HEADERS 1 -#define HAVE_STDLIB_H 1 -#define HAVE_STRING_H 1 #define HAVE_LIMITS_H 1 #define HAVE_FCNTL_H 1 #define HAVE_SYS_UTIME_H 1 -#define HAVE_MEMORY_H 1 +#define HAVE_FLOAT_H 1 #define uid_t int #define gid_t int #define HAVE_STRUCT_STAT_ST_RDEV 1 @@ -278,17 +274,17 @@ config.h: #define HAVE_STRTOD 1 #define HAVE_STRTOL 1 #define HAVE_STRTOUL 1 -#define HAVE_GETCWD 1 #define HAVE_FLOCK 1 #define HAVE_VSNPRINTF 1 #define HAVE_ISNAN 1 #define HAVE_FINITE 1 +#define HAVE_HYPOT 1 #define HAVE_FMOD 1 #define HAVE_FREXP 1 -#define HAVE_HYPOT 1 #define HAVE_MODF 1 #define HAVE_WAITPID 1 #define HAVE_FSYNC 1 +#define HAVE_GETCWD 1 #define HAVE_CHSIZE 1 #define HAVE_TIMES 1 #define HAVE_LINK 1 @@ -299,15 +295,15 @@ config.h: #define HAVE_COSH 1 #define HAVE_SINH 1 #define HAVE_TANH 1 -#define HAVE_EXECVE 1 #define HAVE_TZNAME 1 #define HAVE_DAYLIGHT 1 #define SETPGRP_VOID 1 -#define inline __inline -#define NEED_IO_SEEK_BETWEEN_RW 1 #define RSHIFT(x,y) ((x)>>(int)y) #define FILE_COUNT _cnt #define FILE_READPTR _ptr +#define inline __inline +#define NEED_IO_SEEK_BETWEEN_RW 1 +#define STACK_GROW_DIRECTION -1 #define DEFAULT_KCODE KCODE_NONE #define DLEXT ".so" #define RUBY_LIB "/lib/ruby/$(MAJOR).$(MINOR)" |
