From: Karl Heuer Date: Thu, 21 Dec 1995 17:18:02 +0000 (+0000) Subject: (HAVE_X11R6): New macro, defined when appropriate. X-Git-Tag: emacs-19.34~2077 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=14d46a14007e97f24b2865d4502ee1db4a534f1e;p=emacs.git (HAVE_X11R6): New macro, defined when appropriate. --- 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