aboutsummaryrefslogtreecommitdiffstats
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. */
176 176
177#ifdef USG5_4 177#ifdef USG5_4
178#ifdef HAVE_X_WINDOWS 178#ifdef HAVE_X_WINDOWS
179#if 0 /* autoconf should take care of this. */
179#define HAVE_RANDOM 180#define HAVE_RANDOM
181#endif
180#else 182#else
181#undef BSTRING 183#undef BSTRING
182#endif /* HAVE_X_WINDOWS */ 184#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. */
112#undef sigsetmask /* XD88 has sigsetmask() */ 112#undef sigsetmask /* XD88 has sigsetmask() */
113 113
114#ifdef HAVE_X_WINDOWS 114#ifdef HAVE_X_WINDOWS
115# if 0 /* autoconf should take care of this. */
115# define HAVE_RANDOM /* Random is in libX11.a */ 116# define HAVE_RANDOM /* Random is in libX11.a */
117# endif
116# undef LIB_X11_LIB /* Don't use shared libraries defined in usg5-3.h */ 118# undef LIB_X11_LIB /* Don't use shared libraries defined in usg5-3.h */
117# undef LIBX11_SYSTEM 119# undef LIBX11_SYSTEM
118#endif /* HAVE_X_WINDOWS */ 120#endif /* HAVE_X_WINDOWS */