From c87332937b33f40c8ece6e88c69ba5ef1d025761 Mon Sep 17 00:00:00 2001 From: eban Date: Sun, 27 Oct 2002 09:04:55 +0000 Subject: * djgpp/*: sync with the latest. * ext/extmk.rb, lib/mkmf.rb: flush $stdout. * io.c (READ_DATA_PENDING_COUNT, READ_DATA_PENDING_PTR): undef these macros on DJGPP. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@3007 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- djgpp/config.hin | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'djgpp/config.hin') diff --git a/djgpp/config.hin b/djgpp/config.hin index 862ef8dc2a..8ee427c92f 100644 --- a/djgpp/config.hin +++ b/djgpp/config.hin @@ -71,8 +71,6 @@ #define HAVE_HYPOT 1 #define HAVE_ACOSH 1 #define HAVE_FMOD 1 -#define HAVE_DRAND48 1 -#define HAVE_RANDOM 1 #define HAVE_WAITPID 1 #define HAVE_FSYNC 1 #define HAVE_TRUNCATE 1 @@ -96,7 +94,6 @@ #define HAVE_COSH 1 #define HAVE_SINH 1 #define HAVE_TANH 1 -#define HAVE_INITSTATE 1 #define HAVE_STRUCT_TM_TM_ZONE 1 #define HAVE_TM_ZONE 1 #define HAVE_STRUCT_TM_TM_GMTOFF 1 @@ -106,8 +103,9 @@ #define RSHIFT(x,y) ((x)>>(int)y) #define FILE_COUNT _cnt #define FILE_READPTR _ptr +#define NEED_IO_FLUSH_BETWEEN_RW 1 #define DEFAULT_KCODE KCODE_NONE -#define DLEXT ".o" +#define DLEXT ".so" #define RUBY_LIB "/lib/ruby/@MAJOR@.@MINOR@" #define RUBY_SITE_LIB "/lib/ruby/site_ruby" #define RUBY_SITE_LIB2 "/lib/ruby/site_ruby/@MAJOR@.@MINOR@" -- cgit v1.2.3