]> git.eshelyaron.com Git - emacs.git/commitdiff
Define HAVE_X11R4 if AIX3_2 is defined.
authorFred Pierresteguy <F.Pierresteguy@frcl.bull.fr>
Thu, 31 Mar 1994 14:00:26 +0000 (14:00 +0000)
committerFred Pierresteguy <F.Pierresteguy@frcl.bull.fr>
Thu, 31 Mar 1994 14:00:26 +0000 (14:00 +0000)
src/xterm.h

index aee083f31e5646e4465e6272e7cf0c789b54d00c..8ee126816d65eb9d9f336d89cb6731d226f4e5f9 100644 (file)
@@ -75,8 +75,9 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 #ifdef PBaseSize
 /* AIX 3.1's X is somewhere between X11R3 and X11R4.  It has
    PBaseSize, but not XWithdrawWindow, XSetWMName, XSetWMNormalHints,
-   XSetWMIconName.  */
-#ifndef AIX
+   XSetWMIconName.  
+   AIX 3.2 is at least X11R4.  */
+#if (!defined AIX) || (defined AIX3_2)
 #define HAVE_X11R4
 #endif
 #endif