From: Richard M. Stallman Date: Tue, 10 Aug 1993 21:24:41 +0000 (+0000) Subject: (LIB_X11_LIB, LIBX11_SYSTEM): Make #undefs unconditional. X-Git-Tag: emacs-19.34~11311 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=dbe2a425d203048da106f42a45460206b91d3ccf;p=emacs.git (LIB_X11_LIB, LIBX11_SYSTEM): Make #undefs unconditional. --- 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. */