--- rxvt-unicode/autoconf/config.h.in 2004/07/30 14:59:12 1.14 +++ rxvt-unicode/autoconf/config.h.in 2006/01/16 11:26:39 1.41 @@ -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 @@ -79,8 +73,8 @@ /* Define if you have the on_exit function. */ #undef HAVE_ON_EXIT -/* Define if you have the openpty function. */ -#undef HAVE_OPENPTY +/* Define if you have the posix_openpt function. */ +#undef HAVE_POSIX_OPENPT /* Define if you have the revoke function. */ #undef HAVE_REVOKE @@ -115,14 +109,20 @@ /* Define if you have the updwtmp function. */ #undef HAVE_UPDWTMP +/* Define if you have the updwtmpx function. */ +#undef HAVE_UPDWTMPX + /* Define if you have the header file. */ #undef HAVE_X11_XFT_XFT_H /* Define if you have the header file. */ #undef HAVE_ASSERT_H -/* Define if you have the header file. */ -#undef HAVE_DLFCN_H +/* Define if you have the header file. */ +#undef HAVE_CLOCALE + +/* Define if you have the header file. */ +#undef HAVE_CWCHAR /* Define if you have the header file. */ #undef HAVE_FCNTL_H @@ -136,6 +136,12 @@ /* Define if you have the header file. */ #undef HAVE_LIBC_H +/* Define if you have the header file. */ +#undef HAVE_LIBUTIL_H + +/* Define if you have the header file. */ +#undef HAVE_PTY_H + /* Define if you have the header file. */ #undef HAVE_STDARG_H @@ -160,6 +166,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 @@ -172,15 +181,36 @@ /* Define if you have the header file. */ #undef HAVE_UNISTD_H +/* Define if you have the header file. */ +#undef HAVE_UTIL_H + /* Define if you have the header file. */ #undef HAVE_UTMP_H /* Define if you have the header file. */ #undef HAVE_UTMPX_H +/* Define if you have the header file. */ +#undef HAVE_WCHAR_H + /* 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__ + +/* Define if you have sched-h and sched_yield */ +#undef HAVE_SCHED_YIELD + /* Build shared library version - specify via configure only */ #undef LIBRXVT @@ -199,9 +229,6 @@ /* Define if you don't want any resources read */ #undef NO_RESOURCES -/* Define if you want to use XGetDefault instead of our internal version */ -#undef USE_XGETDEFAULT - /* Fallback resource class */ #undef RESFALLBACK @@ -211,15 +238,15 @@ /* 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 /* 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 @@ -250,6 +277,9 @@ /* Define if struct utmpx contains ut_host */ #undef HAVE_UTMPX_HOST +/* Define if struct utmpx contains ut_session */ +#undef HAVE_UTMPX_SESSION + /* Define if utmp.h or lastlog.h has struct lastlog */ #undef HAVE_STRUCT_LASTLOG @@ -292,8 +322,14 @@ /* Define if nl_langinfo(CODESET) works */ #undef HAVE_NL_LANGINFO -/* Define if you have _GNU_SOURCE getpt() */ -#undef HAVE_GETPT +/* Define if sys/socket.h defines the necessary macros/functions for file handle passing */ +#undef HAVE_UNIX_FDPASS + +/* Define if your XIMCallback specifies XIC as first type. */ +#undef XIMCB_PROTO_BROKEN + +/* Define for this pty type */ +#undef PTYS_ARE_POSIX /* Define for this pty type */ #undef PTYS_ARE_OPENPTY @@ -311,12 +347,6 @@ #undef PTYS_ARE__GETPTY /* Define for this pty type */ -#undef PTYS_ARE_GETPTY - -/* Define for this pty type */ -#undef PTYS_ARE_GETPT - -/* Define for this pty type */ #undef PTYS_ARE_CLONE /* Define for this pty type */ @@ -328,6 +358,15 @@ /* 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 @@ -349,11 +388,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 don't want support linespace */ -#undef NO_LINESPACE +/* Define if you want handling for rarely used but handy features */ +#undef ENABLE_FRILLS /* Define to use a 24 bit visual if the screen has 24 bit mode */ #undef PREFER_24BIT @@ -394,9 +430,6 @@ /* Define if you want hide the pointer while typing */ #undef POINTER_BLANK -/* Define if you want blinking cursor support */ -#undef CURSOR_BLINK - /* Define if you want blinking text support */ #undef TEXT_BLINK @@ -422,14 +455,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 - -/* Define if you don't need to use our replacement string functions */ -#undef NO_STRINGS +#undef ENCODING_ZH_EXT -/* Define to enable xft support */ -#undef XFT +/* Define if you can embed a perl interpreter */ +#undef ENABLE_PERL