aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJim Blandy1993-05-28 06:13:16 +0000
committerJim Blandy1993-05-28 06:13:16 +0000
commit34aab3076f540c3acbd59b7b8a3a67ea7f3ebd3e (patch)
treefda80466fc274d20871b6bf272cf8ddc22b5775d
parent4e44c03b9e1a227c402bc0061109c8acdcf79dd0 (diff)
downloademacs-34aab3076f540c3acbd59b7b8a3a67ea7f3ebd3e.tar.gz
emacs-34aab3076f540c3acbd59b7b8a3a67ea7f3ebd3e.zip
* s/hpux8.h: Don't define HAVE_RANDOM.
-rw-r--r--src/s/hpux8.h4
1 files changed, 3 insertions, 1 deletions
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 @@
30 and none have sioctl.h, so might as well define this. */ 30 and none have sioctl.h, so might as well define this. */
31#define NO_SIOCTL_H 31#define NO_SIOCTL_H
32 32
33#define HAVE_RANDOM 33/* If you use X11R4 you must define this. If you use
34 X11R5 you must comment this out */
35/* #define HAVE_RANDOM */