From 0440cc80a4e6578b08e713e04fd06fc9eceff137 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Thu, 28 Jul 1994 21:20:55 +0000 Subject: [PATCH] (HAVE_RAND48): Add #undef. --- src/config.in | 1 + 1 file changed, 1 insertion(+) diff --git a/src/config.in b/src/config.in index 4a53d2d943d..a111c69d89d 100644 --- a/src/config.in +++ b/src/config.in @@ -129,6 +129,7 @@ and this notice must be preserved on all copies. */ #undef HAVE_MKDIR #undef HAVE_RMDIR #undef HAVE_RANDOM +#undef HAVE_RAND48 #undef HAVE_BCOPY #undef HAVE_BCMP #undef HAVE_LOGB -- 2.39.5