aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRichard M. Stallman1993-09-13 04:15:45 +0000
committerRichard M. Stallman1993-09-13 04:15:45 +0000
commit3fe5383642292d6f7eccec8dec81c7f67109b885 (patch)
treeafc739eb6fc8426795b41d2dbeb6f40d9ecfe5a9 /src
parent02689640666d75e07da8ba2ee2da0fb3061ea4ba (diff)
downloademacs-3fe5383642292d6f7eccec8dec81c7f67109b885.tar.gz
emacs-3fe5383642292d6f7eccec8dec81c7f67109b885.zip
(HAVE_X11R4): If AIX, do not define HAVE_X11R4.
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