From e80a56868db0fdccb40173a4c2a562771a171cac Mon Sep 17 00:00:00 2001 From: usa Date: Tue, 23 Dec 2003 08:29:54 +0000 Subject: * bcc32/Makefile.sub (config.h): bcc has finite(). [ruby-list:38940] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5258 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- bcc32/Makefile.sub | 1 + 1 file changed, 1 insertion(+) (limited to 'bcc32') diff --git a/bcc32/Makefile.sub b/bcc32/Makefile.sub index 26e4d7f9d..537dc14e9 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 -- cgit