aboutsummaryrefslogtreecommitdiffstats
path: root/src/m/delta88k.h
diff options
context:
space:
mode:
authorJim Blandy <[email protected]>1993-06-12 15:37:14 +0000
committerJim Blandy <[email protected]>1993-06-12 15:37:14 +0000
commitf7bcff969db74915b33b124fb08363498650dc38 (patch)
tree1a8a8e2f01f8c022b82357ea53d66c5cfa3a9b12 /src/m/delta88k.h
parent788442db42d919bdc51e3ef859fc58a62c9fcf6a (diff)
* config.h.in (HAVE_XRMSETDATABASE, HAVE_RANDOM, HAVE_LIBXBSD):
Add #undefs for these. Dyke out code requesting -lXbsd and HAVE_RANDOM for XFREE386. * xfns.c (Fx_open_connection): Test HAVE_XRMSETDATABASE instead of NO_XRM_SET_DATABASE; the latter isn't used any more. * m/delta88k, m/tekXD88.h, s/linux.h, s/usg5-4-2.h (HAVE_RANDOM): Dyke out these #definitions; to avoid conflict with autoconf.
Diffstat (limited to 'src/m/delta88k.h')
-rw-r--r--src/m/delta88k.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/m/delta88k.h b/src/m/delta88k.h
index 61c61e5302..bede552b43 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 */