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 /wince/Makefile.sub | |
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 'wince/Makefile.sub')
-rw-r--r-- | wince/Makefile.sub | 14 |
1 files changed, 5 insertions, 9 deletions
diff --git a/wince/Makefile.sub b/wince/Makefile.sub index 1b14afc8a..7eeed4bfd 100644 --- a/wince/Makefile.sub +++ b/wince/Makefile.sub @@ -221,7 +221,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 @@ -241,12 +240,9 @@ 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_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 @@ -265,15 +261,15 @@ 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_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_GETCWD 1 #define HAVE_CHSIZE 0 #define HAVE_TIMES 1 #define HAVE_TELLDIR 1 @@ -282,12 +278,12 @@ config.h: #define HAVE_COSH 1 #define HAVE_SINH 1 #define HAVE_TANH 1 -#define HAVE_EXECVE 0 #define HAVE_TZNAME 1 #define HAVE_DAYLIGHT 1 #define SETPGRP_VOID 1 -#define inline __inline #define RSHIFT(x,y) ((x)>>(int)y) +#define inline __inline +#define NEED_IO_SEEK_BETWEEN_RW 1 #define DEFAULT_KCODE KCODE_NONE #define DLEXT ".so" #define RUBY_LIB "/lib/ruby/$(MAJOR).$(MINOR)" |