aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Kabaev <kan@FreeBSD.org>2005-01-26 14:23:31 +0000
committerAlexander Kabaev <kan@FreeBSD.org>2005-01-26 14:23:31 +0000
commit63686f9fb919dc8e33c4592c460814d610a8706e (patch)
tree61abe1b277d0aaa6f99441284939d83edafe136d
parent645674fb54448fb04107cb9d6af56193f17efe97 (diff)
downloadsrc-63686f9fb919dc8e33c4592c460814d610a8706e.tar.gz
src-63686f9fb919dc8e33c4592c460814d610a8706e.zip
More math functions.
Prodded by: stefanf
Notes
Notes: svn path=/head/; revision=140864
-rw-r--r--gnu/lib/libstdc++/config.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/lib/libstdc++/config.h b/gnu/lib/libstdc++/config.h
index d764096083bc..f304da9f0dfb 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 ""