aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/config.h.in
diff options
context:
space:
mode:
authorBenjamin Kosnik <bkoz@redhat.com>2002-11-13 22:49:20 +0000
committerBenjamin Kosnik <bkoz@gcc.gnu.org>2002-11-13 22:49:20 +0000
commit7c577c75ea030843cdb68fd084a582223e85781e (patch)
tree2f4cf13244f1035112877767901e06c35fe9225b /libstdc++-v3/config.h.in
parentb6ef3ef68fbc6b316776e9e4799da61324e04d95 (diff)
downloadgcc-7c577c75ea030843cdb68fd084a582223e85781e.zip
gcc-7c577c75ea030843cdb68fd084a582223e85781e.tar.gz
gcc-7c577c75ea030843cdb68fd084a582223e85781e.tar.bz2
acconfig.h (HAVE_DRAND48): Add.
2002-11-13 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: r59093
Diffstat (limited to 'libstdc++-v3/config.h.in')
-rw-r--r--libstdc++-v3/config.h.in18
1 files changed, 15 insertions, 3 deletions
diff --git a/libstdc++-v3/config.h.in b/libstdc++-v3/config.h.in
index c565a8b..aab9b24 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,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