comparison src/xterm.h @ 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 55237bfe01e5
children b5f510efd194
comparison
equal deleted inserted replaced
6869:41479037ffec 6870:4b783d429e6e
83 #endif 83 #endif
84 84
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
91 #define PIX_TYPE unsigned long 94 #define PIX_TYPE unsigned long
92 #define XDISPLAY x_current_display, 95 #define XDISPLAY x_current_display,