aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/config.h.in
diff options
context:
space:
mode:
authormmitchel <mmitchel@138bc75d-0d04-0410-961f-82ee72b054a4>2000-10-30 21:30:30 +0000
committermmitchel <mmitchel@138bc75d-0d04-0410-961f-82ee72b054a4>2000-10-30 21:30:30 +0000
commit5922e5b56840c8006062900ec044b1971d5e1afb (patch)
treeba017196d447af6f4985360c421d937ed36cf067 /libstdc++-v3/config.h.in
parent7f08b3541b63e2667e3d42343573a0eba95915c6 (diff)
* acinclude.m4 (GLIBCPP_CHECK_COMPLEX_MATH_SUPPORT): Check
for cabs, cabsf, and cabsl, too. * aclocal.m4: Regenerated. * config.h.in: Likewise. * configure: Likewise. * libmath/Makefile.am (libmath_la_SOURCES): Remove cabs.c and cabsf.c. * libmath/Makefile.in: Regenerated. * libmath/complex-stub.h (cabs): Don't declare if the system already provides this function. (cabsf): Likewise. (cabsl): Likewise. * src/complex.cc (abs): Directly use `hypot' since we can't call cabs on IRIX. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@37145 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libstdc++-v3/config.h.in')
-rw-r--r--libstdc++-v3/config.h.in12
1 files changed, 12 insertions, 0 deletions
diff --git a/libstdc++-v3/config.h.in b/libstdc++-v3/config.h.in
index bda6224cda5..5ad6828fbd6 100644
--- a/libstdc++-v3/config.h.in
+++ b/libstdc++-v3/config.h.in
@@ -291,6 +291,15 @@
/* Define if you have the c_logl function. */
#undef HAVE_C_LOGL
+/* Define if you have the cabs function. */
+#undef HAVE_CABS
+
+/* Define if you have the cabsf function. */
+#undef HAVE_CABSF
+
+/* Define if you have the cabsl function. */
+#undef HAVE_CABSL
+
/* Define if you have the carg function. */
#undef HAVE_CARG
@@ -651,6 +660,9 @@
/* Define if you have the <unistd.h> header file. */
#undef HAVE_UNISTD_H
+/* Define if you have the m library (-lm). */
+#undef HAVE_LIBM
+
/* Name of package */
#undef PACKAGE