From dbe2a425d203048da106f42a45460206b91d3ccf Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Tue, 10 Aug 1993 21:24:41 +0000 Subject: [PATCH] (LIB_X11_LIB, LIBX11_SYSTEM): Make #undefs unconditional. --- src/m/tekxd88.h | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/src/m/tekxd88.h b/src/m/tekxd88.h index 467a841962a..aa2de053351 100644 --- a/src/m/tekxd88.h +++ b/src/m/tekxd88.h @@ -111,13 +111,8 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #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. */ -- 2.39.5