changeset 4540:b404e1c17125

(LIB_X11_LIB, LIBX11_SYSTEM): Make #undefs unconditional.
author Richard M. Stallman <rms@gnu.org>
date Tue, 10 Aug 1993 21:24:41 +0000
parents 3541cdf85881
children 8c4835a24aca
files src/m/tekxd88.h
diffstat 1 files changed, 2 insertions(+), 7 deletions(-) [+]
line wrap: on
line diff
--- a/src/m/tekxd88.h	Tue Aug 10 21:22:44 1993 +0000
+++ b/src/m/tekxd88.h	Tue Aug 10 21:24:41 1993 +0000
@@ -111,13 +111,8 @@
 #define HAVE_SETSID
 #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 */
+#undef LIB_X11_LIB	/* Don't use shared libraries defined in usg5-3.h */
+#undef LIBX11_SYSTEM
 
 #define HAVE_TERMIOS	/* We have termios. */
 #undef HAVE_TERMIO	/* Make sure termios ifdef code is used, not termio. */