From 82fa4538b5437476dabcb695c381eda2a3742a7c Mon Sep 17 00:00:00 2001 From: Benjamin Kosnik Date: Thu, 4 Dec 2003 19:37:21 +0000 Subject: re PR libstdc++/13284 (126 g++ failures due to lrand48 not defined) 2003-12-04 Benjamin Kosnik 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 --- libstdc++-v3/acconfig.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'libstdc++-v3/acconfig.h') 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 -- cgit v1.1