diff options
Diffstat (limited to 'libstdc++-v3/config.h.in')
| -rw-r--r-- | libstdc++-v3/config.h.in | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/libstdc++-v3/config.h.in b/libstdc++-v3/config.h.in index f8877ac..2184c2d 100644 --- a/libstdc++-v3/config.h.in +++ b/libstdc++-v3/config.h.in @@ -69,6 +69,9 @@ /* Define to 1 if you have the `fabsl' function. */ #undef HAVE_FABSL +/* Define to 1 if you have the <fenv.h> header file. */ +#undef HAVE_FENV_H + /* Define to 1 if you have the `finite' function. */ #undef HAVE_FINITE @@ -700,6 +703,10 @@ namespace std::tr1. */ #undef _GLIBCXX_USE_C99_CTYPE_TR1 +/* Define if C99 functions in <fenv.h> should be imported in <tr1/cfenv> in + namespace std::tr1. */ +#undef _GLIBCXX_USE_C99_FENV_TR1 + /* Define if C99 functions or macros in <math.h> should be imported in <cmath> in namespace std. */ #undef _GLIBCXX_USE_C99_MATH |
