diff options
author | kcook <kcook@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-04-05 03:11:32 +0000 |
---|---|---|
committer | kcook <kcook@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-04-05 03:11:32 +0000 |
commit | 6aff69474a95c243f70091fe89cf39cf2dc39e35 (patch) | |
tree | d80e8b2b9fe63afa2276c4afbe8daeee62a50a3f /libstdc++-v3/config.h.in | |
parent | d010e504478408c3e221c7f624584b14d659d96d (diff) | |
download | gcc-6aff69474a95c243f70091fe89cf39cf2dc39e35.tar.gz |
2005-04-05 Kelley Cook <kcook@gcc.gnu.org>
* acconfig.h (HAVE_MODF): Remove.
* linkage.m4: Check for modf.
* config.h.in, configure: Regenerate.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@97599 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libstdc++-v3/config.h.in')
-rw-r--r-- | libstdc++-v3/config.h.in | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/libstdc++-v3/config.h.in b/libstdc++-v3/config.h.in index 6cdb8d49f1d..986adf4454c 100644 --- a/libstdc++-v3/config.h.in +++ b/libstdc++-v3/config.h.in @@ -123,9 +123,6 @@ // Define if <float.h> exists. #undef HAVE_FLOAT_H -// Define if modf is present in <math.h> -#undef HAVE_MODF - /* Define to 1 if you have the `acosf' function. */ #undef HAVE_ACOSF @@ -337,6 +334,9 @@ /* Define to 1 if you have a working `mmap' system call. */ #undef HAVE_MMAP +/* Define to 1 if you have the `modf' function. */ +#undef HAVE_MODF + /* Define to 1 if you have the `modff' function. */ #undef HAVE_MODFF @@ -613,6 +613,9 @@ /* Define to 1 if you have the `_logl' function. */ #undef HAVE__LOGL +/* Define to 1 if you have the `_modf' function. */ +#undef HAVE__MODF + /* Define to 1 if you have the `_modff' function. */ #undef HAVE__MODFF |