foo_random and foo_srandom; autoconf should autodetect when the
real random functions are available.
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