diff options
author | ebotcazou <ebotcazou@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-12-07 23:43:40 +0000 |
---|---|---|
committer | ebotcazou <ebotcazou@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-12-07 23:43:40 +0000 |
commit | 334f03a14c7ab0d59aac53345679b1f9f0c6242b (patch) | |
tree | 7397b8cae4794ec49536905235d48066a52a6dc3 /libgfortran/config.h.in | |
parent | 67225a62085350b09095dd386e8acb6107fed7b4 (diff) | |
download | gcc-334f03a14c7ab0d59aac53345679b1f9f0c6242b.tar.gz |
* configure.ac: Check for ieeefp.h. Check for fabsf in libm.
* configure: Regenerate.
* config.h.in: Likewise.
* c99_protos.h: New file.
* libgfortran.h: Include c99_protos.h and conditionally ieeefp.h.
* intrinsics/c99_functions.c (fabsf): New function.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@91832 138bc75d-0d04-0410-961f-82ee72b054a4
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 4f121f78a21..a705e84be28 100644 --- a/libgfortran/config.h.in +++ b/libgfortran/config.h.in @@ -45,6 +45,9 @@ /* libm includes expf */ #undef HAVE_EXPF +/* libm includes fabsf */ +#undef HAVE_FABSF + /* libm includes finite */ #undef HAVE_FINITE @@ -75,6 +78,9 @@ /* libm includes hypotf */ #undef HAVE_HYPOTF +/* Define to 1 if you have the <ieeefp.h> header file. */ +#undef HAVE_IEEEFP_H + /* Define to 1 if you have the <inttypes.h> header file. */ #undef HAVE_INTTYPES_H |