# HG changeset patch # User Jim Blandy # Date 741683964 0 # Node ID c4696ff3b067b7c294976ba66e8ff446e58764be # Parent 39caef7a70c2af7e7606c34b7e7a9daa42087308 * s/hpux8.h (random, srandom): No need to define these to be foo_random and foo_srandom; autoconf should autodetect when the real random functions are available. diff -r 39caef7a70c2 -r c4696ff3b067 src/s/hpux8.h --- a/src/s/hpux8.h Sat Jul 03 06:58:05 1993 +0000 +++ b/src/s/hpux8.h Sat Jul 03 07:19:24 1993 +0000 @@ -33,11 +33,14 @@ and none have sioctl.h, so might as well define this. */ #define NO_SIOCTL_H +#if 0 /* autoconf should be detecting the presence or absence of + random and srandom now. */ /* If you use X11R4 you must define this. If you use X11R5 you must comment this out */ /* #define HAVE_RANDOM */ #define random foo_random #define srandom foo_srandom +#endif #if 0 /* This seems to be spurious. */ /* "X11R5" on hpux8 doesn't have this function, which is supposed to exist