--- rxvt-unicode/autoconf/config.h.in 2004/02/29 22:32:31 1.6 +++ rxvt-unicode/autoconf/config.h.in 2004/08/15 04:42:46 1.17 @@ -160,6 +160,9 @@ /* Define if you have the header file. */ #undef HAVE_SYS_SOCKIO_H +/* Define if you have the header file. */ +#undef HAVE_SYS_STROPTS_H + /* Define if you have the header file. */ #undef HAVE_SYS_STRREDIR_H @@ -202,12 +205,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 @@ -286,6 +295,9 @@ /* Define if nl_langinfo(CODESET) works */ #undef HAVE_NL_LANGINFO +/* Define if your XIMCallback specifies XIC as first type. */ +#undef XIMCB_PROTO_BROKEN + /* Define if you have _GNU_SOURCE getpt() */ #undef HAVE_GETPT @@ -322,6 +334,18 @@ /* Define for second char in devptyXX */ #undef PTYCHAR2 +/* Define if you want ISO 14755 extended support */ +#undef ISO_14755 + +/* Define if you want 8 bit control sequences */ +#undef EIGHT_BIT_CONTROLS + +/* Define if you want faded colors when focus is lost */ +#undef OFF_FOCUS_FADING + +/* 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 @@ -334,8 +358,8 @@ /* Define if you want Menubar support */ #undef MENUBAR -/* Define if you don't want handling for rarely used features */ -#undef NO_FRILLS +/* Define if you want handling for rarely used but handy features */ +#undef ENABLE_FRILLS /* Define if you don't want support linespace */ #undef NO_LINESPACE @@ -349,9 +373,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 @@ -391,6 +412,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