Mercurial > emacs
changeset 6870:4b783d429e6e
(HAVE_X11R4): If we define HAVE_X11R5, define this too.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Thu, 14 Apr 1994 04:46:12 +0000 |
parents | 41479037ffec |
children | 54d45937d243 |
files | src/xterm.h |
diffstat | 1 files changed, 3 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/xterm.h Thu Apr 14 03:44:05 1994 +0000 +++ b/src/xterm.h Thu Apr 14 04:46:12 1994 +0000 @@ -85,6 +85,9 @@ #ifdef XlibSpecificationRelease #if XlibSpecificationRelease >= 5 #define HAVE_X11R5 +/* In case someone has X11R5 on AIX 3.1, + make sure HAVE_X11R4 is defined as well as HAVE_X11R5. */ +#define HAVE_X11R4 #endif #endif