From 95c16bfe362f7f3a905b560af7040af1cdc11b25 Mon Sep 17 00:00:00 2001 From: Benjamin Kosnik Date: Mon, 2 Dec 2002 21:20:07 +0000 Subject: [PATCH] acconfig.h (HAVE_DRAND48): Add. 2002-12-02 Benjamin Kosnik * acconfig.h (HAVE_DRAND48): Add. (HAVE_GETPAGESIZE): Add. (HAVE_SETENV): Add. (HAVE_SIGSETJMP): Add. * config.h.in: Regenerate. * configure: Regenerate. From-SVN: r59739 --- libstdc++-v3/ChangeLog | 9 +++++++++ libstdc++-v3/acconfig.h | 24 ++++++++++++++++++------ libstdc++-v3/config.h.in | 6 +++--- 3 files changed, 30 insertions(+), 9 deletions(-) diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index f4793516ba73..531fb8285bb5 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,12 @@ +2002-12-02 Benjamin Kosnik + + * acconfig.h (HAVE_DRAND48): Add. + (HAVE_GETPAGESIZE): Add. + (HAVE_SETENV): Add. + (HAVE_SIGSETJMP): Add. + * config.h.in: Regenerate. + * configure: Regenerate. + 2002-12-02 Benjamin Kosnik PR libstdc++/8230 diff --git a/libstdc++-v3/acconfig.h b/libstdc++-v3/acconfig.h index 777e94a5039a..4d18634889f1 100644 --- a/libstdc++-v3/acconfig.h +++ b/libstdc++-v3/acconfig.h @@ -13,9 +13,6 @@ // Define if GCC supports weak symbols. #undef _GLIBCPP_SUPPORTS_WEAK -// Define if gthr-default.h exists (meaning that threading support is enabled). -#undef HAVE_GTHR_DEFAULT - // Include I/O support for 'long long' and 'unsigned long long'. #undef _GLIBCPP_USE_LONG_LONG @@ -37,13 +34,13 @@ // Define to use concept checking code from the boost libraries. #undef _GLIBCPP_CONCEPT_CHECKS -// Define if you have the atan2f function. +// Define if the atan2f function exists. #undef _GLIBCPP_HAVE_ATAN2F -// Define if you have the atan2l function. +// Define if the atan2l function exists. #undef _GLIBCPP_HAVE_ATAN2L -// Define if you have the copysignf function. +// Define if the copysignf function exists. #undef _GLIBCPP_HAVE_COPYSIGNF // Define to use symbol versioning in the shared library. @@ -60,6 +57,21 @@ #define _GLIBCPP_ASM_SYMVER(cur, old, version) #endif +// Define if gthr-default.h exists (meaning that threading support is enabled). +#undef HAVE_GTHR_DEFAULT + +// Define if drand48 exists. +#undef HAVE_DRAND48 + +// 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 diff --git a/libstdc++-v3/config.h.in b/libstdc++-v3/config.h.in index de9f397390af..108dedeff059 100644 --- a/libstdc++-v3/config.h.in +++ b/libstdc++-v3/config.h.in @@ -6,9 +6,6 @@ // Define if GCC supports weak symbols. #undef _GLIBCPP_SUPPORTS_WEAK -// Define if gthr-default.h exists (meaning that threading support is enabled). -#undef HAVE_GTHR_DEFAULT - // Include I/O support for 'long long' and 'unsigned long long'. #undef _GLIBCPP_USE_LONG_LONG @@ -38,6 +35,9 @@ #define _GLIBCPP_ASM_SYMVER(cur, old, version) #endif +// Define if gthr-default.h exists (meaning that threading support is enabled). +#undef HAVE_GTHR_DEFAULT + // Define if mbstate_t exists in wchar.h. #undef HAVE_MBSTATE_T -- 2.47.2