From 8a4cbc733114d0a51bc324b466764d10985cbd80 Mon Sep 17 00:00:00 2001 From: matz Date: Mon, 31 May 1999 09:13:34 +0000 Subject: 990531 git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_3@478 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- config_h.dj | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) (limited to 'config_h.dj') diff --git a/config_h.dj b/config_h.dj index ebed8c446a..af832f3fb2 100644 --- a/config_h.dj +++ b/config_h.dj @@ -1,8 +1,12 @@ #define USE_THREAD 1 #define SIZEOF_INT 4 +#define SIZEOF_SHORT 2 #define SIZEOF_LONG 4 #define SIZEOF_VOIDP 4 +#define SIZEOF_FLOAT 4 +#define SIZEOF_DOUBLE 8 #define HAVE_PROTOTYPES 1 +#define TOKEN_PASTE(x,y) x##y #define HAVE_STDARG_PROTOTYPES 1 #define HAVE_ATTR_NORETURN 1 #define HAVE_DIRENT_H 1 @@ -38,6 +42,9 @@ #define HAVE_STRSTR 1 #define HAVE_STRTOUL 1 #define HAVE_STRDUP 1 +#define HAVE_ISINF 1 +#define HAVE_ISNAN 1 +#define HAVE_FINITE 1 #define HAVE_FMOD 1 #define HAVE_RANDOM 1 #define HAVE_WAITPID 1 @@ -57,8 +64,8 @@ #define RSHIFT(x,y) ((x)>>y) #define FILE_COUNT _cnt #define DLEXT ".o" -#define RUBY_LIB "/usr/local/lib/ruby" -#define RUBY_SITE_LIB "/usr/local/lib/ruby/site_ruby" -#define RUBY_ARCHLIB "/usr/local/lib/ruby/i386-djgpp" -#define RUBY_SITE_ARCHLIB "/usr/local/lib/ruby/site_ruby/i386-djgpp" +#define RUBY_LIB "/usr/local/lib/ruby/1.3" +#define RUBY_SITE_LIB "/usr/local/lib/ruby/1.3/site_ruby" #define RUBY_PLATFORM "i386-djgpp" +#define RUBY_ARCHLIB "/usr/local/lib/ruby/1.3/i386-djgpp" +#define RUBY_SITE_ARCHLIB "/usr/local/lib/1.3/ruby/site_ruby/i386-djgpp" -- cgit v1.2.3