diff options
author | tobi <tobi@138bc75d-0d04-0410-961f-82ee72b054a4> | 2009-09-22 10:23:06 +0000 |
---|---|---|
committer | tobi <tobi@138bc75d-0d04-0410-961f-82ee72b054a4> | 2009-09-22 10:23:06 +0000 |
commit | 89b803c845181037956fc80af628920096e8da89 (patch) | |
tree | fc630e8296543b9a4376e289eaa19a0ae7133581 /libgfortran/config.h.in | |
parent | fa12a6a571735b75297868fa3d03f4f67b58d4ba (diff) | |
download | gcc-89b803c845181037956fc80af628920096e8da89.tar.gz |
2009-09-19 Iain Sandoe <iain.sandoe@sandoe-acoustics.co.uk>
* configure.ac: Check for GFORTRAN_C99_1.1 funcs in OS libm.
* configure: Regenerate.
* config.h.in: Ditto.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@151972 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libgfortran/config.h.in')
-rw-r--r-- | libgfortran/config.h.in | 54 |
1 files changed, 54 insertions, 0 deletions
diff --git a/libgfortran/config.h.in b/libgfortran/config.h.in index 4873fd5d934..bdf3b4ac49f 100644 --- a/libgfortran/config.h.in +++ b/libgfortran/config.h.in @@ -108,6 +108,24 @@ /* libm includes cabsl */ #undef HAVE_CABSL +/* libm includes cacos */ +#undef HAVE_CACOS + +/* libm includes cacosf */ +#undef HAVE_CACOSF + +/* libm includes cacosh */ +#undef HAVE_CACOSH + +/* libm includes cacoshf */ +#undef HAVE_CACOSHF + +/* libm includes cacoshl */ +#undef HAVE_CACOSHL + +/* libm includes cacosl */ +#undef HAVE_CACOSL + /* libm includes carg */ #undef HAVE_CARG @@ -117,6 +135,42 @@ /* libm includes cargl */ #undef HAVE_CARGL +/* libm includes casin */ +#undef HAVE_CASIN + +/* libm includes casinf */ +#undef HAVE_CASINF + +/* libm includes casinh */ +#undef HAVE_CASINH + +/* libm includes casinhf */ +#undef HAVE_CASINHF + +/* libm includes casinhl */ +#undef HAVE_CASINHL + +/* libm includes casinl */ +#undef HAVE_CASINL + +/* libm includes catan */ +#undef HAVE_CATAN + +/* libm includes catanf */ +#undef HAVE_CATANF + +/* libm includes catanh */ +#undef HAVE_CATANH + +/* libm includes catanhf */ +#undef HAVE_CATANHF + +/* libm includes catanhl */ +#undef HAVE_CATANHL + +/* libm includes catanl */ +#undef HAVE_CATANL + /* libm includes ccos */ #undef HAVE_CCOS |