--- rxvt-unicode/autoconf/config.h.in 2004/01/31 04:16:15 1.3 +++ rxvt-unicode/autoconf/config.h.in 2004/03/14 17:33:07 1.10 @@ -3,6 +3,9 @@ /* Define if you want blinking cursor support */ #undef CURSOR_BLINK +/* Define if you want to automatically compose combining characters */ +#undef ENABLE_COMBINING + /* Define if you want chinese codesets */ #undef ENCODING_CN @@ -24,9 +27,6 @@ /* Define if you want vietnamese codesets */ #undef ENCODING_VN -/* Define if you want support for Greek Elot-928 & IBM-437 keyboard */ -#undef GREEK_SUPPORT - /* Define if you want the depth of scrollbars and menus to be less */ #undef HALFSHADOW @@ -226,9 +226,6 @@ /* Define to use wheel events (button4 and button5) to scroll */ #undef MOUSE_WHEEL -/* Define default multichar glyph encoding */ -#undef MULTICHAR_ENCODING - /* Support NeXT style scrollbars */ #undef NEXT_SCROLLBAR @@ -324,6 +321,15 @@ /* Define for this pty type */ #undef PTYS_ARE__GETPTY +/* Resource class */ +#undef RESCLASS + +/* Fallback resource class */ +#undef RESFALLBACK + +/* Default resource name */ +#undef RESNAME + /* Define as the return type of signal handlers (`int' or `void'). */ #undef RETSIGTYPE