--- rxvt-unicode/autoconf/config.h.in 2004/08/17 08:47:56 1.18 +++ rxvt-unicode/autoconf/config.h.in 2005/01/18 01:31:45 1.28 @@ -43,18 +43,12 @@ /* Define if the X Window System is missing or not being used. */ #undef X_DISPLAY_MISSING -/* The number of bytes in a char. */ -#undef SIZEOF_CHAR - /* The number of bytes in a int. */ #undef SIZEOF_INT /* The number of bytes in a int *. */ #undef SIZEOF_INT_P -/* The number of bytes in a long. */ -#undef SIZEOF_LONG - /* The number of bytes in a long long. */ #undef SIZEOF_LONG_LONG @@ -136,6 +130,9 @@ /* Define if you have the header file. */ #undef HAVE_LIBC_H +/* Define if you have the header file. */ +#undef HAVE_PTY_H + /* Define if you have the header file. */ #undef HAVE_STDARG_H @@ -184,6 +181,18 @@ /* Define if you have the Xft library (-lXft). */ #undef HAVE_LIBXFT +/* Use all glibc features. */ +#undef _GNU_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 _XOPEN_SOURCE + +/* Needed to get declarations for msg_control and msg_controllen on Solaris */ +#undef __EXTENSIONS__ + /* Build shared library version - specify via configure only */ #undef LIBRXVT @@ -214,6 +223,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 +343,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 @@ -358,9 +376,6 @@ /* 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 - /* Define to use a 24 bit visual if the screen has 24 bit mode */ #undef PREFER_24BIT @@ -428,14 +443,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 -