diff options
author | ocean <ocean@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2004-02-16 16:27:39 +0000 |
---|---|---|
committer | ocean <ocean@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2004-02-16 16:27:39 +0000 |
commit | a08492a0fcbb9a4460ff0b2de4933fe37dce87c6 (patch) | |
tree | 1bf3853c7597b7f354e426535a30f2156ff35078 /wince | |
parent | f02371868e08e885e41053da3a214f9581144b6c (diff) |
* bcc32/Makefile.sub: backport from 1.9 - configure. (Thanks Nakada)
[ruby-dev:22910]
* win32/Makefile.sub: ditto.
* wince/Makefile.sub: ditto.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@5738 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'wince')
-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 0406f643fd..5ad5154d67 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 DLEXT2 ".dll" |