diff options
author | Benjamin Kosnik <bkoz@redhat.com> | 2003-12-04 19:37:21 +0000 |
---|---|---|
committer | Benjamin Kosnik <bkoz@gcc.gnu.org> | 2003-12-04 19:37:21 +0000 |
commit | 82fa4538b5437476dabcb695c381eda2a3742a7c (patch) | |
tree | c4b41551fc999d690c910e50dfb93f1258a707e2 /libstdc++-v3/acconfig.h | |
parent | cb611e3e83647cf4efbe784e0092294bf8f51b07 (diff) | |
download | gcc-82fa4538b5437476dabcb695c381eda2a3742a7c.zip gcc-82fa4538b5437476dabcb695c381eda2a3742a7c.tar.gz gcc-82fa4538b5437476dabcb695c381eda2a3742a7c.tar.bz2 |
re PR libstdc++/13284 (126 g++ failures due to lrand48 not defined)
2003-12-04 Benjamin Kosnik <bkoz@redhat.com>
PR libstdc++/13284
* include/bits/stl_algo.h (__random_number): Remove.
(random_shuffle): Use rand, as permitted by DR 395.
* include/ext/algorithm: Same.
* linkage.m4 (GLIBCXX_CHECK_STDLIB_SUPPORT): Remove lrand48.
* acconfig.h: Same.
* crossconfig.m4: Remove HAVE_DRAND48, HAVE_LRAND48.
* config.h.in: Regenerated.
* configure: Same.
* aclocal.m4: Same.
From-SVN: r74288
Diffstat (limited to 'libstdc++-v3/acconfig.h')
-rw-r--r-- | libstdc++-v3/acconfig.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/libstdc++-v3/acconfig.h b/libstdc++-v3/acconfig.h index df110cd..1eee550 100644 --- a/libstdc++-v3/acconfig.h +++ b/libstdc++-v3/acconfig.h @@ -63,9 +63,6 @@ // Define if gthr-default.h exists (meaning that threading support is enabled). #undef HAVE_GTHR_DEFAULT -// Define if lrand48 exists. -#undef HAVE_DRAND48 - // Define if getpagesize exists. #undef HAVE_GETPAGESIZE |