diff options
author | usa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2003-12-23 08:29:54 +0000 |
---|---|---|
committer | usa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2003-12-23 08:29:54 +0000 |
commit | d5ae9837ffe13841f26c073914d61f9abb279272 (patch) | |
tree | d6cb310635cc54313e95962f670690a9b8f36d65 /bcc32 | |
parent | d83e21d15ddd9142c448aea80dbca6c452ecff6a (diff) |
* bcc32/Makefile.sub (config.h): bcc has finite(). [ruby-list:38940]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@5258 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'bcc32')
-rw-r--r-- | bcc32/Makefile.sub | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bcc32/Makefile.sub b/bcc32/Makefile.sub index 26e4d7f9dd..537dc14e94 100644 --- a/bcc32/Makefile.sub +++ b/bcc32/Makefile.sub @@ -280,6 +280,7 @@ config.h: \#define HAVE_DECL_SYS_NERR 1 \#define HAVE_ISNAN 1 +\#define HAVE_FINITE 1 \#define HAVE_MEMMOVE 1 \#define HAVE_MKDIR 1 \#define HAVE_STRCASECMP 1 |