summaryrefslogtreecommitdiff
path: root/wince
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2004-02-14 14:59:19 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2004-02-14 14:59:19 +0000
commit25498896634334e4df3b708957d99dc257f819e5 (patch)
treefab522cdaa287f2ac7a4d686569122059738a73d /wince
parente8262c8f044505690aec95b65daf78b40ae8b2dd (diff)
* 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: svn+ssh://ci.ruby-lang.org/ruby/trunk@5705 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'wince')
-rw-r--r--wince/Makefile.sub14
1 files changed, 5 insertions, 9 deletions
diff --git a/wince/Makefile.sub b/wince/Makefile.sub
index 1b14afc8a0..7eeed4bfdb 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)"