aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRichard M. Stallman1993-08-10 21:24:41 +0000
committerRichard M. Stallman1993-08-10 21:24:41 +0000
commitdbe2a425d203048da106f42a45460206b91d3ccf (patch)
treee714a8c04fa0a27b1dde8038decaad2f9511e8f9 /src
parentc62e9958651753b648f0264f23f322d183551a3c (diff)
downloademacs-dbe2a425d203048da106f42a45460206b91d3ccf.tar.gz
emacs-dbe2a425d203048da106f42a45460206b91d3ccf.zip
(LIB_X11_LIB, LIBX11_SYSTEM): Make #undefs unconditional.
Diffstat (limited to 'src')
-rw-r--r--src/m/tekxd88.h9
1 files 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. */
111#define HAVE_SETSID 111#define HAVE_SETSID
112#undef sigsetmask /* XD88 has sigsetmask() */ 112#undef sigsetmask /* XD88 has sigsetmask() */
113 113
114#ifdef HAVE_X_WINDOWS 114#undef LIB_X11_LIB /* Don't use shared libraries defined in usg5-3.h */
115# if 0 /* autoconf should take care of this. */ 115#undef LIBX11_SYSTEM
116# define HAVE_RANDOM /* Random is in libX11.a */
117# endif
118# undef LIB_X11_LIB /* Don't use shared libraries defined in usg5-3.h */
119# undef LIBX11_SYSTEM
120#endif /* HAVE_X_WINDOWS */
121 116
122#define HAVE_TERMIOS /* We have termios. */ 117#define HAVE_TERMIOS /* We have termios. */
123#undef HAVE_TERMIO /* Make sure termios ifdef code is used, not termio. */ 118#undef HAVE_TERMIO /* Make sure termios ifdef code is used, not termio. */