]> code.delx.au - gnu-emacs/commitdiff
(HAVE_X11R4): If we define HAVE_X11R5, define this too.
authorRichard M. Stallman <rms@gnu.org>
Thu, 14 Apr 1994 04:46:12 +0000 (04:46 +0000)
committerRichard M. Stallman <rms@gnu.org>
Thu, 14 Apr 1994 04:46:12 +0000 (04:46 +0000)
src/xterm.h

index 8ae3d4d0c326d6c555a3470f78e1777163aca336..7db49db65a260ea59b21cc2cbfce349622b21b95 100644 (file)
@@ -85,6 +85,9 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 #ifdef XlibSpecificationRelease
 #if XlibSpecificationRelease >= 5
 #define HAVE_X11R5
+/* In case someone has X11R5 on AIX 3.1,
+   make sure HAVE_X11R4 is defined as well as HAVE_X11R5.  */
+#define HAVE_X11R4
 #endif
 #endif