]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
acconfig.h (HAVE_DRAND48): Add.
authorBenjamin Kosnik <bkoz@redhat.com>
Mon, 2 Dec 2002 21:20:07 +0000 (21:20 +0000)
committerBenjamin Kosnik <bkoz@gcc.gnu.org>
Mon, 2 Dec 2002 21:20:07 +0000 (21:20 +0000)
2002-12-02  Benjamin Kosnik  <bkoz@redhat.com>

* 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
libstdc++-v3/acconfig.h
libstdc++-v3/config.h.in

index f4793516ba73329602d8a4e53b5357e389dd5b1c..531fb8285bb53d1b4ae31bae429d1a143eddea97 100644 (file)
@@ -1,3 +1,12 @@
+2002-12-02  Benjamin Kosnik  <bkoz@redhat.com>
+
+       * 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  <bkoz@redhat.com>
 
         PR libstdc++/8230
index 777e94a5039a96692710ab30ddf2a4099a467761..4d18634889f1abf40929cc62b4a29a51cb8fb071 100644 (file)
@@ -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
 
 // 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.
   #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
 
index de9f397390afaa247e5eea0dcff52583ec1f957b..108dedeff0599b765232285ae82a24784964488f 100644 (file)
@@ -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