aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/config.h.in
diff options
context:
space:
mode:
authorBenjamin Kosnik <bkoz@gcc.gnu.org>2000-12-13 09:25:44 +0000
committerBenjamin Kosnik <bkoz@gcc.gnu.org>2000-12-13 09:25:44 +0000
commiteebc608e3b64bb2cdfb1f400d4abfa0f622df2d6 (patch)
tree43a56406cf2f2cb108a8ae44a1e6dd9690671415 /libstdc++-v3/config.h.in
parent29b8e5ddc05726cbbf26142fcd09448193a7071a (diff)
downloadgcc-eebc608e3b64bb2cdfb1f400d4abfa0f622df2d6.zip
gcc-eebc608e3b64bb2cdfb1f400d4abfa0f622df2d6.tar.gz
gcc-eebc608e3b64bb2cdfb1f400d4abfa0f622df2d6.tar.bz2
[multiple changes]
2000-12-12 Benjamin Kosnik <bkoz@purist.soma.redhat.com> * acinclude.m4 (GLIBCPP_CHECK_CTYPE_SUPPORT): Don't link ctype files here... * configure.in: Rather, do it once for all targets here. Clean up canadian cross and cross compile targets for linux-targeted crosses. * configure: Regenerate. * aclocal.m4: Regnerate. * acconfig.h: Add more defines. * config.h.in: Regenerate. 2000-12-12 Angela Marie Thomas <angela@cygnus.com> * configure.in: Fix case for host-x-linux * configure: Regenerate. From-SVN: r38217
Diffstat (limited to 'libstdc++-v3/config.h.in')
-rw-r--r--libstdc++-v3/config.h.in15
1 files changed, 9 insertions, 6 deletions
diff --git a/libstdc++-v3/config.h.in b/libstdc++-v3/config.h.in
index 3b5ceff..ce72a7e 100644
--- a/libstdc++-v3/config.h.in
+++ b/libstdc++-v3/config.h.in
@@ -18,6 +18,12 @@
// Define if lldiv_t exists in stdlib.h.
#undef HAVE_LLDIV_T
+/* Define if you have the modff function. */
+#undef HAVE_MODFF
+
+/* Define if you have the modfl function. */
+#undef HAVE_MODFL
+
// Define if the compiler/host combination has __builtin_abs
#undef HAVE___BUILTIN_ABS
@@ -69,12 +75,6 @@
// Define if LC_MESSAGES is available in <locale.h>.
#undef HAVE_LC_MESSAGES
-// Define if <float.h> exists.
-#undef HAVE_FLOAT_H
-
-// Define if modf is present in <math.h>
-#undef HAVE_MODF
-
/* Define if you have the _acosf function. */
#undef HAVE__ACOSF
@@ -108,6 +108,9 @@
/* Define if you have the _copysign function. */
#undef HAVE__COPYSIGN
+/* Define if you have the _copysignf function. */
+#undef HAVE__COPYSIGNF
+
/* Define if you have the _copysignl function. */
#undef HAVE__COPYSIGNL