aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorKarl Heuer1995-12-21 17:18:02 +0000
committerKarl Heuer1995-12-21 17:18:02 +0000
commit14d46a14007e97f24b2865d4502ee1db4a534f1e (patch)
tree360e15ba2b041663857ffb1d30912da77d3c04e5 /src
parent15ffd0b38e02a96250116e2f06c54ee685391031 (diff)
downloademacs-14d46a14007e97f24b2865d4502ee1db4a534f1e.tar.gz
emacs-14d46a14007e97f24b2865d4502ee1db4a534f1e.zip
(HAVE_X11R6): New macro, defined when appropriate.
Diffstat (limited to 'src')
-rw-r--r--src/xterm.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/xterm.h b/src/xterm.h
index 607cf02caca..47f79d65947 100644
--- a/src/xterm.h
+++ b/src/xterm.h
@@ -79,6 +79,12 @@ 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
82#ifdef HAVE_X11R5 88#ifdef HAVE_X11R5
83#define HAVE_X_I18N 89#define HAVE_X_I18N
84#include <X11/Xlocale.h> 90#include <X11/Xlocale.h>