comparison src/xterm.h @ 28146:b539b87a97bd

(HAVE_X_I18N) [HAVE_X11R6]: Moved to config.in.
author Gerd Moellmann <gerd@gnu.org>
date Tue, 14 Mar 2000 21:17:11 +0000
parents aed40c47cda2
children 5246aef1c8e1
comparison
equal deleted inserted replaced
28145:1426e80e9ba8 28146:b539b87a97bd
75 /* In case someone has X11R5 on AIX 3.1, 75 /* In case someone has X11R5 on AIX 3.1,
76 make sure HAVE_X11R4 is defined as well as HAVE_X11R5. */ 76 make sure HAVE_X11R4 is defined as well as HAVE_X11R5. */
77 #define HAVE_X11R4 77 #define HAVE_X11R4
78 #endif 78 #endif
79 79
80 #ifdef HAVE_X11R5 80 #ifdef HAVE_X_I18N
81 #define HAVE_X_I18N
82 #include <X11/Xlocale.h> 81 #include <X11/Xlocale.h>
83 #endif 82 #endif
84 83
85 #define BLACK_PIX_DEFAULT(f) BlackPixel (FRAME_X_DISPLAY (f), \ 84 #define BLACK_PIX_DEFAULT(f) BlackPixel (FRAME_X_DISPLAY (f), \
86 XScreenNumberOfScreen (FRAME_X_SCREEN (f))) 85 XScreenNumberOfScreen (FRAME_X_SCREEN (f)))