changeset 13783:53a7a5ed6e3c

(HAVE_X11R6): New macro, defined when appropriate.
author Karl Heuer <kwzh@gnu.org>
date Thu, 21 Dec 1995 17:18:02 +0000
parents 52f469edf216
children a4b779a9b60e
files src/xterm.h
diffstat 1 files changed, 6 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/xterm.h	Thu Dec 21 17:16:13 1995 +0000
+++ b/src/xterm.h	Thu Dec 21 17:18:02 1995 +0000
@@ -79,6 +79,12 @@
 #endif
 #endif
 
+#ifdef XlibSpecificationRelease
+#if XlibSpecificationRelease >= 6
+#define HAVE_X11R6 1
+#endif
+#endif
+
 #ifdef HAVE_X11R5
 #define HAVE_X_I18N
 #include <X11/Xlocale.h>