From 34aab3076f540c3acbd59b7b8a3a67ea7f3ebd3e Mon Sep 17 00:00:00 2001 From: Jim Blandy Date: Fri, 28 May 1993 06:13:16 +0000 Subject: [PATCH] * s/hpux8.h: Don't define HAVE_RANDOM. --- src/s/hpux8.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/s/hpux8.h b/src/s/hpux8.h index 5e024722c07..13197b83faa 100644 --- a/src/s/hpux8.h +++ b/src/s/hpux8.h @@ -30,4 +30,6 @@ and none have sioctl.h, so might as well define this. */ #define NO_SIOCTL_H -#define HAVE_RANDOM +/* If you use X11R4 you must define this. If you use + X11R5 you must comment this out */ +/* #define HAVE_RANDOM */