diff options
Diffstat (limited to 'libgfortran/config.h.in')
-rw-r--r-- | libgfortran/config.h.in | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/libgfortran/config.h.in b/libgfortran/config.h.in index ffa419cc76b..72d46d9e365 100644 --- a/libgfortran/config.h.in +++ b/libgfortran/config.h.in @@ -483,6 +483,15 @@ /* libm includes ldexpl */ #undef HAVE_LDEXPL +/* libm includes lgamma */ +#undef HAVE_LGAMMA + +/* libm includes lgammaf */ +#undef HAVE_LGAMMAF + +/* libm includes lgammal */ +#undef HAVE_LGAMMAL + /* Define to 1 if you have the `link' function. */ #undef HAVE_LINK @@ -705,6 +714,15 @@ /* libm includes tanl */ #undef HAVE_TANL +/* libm includes tgamma */ +#undef HAVE_TGAMMA + +/* libm includes tgammaf */ +#undef HAVE_TGAMMAF + +/* libm includes tgammal */ +#undef HAVE_TGAMMAL + /* Define to 1 if you have the `time' function. */ #undef HAVE_TIME |