From 3d82370938bcc5de92d6aaaaff637836ecbf39e2 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Fri, 7 Dec 2001 03:38:24 +0000 Subject: [PATCH] (random): Add undef. (HAVE_RANDOM): Define it just once. --- src/s/hpux10.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/s/hpux10.h b/src/s/hpux10.h index bc236d06ec6..4a26f3d3ffe 100644 --- a/src/s/hpux10.h +++ b/src/s/hpux10.h @@ -8,9 +8,10 @@ tries to redeclare what was once srandom to be srand48. So we go with HAVE_LRAND48 being defined. */ #undef srandom +#undef random #undef srand48 #undef HAVE_RANDOM -#define HPUX10 + #define FORCE_ALLOCA_H /* AlainF 20-Jul-1996 says this is right. */ -- 2.39.2