From 80e203c4f0eb717899ad1df113b913a9f4c0ef92 Mon Sep 17 00:00:00 2001 From: Karl Heuer Date: Thu, 21 Dec 1995 17:18:37 +0000 Subject: [PATCH] (X11R5_INHIBIT_I18N): Defined. --- src/s/aix3-2-5.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/s/aix3-2-5.h b/src/s/aix3-2-5.h index 046db83c64c..7791e7023e5 100644 --- a/src/s/aix3-2-5.h +++ b/src/s/aix3-2-5.h @@ -23,3 +23,6 @@ #undef sigsetmask #undef _setjmp #undef _longjmp + +/* The character-composition stuff is broken in X11R5. */ +#define X11R5_INHIBIT_I18N -- 2.39.2