Mercurial > emacs
diff src/xterm.h @ 4711:94fe4e71f7fc
(HAVE_X11R4): If AIX, do not define HAVE_X11R4.
| author | Richard M. Stallman <rms@gnu.org> |
|---|---|
| date | Mon, 13 Sep 1993 04:15:45 +0000 |
| parents | b9e5a869b33e |
| children | 94f317eca45d |
line wrap: on
line diff
--- a/src/xterm.h Mon Sep 13 04:15:24 1993 +0000 +++ b/src/xterm.h Mon Sep 13 04:15:45 1993 +0000 @@ -64,8 +64,13 @@ with X11R3 or X11R4 by looking for the flag macros for R4 structure members that R3 doesn't have. */ #ifdef PBaseSize +/* AIX 3.1's X is somewhere between X11R3 and X11R4. It has + PBaseSize, but not XWithdrawWindow, XSetWMName, XSetWMNormalHints, + XSetWMIconName. */ +#ifndef AIX #define HAVE_X11R4 #endif +#endif #ifdef XlibSpecificationRelease #if XlibSpecificationRelease >= 5
