diff options
Diffstat (limited to 'libquadmath/config.h.in')
-rw-r--r-- | libquadmath/config.h.in | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/libquadmath/config.h.in b/libquadmath/config.h.in index 648942b281c..5dd10184f0d 100644 --- a/libquadmath/config.h.in +++ b/libquadmath/config.h.in @@ -6,6 +6,24 @@ /* Define to 1 if you have the <dlfcn.h> header file. */ #undef HAVE_DLFCN_H +/* libm includes feholdexcept */ +#undef HAVE_FEHOLDEXCEPT + +/* Define to 1 if you have the <fenv.h> header file. */ +#undef HAVE_FENV_H + +/* libm includes fesetenv */ +#undef HAVE_FESETENV + +/* libm includes fesetround */ +#undef HAVE_FESETROUND + +/* libm includes fetestexcept */ +#undef HAVE_FETESTEXCEPT + +/* libm includes feupdateenv */ +#undef HAVE_FEUPDATEENV + /* Define to 1 if you have the <inttypes.h> header file. */ #undef HAVE_INTTYPES_H |