From 14d46a14007e97f24b2865d4502ee1db4a534f1e Mon Sep 17 00:00:00 2001 From: Karl Heuer Date: Thu, 21 Dec 1995 17:18:02 +0000 Subject: [PATCH] (HAVE_X11R6): New macro, defined when appropriate. --- src/xterm.h | 6 ++++++ 1 file changed, 6 insertions(+) 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. */ #endif #endif +#ifdef XlibSpecificationRelease +#if XlibSpecificationRelease >= 6 +#define HAVE_X11R6 1 +#endif +#endif + #ifdef HAVE_X11R5 #define HAVE_X_I18N #include -- 2.39.2