From 3ff9202b440bbffe0c76d04a1f985f6d1023b3b7 Mon Sep 17 00:00:00 2001 From: kan Date: Wed, 26 Jan 2005 14:23:31 +0000 Subject: More math functions. Prodded by: stefanf --- gnu/lib/libstdc++/config.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'gnu/lib/libstdc++') diff --git a/gnu/lib/libstdc++/config.h b/gnu/lib/libstdc++/config.h index d764096..f304da9 100644 --- a/gnu/lib/libstdc++/config.h +++ b/gnu/lib/libstdc++/config.h @@ -201,7 +201,7 @@ #define HAVE_CEILF 1 /* Define to 1 if you have the `ceill' function. */ -/* #undef HAVE_CEILL */ +#define HAVE_CEILL 1 /* Define to 1 if you have the `copysign' function. */ #define HAVE_COPYSIGN 1 @@ -858,10 +858,10 @@ #define HAVE___SIGNBIT 1 /* Define to 1 if you have the `__signbitf' function. */ -/* #undef HAVE___SIGNBITF */ +#define HAVE___SIGNBITF 1 /* Define to 1 if you have the `__signbitl' function. */ -/* #undef HAVE___SIGNBITL */ +#define HAVE___SIGNBITL 1 /* Define to the address where bug reports for this package should be sent. */ #define PACKAGE_BUGREPORT "" -- cgit v1.1