changeset 14711:65d08233b9f7

[AIX] [HAVE_X11R5] (XIMStatusNothing): Defined.
author Richard M. Stallman <rms@gnu.org>
date Wed, 28 Feb 1996 18:07:46 +0000
parents 7eab2355ad9c
children 974766c7bddc
files src/xfns.c
diffstat 1 files changed, 9 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/xfns.c	Wed Feb 28 17:51:22 1996 +0000
+++ b/src/xfns.c	Wed Feb 28 18:07:46 1996 +0000
@@ -104,6 +104,15 @@
 #define MAXREQUEST(dpy) ((dpy)->max_request_size)
 #endif
 
+#ifdef AIX
+#ifdef HAVE_X11R5
+/* AIX uses an incompatible name for this, at least in X11R5.
+   I'm guessing that in X11R6 it will be compatible.  */
+#undef XIMStatusNothing
+#define XIMStatusNothing XIMStatusNone
+#endif
+#endif
+
 /* The name we're using in resource queries.  */
 Lisp_Object Vx_resource_name;