]> git.eshelyaron.com Git - emacs.git/commitdiff
* s/hpux8.h (random, srandom): No need to define these to be
authorJim Blandy <jimb@redhat.com>
Sat, 3 Jul 1993 07:19:24 +0000 (07:19 +0000)
committerJim Blandy <jimb@redhat.com>
Sat, 3 Jul 1993 07:19:24 +0000 (07:19 +0000)
foo_random and foo_srandom; autoconf should autodetect when the
real random functions are available.

src/s/hpux8.h

index 245b4e1dd73bebb8f0ff1e43410d1846892e3cb4..b7b3fbb2eebf1452f46bc675bf1999b2463e798a 100644 (file)
    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