summaryrefslogtreecommitdiff
path: root/src/m/tekxd88.h
diff options
context:
space:
mode:
authorJim Blandy <jimb@redhat.com>1993-06-12 15:37:14 +0000
committerJim Blandy <jimb@redhat.com>1993-06-12 15:37:14 +0000
commit5e30146018f21bda4d83fc0b943689031761a250 (patch)
tree499541e85584b3910fcee48569d6d806b678b460 /src/m/tekxd88.h
parent9ea98a6adc2c13bf064bb6285af674057a4fd5cf (diff)
downloademacs-5e30146018f21bda4d83fc0b943689031761a250.tar.gz
* 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/tekxd88.h')
-rw-r--r--src/m/tekxd88.h2
1 files changed, 2 insertions, 0 deletions
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 */