--- rxvt-unicode/autoconf/config.h.in 2004/07/10 20:59:39 1.13 +++ rxvt-unicode/autoconf/config.h.in 2004/08/21 05:32:00 1.19 @@ -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 @@ -217,9 +220,6 @@ /* Define to use smart resize behavior */ #undef SMART_RESIZE -/* Define if you want 256 colour support */ -#undef TTY_256COLOR - /* Set TERM to the value given by configure */ #undef TERMENV @@ -292,6 +292,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 @@ -328,9 +331,21 @@ /* Define for second char in devptyXX */ #undef PTYCHAR2 +/* Define to enable xft support */ +#undef XFT + +/* Define if you want bold and italic support */ +#undef ENABLE_STYLES + +/* 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 @@ -346,8 +361,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 @@ -427,6 +442,3 @@ /* Define if you don't need to use our replacement string functions */ #undef NO_STRINGS -/* Define to enable xft support */ -#undef XFT -