--- rxvt-unicode/autoconf/config.h.in 2004/03/29 21:02:11 1.12 +++ rxvt-unicode/autoconf/config.h.in 2004/12/01 02:33:32 1.22 @@ -3,14 +3,17 @@ /* Define if you want blinking cursor support */ #undef CURSOR_BLINK +/* Define if you want 8 bit control sequences */ +#undef EIGHT_BIT_CONTROLS + /* Define if you want to automatically compose combining characters */ #undef ENABLE_COMBINING -/* Define if you want chinese codesets */ -#undef ENCODING_CN +/* Define if you want handling for rarely used but handy features */ +#undef ENABLE_FRILLS -/* Define if you want extended chinese codesets */ -#undef ENCODING_CN_EXT +/* Define if you want bold and italic support */ +#undef ENABLE_STYLES /* Define if you want european extended codesets */ #undef ENCODING_EU @@ -27,6 +30,12 @@ /* Define if you want vietnamese codesets */ #undef ENCODING_VN +/* Define if you want chinese codesets */ +#undef ENCODING_ZH + +/* Define if you want extended chinese codesets */ +#undef ENCODING_ZH_EXT + /* Define if you want the depth of scrollbars and menus to be less */ #undef HALFSHADOW @@ -147,6 +156,9 @@ /* Define to 1 if you have the header file. */ #undef HAVE_SYS_STAT_H +/* Define to 1 if you have the header file. */ +#undef HAVE_SYS_STROPTS_H + /* Define to 1 if you have the header file. */ #undef HAVE_SYS_STRREDIR_H @@ -207,6 +219,9 @@ /* Define to 1 if you have the `_getpty' function. */ #undef HAVE__GETPTY +/* Define if you want ISO 14755 extended support */ +#undef ISO_14755 + /* Define if lastlog is provided via a directory */ #undef LASTLOG_IS_DIR @@ -235,9 +250,6 @@ /* Define if you don't want support for the (non-keypad) delete key */ #undef NO_DELETE_KEY -/* Define if you don't want handling for rarely used features */ -#undef NO_FRILLS - /* Define if you don't want support linespace */ #undef NO_LINESPACE @@ -255,6 +267,9 @@ /* Define if you don't need to use our replacement string functions */ #undef NO_STRINGS +/* Define if you want faded colors when focus is lost */ +#undef OFF_FOCUS_FADING + /* Define to the address where bug reports for this package should be sent. */ #undef PACKAGE_BUGREPORT @@ -327,6 +342,9 @@ /* Define as the return type of signal handlers (`int' or `void'). */ #undef RETSIGTYPE +/* Binary base name */ +#undef RXVTNAME + /* Define location of lastlogx */ #undef RXVT_LASTLOGX_FILE @@ -355,18 +373,12 @@ the screen */ #undef SELECTION_SCROLLING -/* The size of a `char', as computed by sizeof. */ -#undef SIZEOF_CHAR - /* The size of a `int', as computed by sizeof. */ #undef SIZEOF_INT /* The size of a `int *', as computed by sizeof. */ #undef SIZEOF_INT_P -/* The size of a `long', as computed by sizeof. */ -#undef SIZEOF_LONG - /* The size of a `long long', as computed by sizeof. */ #undef SIZEOF_LONG_LONG @@ -397,9 +409,6 @@ /* Define location of ttys/ttytab */ #undef TTYTAB_FILENAME -/* Define if you want 256 colour support */ -#undef TTY_256COLOR - /* Define to change gid of ttys to group tty */ #undef TTY_GID_SUPPORT @@ -422,6 +431,9 @@ /* Define to enable xft support */ #undef XFT +/* Define if your XIMCallback specifies XIC as first type. */ +#undef XIMCB_PROTO_BROKEN + /* Define if you want to have sexy-looking background pixmaps. Needs libXpm */ #undef XPM_BACKGROUND