--- rxvt-unicode/autoconf/config.h.in 2004/08/17 08:47:56 1.18 +++ rxvt-unicode/autoconf/config.h.in 2004/09/05 09:32:59 1.21 @@ -214,6 +214,9 @@ /* Resource class */ #undef RESCLASS +/* Binary base name */ +#undef RXVTNAME + /* Disable the secondary screen. Many programs use the secondary screen as their workplace */ #undef NO_SECONDARY_SCREEN @@ -331,6 +334,12 @@ /* 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 @@ -428,14 +437,11 @@ #undef ENCODING_KR /* Define if you want chinese codesets */ -#undef ENCODING_CN +#undef ENCODING_ZH /* Define if you want extended chinese codesets */ -#undef ENCODING_CN_EXT +#undef ENCODING_ZH_EXT /* Define if you don't need to use our replacement string functions */ #undef NO_STRINGS -/* Define to enable xft support */ -#undef XFT -