aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRichard M. Stallman1995-12-24 23:12:46 +0000
committerRichard M. Stallman1995-12-24 23:12:46 +0000
commit2ab1394150d6f2f0a41cddd93a978b96dcdf5b7b (patch)
tree33d804243400313482152b26182d8257d0bc2563 /src
parentc91b34025f240d970dfe009f4dce11ffb4ec563b (diff)
downloademacs-2ab1394150d6f2f0a41cddd93a978b96dcdf5b7b.tar.gz
emacs-2ab1394150d6f2f0a41cddd93a978b96dcdf5b7b.zip
(HAVE_X11R6): Definition deleted (previous change undone).
Diffstat (limited to 'src')
-rw-r--r--src/xterm.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/xterm.h b/src/xterm.h
index 47f79d65947..607cf02caca 100644
--- a/src/xterm.h
+++ b/src/xterm.h
@@ -79,12 +79,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
79#endif 79#endif
80#endif 80#endif
81 81
82#ifdef XlibSpecificationRelease
83#if XlibSpecificationRelease >= 6
84#define HAVE_X11R6 1
85#endif
86#endif
87
88#ifdef HAVE_X11R5 82#ifdef HAVE_X11R5
89#define HAVE_X_I18N 83#define HAVE_X_I18N
90#include <X11/Xlocale.h> 84#include <X11/Xlocale.h>