aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/xterm.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/xterm.h b/src/xterm.h
index ebff567f1e7..ea859116a01 100644
--- a/src/xterm.h
+++ b/src/xterm.h
@@ -64,8 +64,13 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
64 with X11R3 or X11R4 by looking for the flag macros for R4 structure 64 with X11R3 or X11R4 by looking for the flag macros for R4 structure
65 members that R3 doesn't have. */ 65 members that R3 doesn't have. */
66#ifdef PBaseSize 66#ifdef PBaseSize
67/* AIX 3.1's X is somewhere between X11R3 and X11R4. It has
68 PBaseSize, but not XWithdrawWindow, XSetWMName, XSetWMNormalHints,
69 XSetWMIconName. */
70#ifndef AIX
67#define HAVE_X11R4 71#define HAVE_X11R4
68#endif 72#endif
73#endif
69 74
70#ifdef XlibSpecificationRelease 75#ifdef XlibSpecificationRelease
71#if XlibSpecificationRelease >= 5 76#if XlibSpecificationRelease >= 5