From c31dcc79b52c1ee5d414d6fd487ea427bd66afd7 Mon Sep 17 00:00:00 2001 From: ocean Date: Fri, 24 Feb 2006 02:37:59 +0000 Subject: * bcc32/Makefile.sub (HAVE_HYPOT): bcc32 has hypot(). git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@9996 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- bcc32/Makefile.sub | 1 + 1 file changed, 1 insertion(+) (limited to 'bcc32/Makefile.sub') diff --git a/bcc32/Makefile.sub b/bcc32/Makefile.sub index 6a85b57d4a..cef02730d8 100644 --- a/bcc32/Makefile.sub +++ b/bcc32/Makefile.sub @@ -253,6 +253,7 @@ $(CONFIG_H): $(MKFILES) $(srcdir)bcc32/Makefile.sub \#define HAVE_STRTOUL 1 \#define HAVE_ISNAN 1 \#define HAVE_FINITE 1 +\#define HAVE_HYPOT 1 \#define HAVE_FMOD 1 \#define HAVE_WAITPID 1 \#define HAVE_FSYNC 1 -- cgit v1.2.3