From 3a1a8495d2c80f8f23c20a1958bf6f314a5d9e8a Mon Sep 17 00:00:00 2001 From: Alexander Kabaev Date: Wed, 26 Jan 2005 13:57:22 +0000 Subject: We have floorl() now. Reflect this in the library config file. --- gnu/lib/libstdc++/config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gnu/lib/libstdc++') diff --git a/gnu/lib/libstdc++/config.h b/gnu/lib/libstdc++/config.h index a34d4daeb55d..d764096083bc 100644 --- a/gnu/lib/libstdc++/config.h +++ b/gnu/lib/libstdc++/config.h @@ -261,7 +261,7 @@ #define HAVE_FLOORF 1 /* Define to 1 if you have the `floorl' function. */ -/* #undef HAVE_FLOORL */ +#define HAVE_FLOORL 1 /* Define to 1 if you have the `fmodf' function. */ #define HAVE_FMODF 1 -- cgit v1.3