aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRichard M. Stallman1994-04-14 04:46:12 +0000
committerRichard M. Stallman1994-04-14 04:46:12 +0000
commit673fea7abd63c35cd3292e0ee3e3107ae19b757e (patch)
tree35d3794ba43a81aaff34313b62c278300d912d99 /src
parent78a0e1995445ad4c115b817080eb850949679d32 (diff)
downloademacs-673fea7abd63c35cd3292e0ee3e3107ae19b757e.tar.gz
emacs-673fea7abd63c35cd3292e0ee3e3107ae19b757e.zip
(HAVE_X11R4): If we define HAVE_X11R5, define this too.
Diffstat (limited to 'src')
-rw-r--r--src/xterm.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/xterm.h b/src/xterm.h
index 8ae3d4d0c32..7db49db65a2 100644
--- a/src/xterm.h
+++ b/src/xterm.h
@@ -85,6 +85,9 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
85#ifdef XlibSpecificationRelease 85#ifdef XlibSpecificationRelease
86#if XlibSpecificationRelease >= 5 86#if XlibSpecificationRelease >= 5
87#define HAVE_X11R5 87#define HAVE_X11R5
88/* In case someone has X11R5 on AIX 3.1,
89 make sure HAVE_X11R4 is defined as well as HAVE_X11R5. */
90#define HAVE_X11R4
88#endif 91#endif
89#endif 92#endif
90 93