summaryrefslogtreecommitdiff
path: root/src/m
diff options
context:
space:
mode:
Diffstat (limited to 'src/m')
-rw-r--r--src/m/delta88k.h2
-rw-r--r--src/m/tekxd88.h2
2 files changed, 4 insertions, 0 deletions
diff --git a/src/m/delta88k.h b/src/m/delta88k.h
index 61c61e53028..bede552b434 100644
--- a/src/m/delta88k.h
+++ b/src/m/delta88k.h
@@ -176,7 +176,9 @@ and this notice must be preserved on all copies. */
#ifdef USG5_4
#ifdef HAVE_X_WINDOWS
+#if 0 /* autoconf should take care of this. */
#define HAVE_RANDOM
+#endif
#else
#undef BSTRING
#endif /* HAVE_X_WINDOWS */
diff --git a/src/m/tekxd88.h b/src/m/tekxd88.h
index 1a7ca441dc9..5d1810837c1 100644
--- a/src/m/tekxd88.h
+++ b/src/m/tekxd88.h
@@ -112,7 +112,9 @@ and this notice must be preserved on all copies. */
#undef sigsetmask /* XD88 has sigsetmask() */
#ifdef HAVE_X_WINDOWS
+# if 0 /* autoconf should take care of this. */
# define HAVE_RANDOM /* Random is in libX11.a */
+# endif
# undef LIB_X11_LIB /* Don't use shared libraries defined in usg5-3.h */
# undef LIBX11_SYSTEM
#endif /* HAVE_X_WINDOWS */