aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/config.h.in
diff options
context:
space:
mode:
authorbkoz <bkoz@138bc75d-0d04-0410-961f-82ee72b054a4>2000-06-22 06:19:44 +0000
committerbkoz <bkoz@138bc75d-0d04-0410-961f-82ee72b054a4>2000-06-22 06:19:44 +0000
commit7fdffd07d0f8faf312beb4deb5632635e44f58ea (patch)
treeb66d14cfea691b977946d246def16eecbdcc5321 /libstdc++-v3/config.h.in
parent30d247b21596a18485efa8fc78730290f2be336a (diff)
2000-06-21 Benjamin Kosnik <bkoz@soma.redhat.com>
Fix alpha, powerpc build failures. * acinclude.m4 (GLIBCPP_CHECK_MATH_SUPPORT): Substantially re-write. Need to check for both proper declaration when using a c++ compiler, and "C" linkage when linking. Do both, and if both exist, then define the HAVE_* bits in config.h. (GLIBCPP_CHECK_MATH_DECL_AND_LINKAGE_n): New, uber-macros. Does all. (GLIBCPP_CHECK_LINKER_FEATURES): Actually link and run this program, doh. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@34643 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libstdc++-v3/config.h.in')
-rw-r--r--libstdc++-v3/config.h.in12
1 files changed, 0 insertions, 12 deletions
diff --git a/libstdc++-v3/config.h.in b/libstdc++-v3/config.h.in
index be880d9588a..f7bbfda7c6f 100644
--- a/libstdc++-v3/config.h.in
+++ b/libstdc++-v3/config.h.in
@@ -312,9 +312,6 @@
/* Define if you have the _fpclass function. */
#undef HAVE__FPCLASS
-/* Define if you have the _fqfinite function. */
-#undef HAVE__FQFINITE
-
/* Define if you have the _frexpf function. */
#undef HAVE__FREXPF
@@ -399,12 +396,6 @@
/* Define if you have the _sqrtl function. */
#undef HAVE__SQRTL
-/* Define if you have the _strtof function. */
-#undef HAVE__STRTOF
-
-/* Define if you have the _strtold function. */
-#undef HAVE__STRTOLD
-
/* Define if you have the _tanf function. */
#undef HAVE__TANF
@@ -612,9 +603,6 @@
/* Define if you have the fpclass function. */
#undef HAVE_FPCLASS
-/* Define if you have the fqfinite function. */
-#undef HAVE_FQFINITE
-
/* Define if you have the frexpf function. */
#undef HAVE_FREXPF