diff options
Diffstat (limited to 'libgfortran/config.h.in')
-rw-r--r-- | libgfortran/config.h.in | 48 |
1 files changed, 48 insertions, 0 deletions
diff --git a/libgfortran/config.h.in b/libgfortran/config.h.in index 5d15121d34d..c3d0d0b53fc 100644 --- a/libgfortran/config.h.in +++ b/libgfortran/config.h.in @@ -30,6 +30,18 @@ /* libm includes coshf */ #undef HAVE_COSHF +/* libm includes erf */ +#undef HAVE_ERF + +/* libm includes erfc */ +#undef HAVE_ERFC + +/* libm includes erfcf */ +#undef HAVE_ERFCF + +/* libm includes erff */ +#undef HAVE_ERFF + /* libm includes expf */ #undef HAVE_EXPF @@ -63,6 +75,24 @@ /* Define to 1 if you have the <inttypes.h> header file. */ #undef HAVE_INTTYPES_H +/* libm includes j0 */ +#undef HAVE_J0 + +/* libm includes j0f */ +#undef HAVE_J0F + +/* libm includes j1 */ +#undef HAVE_J1 + +/* libm includes j1f */ +#undef HAVE_J1F + +/* libm includes jn */ +#undef HAVE_JN + +/* libm includes jnf */ +#undef HAVE_JNF + /* libm includes log10f */ #undef HAVE_LOG10F @@ -156,6 +186,24 @@ /* Define to 1 if you have the <unistd.h> header file. */ #undef HAVE_UNISTD_H +/* libm includes y0 */ +#undef HAVE_Y0 + +/* libm includes y0f */ +#undef HAVE_Y0F + +/* libm includes y1 */ +#undef HAVE_Y1 + +/* libm includes y1f */ +#undef HAVE_Y1F + +/* libm includes yn */ +#undef HAVE_YN + +/* libm includes ynf */ +#undef HAVE_YNF + /* Define to the address where bug reports for this package should be sent. */ #undef PACKAGE_BUGREPORT |