diff options
Diffstat (limited to 'libgfortran/config.h.in')
-rw-r--r-- | libgfortran/config.h.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/libgfortran/config.h.in b/libgfortran/config.h.in index 13fc81fdb32..6dc11a1b45c 100644 --- a/libgfortran/config.h.in +++ b/libgfortran/config.h.in @@ -21,6 +21,9 @@ /* libm includes acosl */ #undef HAVE_ACOSL +/* Define to 1 if you have the `alarm' function. */ +#undef HAVE_ALARM + /* libm includes asin */ #undef HAVE_ASIN @@ -474,6 +477,9 @@ /* libm includes scalbnl */ #undef HAVE_SCALBNL +/* Define to 1 if you have the `signal' function. */ +#undef HAVE_SIGNAL + /* Define to 1 if you have the <signal.h> header file. */ #undef HAVE_SIGNAL_H |