--- rxvt-unicode/autoconf/config.h.in 2004/01/31 04:17:22 1.4 +++ rxvt-unicode/autoconf/config.h.in 2004/07/10 20:59:39 1.13 @@ -184,15 +184,9 @@ /* Build shared library version - specify via configure only */ #undef LIBRXVT -/* Define default multichar glyph encoding */ -#undef MULTICHAR_ENCODING - /* Define if you want the depth of scrollbars and menus to be less */ #undef HALFSHADOW -/* Define if you want support for Greek Elot-928 & IBM-437 keyboard */ -#undef GREEK_SUPPORT - /* Define to change gid of ttys to group tty */ #undef TTY_GID_SUPPORT @@ -208,12 +202,18 @@ /* Define if you want to use XGetDefault instead of our internal version */ #undef USE_XGETDEFAULT +/* Fallback resource class */ +#undef RESFALLBACK + +/* Default resource name */ +#undef RESNAME + +/* Resource class */ +#undef RESCLASS + /* Disable the secondary screen. Many programs use the secondary screen as their workplace */ #undef NO_SECONDARY_SCREEN -/* Define to remove xterm style mouse selection */ -#undef NO_NEW_SELECTION - /* Define to use smart resize behavior */ #undef SMART_RESIZE @@ -328,6 +328,12 @@ /* Define for second char in devptyXX */ #undef PTYCHAR2 +/* Define if you want 8 bit control sequences */ +#undef EIGHT_BIT_CONTROLS + +/* Define if you want your background to be tinted */ +#undef TINTING + /* Define if you want your background to use the parent window background */ #undef TRANSPARENT @@ -355,9 +361,6 @@ /* Define to have CTRL cause wheel events to accelerate scrolling. Release CTRL to halt scrolling */ #undef MOUSE_SLIP_WHEELING -/* Define to remove old rxvt (ver 2.20 and before) style selection */ -#undef NO_OLD_SELECTION - /* Define if you want to have utmp/utmpx support */ #undef UTMP_SUPPORT @@ -397,6 +400,9 @@ /* Define if you want to represent unicode characters outside plane 0 */ #undef UNICODE_3 +/* Define if you want to automatically compose combining characters */ +#undef ENABLE_COMBINING + /* Define if you want european extended codesets */ #undef ENCODING_EU