--- rxvt-unicode/autoconf/config.h.in 2004/01/31 04:16:15 1.3 +++ rxvt-unicode/autoconf/config.h.in 2005/01/17 00:59:23 1.27 @@ -3,11 +3,17 @@ /* Define if you want blinking cursor support */ #undef CURSOR_BLINK -/* Define if you want chinese codesets */ -#undef ENCODING_CN +/* Define if you want 8 bit control sequences */ +#undef EIGHT_BIT_CONTROLS -/* Define if you want extended chinese codesets */ -#undef ENCODING_CN_EXT +/* Define if you want to automatically compose combining characters */ +#undef ENABLE_COMBINING + +/* Define if you want handling for rarely used but handy features */ +#undef ENABLE_FRILLS + +/* Define if you want bold and italic support */ +#undef ENABLE_STYLES /* Define if you want european extended codesets */ #undef ENCODING_EU @@ -24,8 +30,11 @@ /* Define if you want vietnamese codesets */ #undef ENCODING_VN -/* Define if you want support for Greek Elot-928 & IBM-437 keyboard */ -#undef GREEK_SUPPORT +/* 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 @@ -81,6 +90,9 @@ /* Define to 1 if you have the `openpty' function. */ #undef HAVE_OPENPTY +/* Define to 1 if you have the header file. */ +#undef HAVE_PTY_H + /* Define to 1 if you have the `revoke' function. */ #undef HAVE_REVOKE @@ -147,6 +159,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 +222,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 @@ -226,9 +244,6 @@ /* Define to use wheel events (button4 and button5) to scroll */ #undef MOUSE_WHEEL -/* Define default multichar glyph encoding */ -#undef MULTICHAR_ENCODING - /* Support NeXT style scrollbars */ #undef NEXT_SCROLLBAR @@ -238,18 +253,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 - -/* Define to remove xterm style mouse selection */ -#undef NO_NEW_SELECTION - -/* Define to remove old rxvt (ver 2.20 and before) style selection */ -#undef NO_OLD_SELECTION - /* Define if you don't want any resources read */ #undef NO_RESOURCES @@ -264,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 @@ -324,9 +330,21 @@ /* Define for this pty type */ #undef PTYS_ARE__GETPTY +/* Resource class */ +#undef RESCLASS + +/* Fallback resource class */ +#undef RESFALLBACK + +/* Default resource name */ +#undef RESNAME + /* 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 @@ -388,15 +400,15 @@ /* Define to 1 if you can safely include both and . */ #undef TIME_WITH_SYS_TIME +/* 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 /* 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 @@ -419,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 @@ -438,6 +453,18 @@ # undef _ALL_SOURCE #endif +/* Use all glibc features. */ +#undef _GNU_SOURCE + +/* Needed to get declarations for msg_control and msg_controllen on Solaris */ +#undef _XOPEN_SOURCE + +/* Needed to get declarations for msg_control and msg_controllen on Solaris */ +#undef _XOPEN_SOURCE_EXTENDED + +/* Needed to get declarations for msg_control and msg_controllen on Solaris */ +#undef __EXTENSIONS__ + /* Define to empty if `const' does not conform to ANSI C. */ #undef const