]> git.eshelyaron.com Git - emacs.git/commitdiff
(HAVE_X11R6): New macro, defined when appropriate.
authorKarl Heuer <kwzh@gnu.org>
Thu, 21 Dec 1995 17:18:02 +0000 (17:18 +0000)
committerKarl Heuer <kwzh@gnu.org>
Thu, 21 Dec 1995 17:18:02 +0000 (17:18 +0000)
src/xterm.h

index 607cf02caca54ef7bd3a56709886c16231d9d03b..47f79d659479241be92f141b8e28e72da3f371dc 100644 (file)
@@ -79,6 +79,12 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 #endif
 #endif
 
+#ifdef XlibSpecificationRelease
+#if XlibSpecificationRelease >= 6
+#define HAVE_X11R6 1
+#endif
+#endif
+
 #ifdef HAVE_X11R5
 #define HAVE_X_I18N
 #include <X11/Xlocale.h>