/* On some systems, the character-composition stuff is broken in X11R5. */
#ifdef linux < --修正
#define X_I18N_INHIBITED < --修正
#else < --修正
#if defined (HAVE_X11R5) && ! defined (HAVE_X11R6) < --修正
#ifdef X11R5_INHIBIT_I18N < --修正
#define X_I18N_INHIBITED < --修正
#endif < --修正
#endif < --修正
#endif < --修正