diff options
author | kcook <kcook@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-04-05 03:20:59 +0000 |
---|---|---|
committer | kcook <kcook@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-04-05 03:20:59 +0000 |
commit | 180134db9d28b91984bbecc5453c25bb7010a26d (patch) | |
tree | 0cd463fe4456588ac77697980ad9cc32cd710ef9 /libstdc++-v3 | |
parent | 6aff69474a95c243f70091fe89cf39cf2dc39e35 (diff) | |
download | gcc-180134db9d28b91984bbecc5453c25bb7010a26d.tar.gz |
2005-04-05 Kelley Cook <kcook@gcc.gnu.org>
* acconfig.h: Delete macros already ACDEFINED.
* config.h.in: Regenerate.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@97601 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libstdc++-v3')
-rw-r--r-- | libstdc++-v3/ChangeLog | 5 | ||||
-rw-r--r-- | libstdc++-v3/acconfig.h | 42 | ||||
-rw-r--r-- | libstdc++-v3/config.h.in | 42 |
3 files changed, 5 insertions, 84 deletions
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index fbcc79dc71b..110376e2c02 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,5 +1,10 @@ 2005-04-05 Kelley Cook <kcook@gcc.gnu.org> + * acconfig.h: Delete macros already ACDEFINED. + * config.h.in: Regenerate. + +2005-04-05 Kelley Cook <kcook@gcc.gnu.org> + * acconfig.h (HAVE_MODF): Remove. * linkage.m4: Check for modf. * config.h.in, configure: Regenerate. diff --git a/libstdc++-v3/acconfig.h b/libstdc++-v3/acconfig.h index cc2a10e7c24..ffc33e8472f 100644 --- a/libstdc++-v3/acconfig.h +++ b/libstdc++-v3/acconfig.h @@ -56,51 +56,9 @@ // Define if gthr-default.h exists (meaning that threading support is enabled). #undef HAVE_GTHR_DEFAULT -// Define if the atan2f function exists. -#undef HAVE_ATAN2F - -// Define if the atan2l function exists. -#undef HAVE_ATAN2L - -// Define if the tanl function exists. -#undef HAVE_TANL - -// Define if the copysignf function exists. -#undef HAVE_COPYSIGNF - -// Define if getpagesize exists. -#undef HAVE_GETPAGESIZE - -// Define if setenv exists. -#undef HAVE_SETENV - -// Define if sigsetjmp exists. -#undef HAVE_SIGSETJMP - // Define if mbstate_t exists in wchar.h. #undef HAVE_MBSTATE_T -// Define if you have the modff function. -#undef HAVE_MODFF - -// Define if you have the modfl function. -#undef HAVE_MODFL - -// Define if you have the expf function. -#undef HAVE_EXPF - -// Define if you have the expl function. -#undef HAVE_EXPL - -// Define if you have the hypot function. -#undef HAVE_HYPOT - -// Define if you have the hypotf function. -#undef HAVE_HYPOTF - -// Define if you have the hypotl function. -#undef HAVE_HYPOTL - // Define if poll is available in <poll.h>. #undef HAVE_POLL diff --git a/libstdc++-v3/config.h.in b/libstdc++-v3/config.h.in index 986adf4454c..03200d39d64 100644 --- a/libstdc++-v3/config.h.in +++ b/libstdc++-v3/config.h.in @@ -57,51 +57,9 @@ // Define if gthr-default.h exists (meaning that threading support is enabled). #undef HAVE_GTHR_DEFAULT -// Define if the atan2f function exists. -#undef HAVE_ATAN2F - -// Define if the atan2l function exists. -#undef HAVE_ATAN2L - -// Define if the tanl function exists. -#undef HAVE_TANL - -// Define if the copysignf function exists. -#undef HAVE_COPYSIGNF - -// Define if getpagesize exists. -#undef HAVE_GETPAGESIZE - -// Define if setenv exists. -#undef HAVE_SETENV - -// Define if sigsetjmp exists. -#undef HAVE_SIGSETJMP - // Define if mbstate_t exists in wchar.h. #undef HAVE_MBSTATE_T -// Define if you have the modff function. -#undef HAVE_MODFF - -// Define if you have the modfl function. -#undef HAVE_MODFL - -// Define if you have the expf function. -#undef HAVE_EXPF - -// Define if you have the expl function. -#undef HAVE_EXPL - -// Define if you have the hypot function. -#undef HAVE_HYPOT - -// Define if you have the hypotf function. -#undef HAVE_HYPOTF - -// Define if you have the hypotl function. -#undef HAVE_HYPOTL - // Define if poll is available in <poll.h>. #undef HAVE_POLL |