diff options
Diffstat (limited to 'libstdc++-v3/acconfig.h')
-rw-r--r-- | libstdc++-v3/acconfig.h | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/libstdc++-v3/acconfig.h b/libstdc++-v3/acconfig.h index dbc1c5a2e15..783f6d6db5e 100644 --- a/libstdc++-v3/acconfig.h +++ b/libstdc++-v3/acconfig.h @@ -35,13 +35,16 @@ #undef _GLIBCXX_CONCEPT_CHECKS // Define if the atan2f function exists. -#undef _GLIBCXX_HAVE_ATAN2F +#undef HAVE_ATAN2F // Define if the atan2l function exists. -#undef _GLIBCXX_HAVE_ATAN2L +#undef HAVE_ATAN2L + +// Define if the tanl function exists. +#undef HAVE_TANL // Define if the copysignf function exists. -#undef _GLIBCXX_HAVE_COPYSIGNF +#undef HAVE_COPYSIGNF // Define to use symbol versioning in the shared library. #undef _GLIBCXX_SYMVER @@ -87,6 +90,9 @@ // Define if you have the expl function. #undef HAVE_EXPL +// Define if you have the hypot function. +#undef HAVE_HYPOT + // Define if you have the hypotf function. #undef HAVE_HYPOTF |