From d696329e384e8358f2cb520bee9f1e2d09d2c4c8 Mon Sep 17 00:00:00 2001 From: bkoz Date: Wed, 13 Dec 2000 09:25:44 +0000 Subject: 2000-12-12 Benjamin Kosnik * 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 * configure.in: Fix case for host-x-linux * configure: Regenerate. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@38217 138bc75d-0d04-0410-961f-82ee72b054a4 --- libstdc++-v3/acconfig.h | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'libstdc++-v3/acconfig.h') diff --git a/libstdc++-v3/acconfig.h b/libstdc++-v3/acconfig.h index 85b6ca7b9d9..f516be0c69c 100644 --- a/libstdc++-v3/acconfig.h +++ b/libstdc++-v3/acconfig.h @@ -18,6 +18,21 @@ // Define if lldiv_t exists in stdlib.h. #undef HAVE_LLDIV_T +/* Define if you have the atan2f function. */ +#define _GLIBCPP_HAVE_ATAN2F 1 + +/* Define if you have the atan2l function. */ +#define _GLIBCPP_HAVE_ATAN2L 1 + +/* Define if you have the copysignf function. */ +#define _GLIBCPP_HAVE_COPYSIGNF 1 + +/* 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 -- cgit v1.2.1