--- rxvt-unicode/autoconf/config.h.in 2005/01/11 04:44:57 1.26 +++ rxvt-unicode/autoconf/config.h.in 2005/01/17 00:59:23 1.27 @@ -1,206 +1,251 @@ -/* autoconf/config.h.in. Generated automatically from autoconf/configure.in by autoheader 2.13. */ +/* autoconf/config.h.in. Generated from autoconf/configure.in by autoheader. */ -/* Define if on AIX 3. - System headers sometimes define this. - We just want to avoid a redefinition error message. */ -#ifndef _ALL_SOURCE -#undef _ALL_SOURCE -#endif - -/* Define to empty if the keyword does not work. */ -#undef const +/* Define if you want blinking cursor support */ +#undef CURSOR_BLINK -/* Define to `int' if doesn't define. */ -#undef gid_t +/* Define if you want 8 bit control sequences */ +#undef EIGHT_BIT_CONTROLS -/* Define if you have that is POSIX.1 compatible. */ -#undef HAVE_SYS_WAIT_H +/* Define if you want to automatically compose combining characters */ +#undef ENABLE_COMBINING -/* Define as __inline if that's what the C compiler calls it. */ -#undef inline +/* Define if you want handling for rarely used but handy features */ +#undef ENABLE_FRILLS -/* Define to `int' if doesn't define. */ -#undef mode_t +/* Define if you want bold and italic support */ +#undef ENABLE_STYLES -/* Define to `int' if doesn't define. */ -#undef pid_t +/* Define if you want european extended codesets */ +#undef ENCODING_EU -/* Define if you need to in order for stat and other things to work. */ -#undef _POSIX_SOURCE +/* Define if you want japanese codesets */ +#undef ENCODING_JP -/* Define as the return type of signal handlers (int or void). */ -#undef RETSIGTYPE +/* Define if you want extended japanese codesets */ +#undef ENCODING_JP_EXT -/* Define if you have the ANSI C header files. */ -#undef STDC_HEADERS +/* Define if you want korean codesets */ +#undef ENCODING_KR -/* Define if you can safely include both and . */ -#undef TIME_WITH_SYS_TIME +/* Define if you want vietnamese codesets */ +#undef ENCODING_VN -/* Define to `int' if doesn't define. */ -#undef uid_t +/* Define if you want chinese codesets */ +#undef ENCODING_ZH -/* Define if the X Window System is missing or not being used. */ -#undef X_DISPLAY_MISSING +/* Define if you want extended chinese codesets */ +#undef ENCODING_ZH_EXT -/* The number of bytes in a int. */ -#undef SIZEOF_INT +/* Define if you want the depth of scrollbars and menus to be less */ +#undef HALFSHADOW -/* The number of bytes in a int *. */ -#undef SIZEOF_INT_P +/* Define to 1 if you have the header file. */ +#undef HAVE_ASSERT_H -/* The number of bytes in a long long. */ -#undef SIZEOF_LONG_LONG +/* Define to 1 if you have the `atexit' function. */ +#undef HAVE_ATEXIT -/* The number of bytes in a short. */ -#undef SIZEOF_SHORT +/* Define to 1 if you have the header file. */ +#undef HAVE_DLFCN_H -/* Define if you have the _getpty function. */ -#undef HAVE__GETPTY +/* Define to 1 if you have the header file. */ +#undef HAVE_FCNTL_H -/* Define if you have the atexit function. */ -#undef HAVE_ATEXIT +/* Define if you have _GNU_SOURCE getpt() */ +#undef HAVE_GETPT -/* Define if you have the grantpt function. */ +/* Define to 1 if you have the `grantpt' function. */ #undef HAVE_GRANTPT -/* Define if you have the isastream function. */ +/* Define to 1 if you have the header file. */ +#undef HAVE_GRP_H + +/* Define to 1 if you have the header file. */ +#undef HAVE_INTTYPES_H + +/* Define to 1 if you have the `isastream' function. */ #undef HAVE_ISASTREAM -/* Define if you have the nanosleep function. */ +/* Define to 1 if you have the header file. */ +#undef HAVE_LASTLOG_H + +/* Define to 1 if you have the header file. */ +#undef HAVE_LIBC_H + +/* Define to 1 if you have the `Xft' library (-lXft). */ +#undef HAVE_LIBXFT + +/* Define to 1 if you have the header file. */ +#undef HAVE_MEMORY_H + +/* Define to 1 if you have the `nanosleep' function. */ #undef HAVE_NANOSLEEP -/* Define if you have the on_exit function. */ +/* Define if nl_langinfo(CODESET) works */ +#undef HAVE_NL_LANGINFO + +/* Define to 1 if you have the `on_exit' function. */ #undef HAVE_ON_EXIT -/* Define if you have the openpty function. */ +/* Define to 1 if you have the `openpty' function. */ #undef HAVE_OPENPTY -/* Define if you have the revoke function. */ +/* 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 -/* Define if you have the seteuid function. */ +/* Define to 1 if you have the `seteuid' function. */ #undef HAVE_SETEUID -/* Define if you have the setpgid function. */ +/* Define if plain old setlocale works */ +#undef HAVE_SETLOCALE + +/* Define to 1 if you have the `setpgid' function. */ #undef HAVE_SETPGID -/* Define if you have the setpgrp function. */ +/* Define to 1 if you have the `setpgrp' function. */ #undef HAVE_SETPGRP -/* Define if you have the setreuid function. */ +/* Define to 1 if you have the `setreuid' function. */ #undef HAVE_SETREUID -/* Define if you have the setsid function. */ +/* Define to 1 if you have the `setsid' function. */ #undef HAVE_SETSID -/* Define if you have the setutent function. */ +/* Define to 1 if you have the `setutent' function. */ #undef HAVE_SETUTENT -/* Define if you have the ttyslot function. */ -#undef HAVE_TTYSLOT - -/* Define if you have the unlockpt function. */ -#undef HAVE_UNLOCKPT - -/* Define if you have the unsetenv function. */ -#undef HAVE_UNSETENV - -/* Define if you have the updwtmp function. */ -#undef HAVE_UPDWTMP - -/* 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_FCNTL_H +/* Define to 1 if you have the header file. */ +#undef HAVE_STDARG_H -/* Define if you have the header file. */ -#undef HAVE_GRP_H +/* Define to 1 if you have the header file. */ +#undef HAVE_STDINT_H -/* Define if you have the header file. */ -#undef HAVE_LASTLOG_H +/* Define to 1 if you have the header file. */ +#undef HAVE_STDLIB_H -/* Define if you have the header file. */ -#undef HAVE_LIBC_H +/* Define to 1 if you have the header file. */ +#undef HAVE_STRINGS_H -/* Define if you have the header file. */ -#undef HAVE_PTY_H +/* Define to 1 if you have the header file. */ +#undef HAVE_STRING_H -/* Define if you have the header file. */ -#undef HAVE_STDARG_H +/* Define if utmp.h or lastlog.h has struct lastlog */ +#undef HAVE_STRUCT_LASTLOG -/* Define if you have the header file. */ -#undef HAVE_STDINT_H +/* Define if utmpx.h or lastlog.h has struct lastlogx */ +#undef HAVE_STRUCT_LASTLOGX -/* Define if you have the header file. */ -#undef HAVE_STDLIB_H +/* Define if utmp.h has struct utmp */ +#undef HAVE_STRUCT_UTMP -/* Define if you have the header file. */ -#undef HAVE_STRING_H +/* Define if utmpx.h has struct utmpx */ +#undef HAVE_STRUCT_UTMPX -/* Define if you have the header file. */ +/* Define to 1 if you have the header file. */ #undef HAVE_SYS_BYTEORDER_H -/* Define if you have the header file. */ +/* Define to 1 if you have the header file. */ #undef HAVE_SYS_IOCTL_H -/* Define if you have the header file. */ +/* Define to 1 if you have the header file. */ #undef HAVE_SYS_SELECT_H -/* Define if you have the header file. */ +/* Define to 1 if you have the header file. */ #undef HAVE_SYS_SOCKIO_H -/* Define if you have the header file. */ +/* 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 if you have the header file. */ +/* Define to 1 if you have the header file. */ #undef HAVE_SYS_STRREDIR_H -/* Define if you have the header file. */ +/* Define to 1 if you have the header file. */ #undef HAVE_SYS_TIME_H -/* Define if you have the header file. */ +/* Define to 1 if you have the header file. */ +#undef HAVE_SYS_TYPES_H + +/* Define to 1 if you have that is POSIX.1 compatible. */ +#undef HAVE_SYS_WAIT_H + +/* Define to 1 if you have the header file. */ #undef HAVE_TERMIOS_H -/* Define if you have the header file. */ +/* Define to 1 if you have the `ttyslot' function. */ +#undef HAVE_TTYSLOT + +/* Define to 1 if you have the header file. */ #undef HAVE_UNISTD_H -/* Define if you have the header file. */ -#undef HAVE_UTMP_H +/* Define to 1 if you have the `unlockpt' function. */ +#undef HAVE_UNLOCKPT -/* Define if you have the header file. */ +/* Define to 1 if you have the `unsetenv' function. */ +#undef HAVE_UNSETENV + +/* Define to 1 if you have the `updwtmp' function. */ +#undef HAVE_UPDWTMP + +/* Define to 1 if you have the header file. */ #undef HAVE_UTMPX_H -/* Define if you have the Xft library (-lXft). */ -#undef HAVE_LIBXFT +/* Define if struct utmpx contains ut_host */ +#undef HAVE_UTMPX_HOST -/* Use all glibc features. */ -#undef _GNU_SOURCE +/* Define to 1 if you have the header file. */ +#undef HAVE_UTMP_H -/* Needed to get declarations for msg_control and msg_controllen on Solaris */ -#undef _XOPEN_SOURCE_EXTENDED +/* Define if struct utmp contains ut_host */ +#undef HAVE_UTMP_HOST -/* Needed to get declarations for msg_control and msg_controllen on Solaris */ -#undef _XOPEN_SOURCE +/* Define if struct utmp contains ut_pid */ +#undef HAVE_UTMP_PID -/* Needed to get declarations for msg_control and msg_controllen on Solaris */ -#undef __EXTENSIONS__ +/* Define to 1 if you have the header file. */ +#undef HAVE_X11_XFT_XFT_H + +/* Define if Xlocale support works */ +#undef HAVE_XLOCALE + +/* Define if you have XPointer typedef */ +#undef HAVE_XPOINTER + +/* Define if setlocale (defined to Xsetlocale) works */ +#undef HAVE_XSETLOCALE + +/* 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 + +/* Define if you want to have lastlog support when utmp/utmpx is enabled */ +#undef LASTLOG_SUPPORT /* Build shared library version - specify via configure only */ #undef LIBRXVT -/* Define if you want the depth of scrollbars and menus to be less */ -#undef HALFSHADOW +/* Define if you want Menubar support */ +#undef MENUBAR -/* Define to change gid of ttys to group tty */ -#undef TTY_GID_SUPPORT +/* Define to have CTRL cause wheel events to accelerate scrolling. Release + CTRL to halt scrolling */ +#undef MOUSE_SLIP_WHEELING + +/* Define to use wheel events (button4 and button5) to scroll */ +#undef MOUSE_WHEEL + +/* Support NeXT style scrollbars */ +#undef NEXT_SCROLLBAR /* Define if you don't want support for the backspace key */ #undef NO_BACKSPACE_KEY @@ -211,152 +256,149 @@ /* 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 +/* Define for continual scrolling when you keep the scrollbar button pressed + */ +#undef NO_SCROLLBAR_BUTTON_CONTINUAL_SCROLLING -/* Fallback resource class */ -#undef RESFALLBACK +/* Disable the secondary screen. Many programs use the secondary screen as + their workplace */ +#undef NO_SECONDARY_SCREEN -/* Default resource name */ -#undef RESNAME +/* Define if you don't need to use our replacement string functions */ +#undef NO_STRINGS -/* Resource class */ -#undef RESCLASS +/* Define if you want faded colors when focus is lost */ +#undef OFF_FOCUS_FADING -/* Binary base name */ -#undef RXVTNAME +/* Define to the address where bug reports for this package should be sent. */ +#undef PACKAGE_BUGREPORT -/* Disable the secondary screen. Many programs use the secondary screen as their workplace */ -#undef NO_SECONDARY_SCREEN +/* Define to the full name of this package. */ +#undef PACKAGE_NAME -/* Define to use smart resize behavior */ -#undef SMART_RESIZE +/* Define to the full name and version of this package. */ +#undef PACKAGE_STRING -/* Set TERM to the value given by configure */ -#undef TERMENV +/* Define to the one symbol short name of this package. */ +#undef PACKAGE_TARNAME -/* Set TERMINFO value to the value given by configure */ -#undef RXVT_TERMINFO +/* Define to the version of this package. */ +#undef PACKAGE_VERSION -/* Define if you need function prototypes */ -#undef PROTOTYPES - -/* Define if you include on a normal include path (be careful) */ -#undef XPM_INC_X11 - -/* Define if you have XPointer typedef */ -#undef HAVE_XPOINTER +/* Support plain style scrollbars */ +#undef PLAIN_SCROLLBAR -/* Define if utmp.h has struct utmp */ -#undef HAVE_STRUCT_UTMP +/* Define if you want hide the pointer while typing */ +#undef POINTER_BLANK -/* Define if struct utmp contains ut_host */ -#undef HAVE_UTMP_HOST +/* Define to use a 24 bit visual if the screen has 24 bit mode */ +#undef PREFER_24BIT -/* Define if struct utmp contains ut_pid */ -#undef HAVE_UTMP_PID +/* Define if you need function prototypes */ +#undef PROTOTYPES -/* Define if utmpx.h has struct utmpx */ -#undef HAVE_STRUCT_UTMPX +/* Define for first char in devptyXX */ +#undef PTYCHAR1 -/* Define if struct utmpx contains ut_host */ -#undef HAVE_UTMPX_HOST +/* Define for second char in devptyXX */ +#undef PTYCHAR2 -/* Define if utmp.h or lastlog.h has struct lastlog */ -#undef HAVE_STRUCT_LASTLOG +/* Define for this pty type */ +#undef PTYS_ARE_CLONE -/* Define if utmpx.h or lastlog.h has struct lastlogx */ -#undef HAVE_STRUCT_LASTLOGX +/* Define for this pty type */ +#undef PTYS_ARE_GETPT -/* Define location of utmp */ -#undef RXVT_UTMP_FILE +/* Define for this pty type */ +#undef PTYS_ARE_GETPTY -/* Define location of utmpx */ -#undef RXVT_UTMPX_FILE +/* Define for this pty type */ +#undef PTYS_ARE_NUMERIC -/* Define location of wtmp */ -#undef RXVT_WTMP_FILE +/* Define for this pty type */ +#undef PTYS_ARE_OPENPTY -/* Define location of wtmpx */ -#undef RXVT_WTMPX_FILE +/* Define for this pty type */ +#undef PTYS_ARE_PTC -/* Define location of lastlog */ -#undef RXVT_LASTLOG_FILE +/* Define for this pty type */ +#undef PTYS_ARE_PTMX -/* Define if lastlog is provided via a directory */ -#undef LASTLOG_IS_DIR +/* Define for this pty type */ +#undef PTYS_ARE_SEARCHED -/* Define location of lastlogx */ -#undef RXVT_LASTLOGX_FILE +/* Define for this pty type */ +#undef PTYS_ARE__GETPTY -/* Define location of ttys/ttytab */ -#undef TTYTAB_FILENAME +/* Resource class */ +#undef RESCLASS -/* Define if Xlocale support works */ -#undef HAVE_XLOCALE +/* Fallback resource class */ +#undef RESFALLBACK -/* Define if setlocale (defined to Xsetlocale) works */ -#undef HAVE_XSETLOCALE +/* Default resource name */ +#undef RESNAME -/* Define if plain old setlocale works */ -#undef HAVE_SETLOCALE +/* Define as the return type of signal handlers (`int' or `void'). */ +#undef RETSIGTYPE -/* Define if nl_langinfo(CODESET) works */ -#undef HAVE_NL_LANGINFO +/* Binary base name */ +#undef RXVTNAME -/* Define if your XIMCallback specifies XIC as first type. */ -#undef XIMCB_PROTO_BROKEN +/* Define location of lastlogx */ +#undef RXVT_LASTLOGX_FILE -/* Define if you have _GNU_SOURCE getpt() */ -#undef HAVE_GETPT +/* Define location of lastlog */ +#undef RXVT_LASTLOG_FILE -/* Define for this pty type */ -#undef PTYS_ARE_OPENPTY +/* Support Rxvt original style scrollbars */ +#undef RXVT_SCROLLBAR -/* Define for this pty type */ -#undef PTYS_ARE_NUMERIC +/* Set TERMINFO value to the value given by configure */ +#undef RXVT_TERMINFO -/* Define for this pty type */ -#undef PTYS_ARE_PTMX +/* Define location of utmpx */ +#undef RXVT_UTMPX_FILE -/* Define for this pty type */ -#undef PTYS_ARE_PTC +/* Define location of utmp */ +#undef RXVT_UTMP_FILE -/* Define for this pty type */ -#undef PTYS_ARE__GETPTY +/* Define location of wtmpx */ +#undef RXVT_WTMPX_FILE -/* Define for this pty type */ -#undef PTYS_ARE_GETPTY +/* Define location of wtmp */ +#undef RXVT_WTMP_FILE -/* Define for this pty type */ -#undef PTYS_ARE_GETPT +/* Define to allow scrolling when the selection moves to the top or bottom of + the screen */ +#undef SELECTION_SCROLLING -/* Define for this pty type */ -#undef PTYS_ARE_CLONE +/* The size of a `int', as computed by sizeof. */ +#undef SIZEOF_INT -/* Define for this pty type */ -#undef PTYS_ARE_SEARCHED +/* The size of a `int *', as computed by sizeof. */ +#undef SIZEOF_INT_P -/* Define for first char in devptyXX */ -#undef PTYCHAR1 +/* The size of a `long long', as computed by sizeof. */ +#undef SIZEOF_LONG_LONG -/* Define for second char in devptyXX */ -#undef PTYCHAR2 +/* The size of a `short', as computed by sizeof. */ +#undef SIZEOF_SHORT -/* Define to enable xft support */ -#undef XFT +/* Define to use "smart" resize behavior */ +#undef SMART_RESIZE -/* Define if you want bold and italic support */ -#undef ENABLE_STYLES +/* Define to 1 if you have the ANSI C header files. */ +#undef STDC_HEADERS -/* Define if you want ISO 14755 extended support */ -#undef ISO_14755 +/* Set TERM to the value given by configure */ +#undef TERMENV -/* Define if you want 8 bit control sequences */ -#undef EIGHT_BIT_CONTROLS +/* Define if you want blinking text support */ +#undef TEXT_BLINK -/* Define if you want faded colors when focus is lost */ -#undef OFF_FOCUS_FADING +/* 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 @@ -364,26 +406,21 @@ /* Define if you want your background to use the parent window background */ #undef TRANSPARENT -/* Define for continual scrolling when you keep the scrollbar button pressed */ -#undef NO_SCROLLBAR_BUTTON_CONTINUAL_SCROLLING - -/* Define to allow scrolling when the selection moves to the top or bottom of the screen */ -#undef SELECTION_SCROLLING - -/* Define if you want Menubar support */ -#undef MENUBAR +/* Define location of ttys/ttytab */ +#undef TTYTAB_FILENAME -/* Define if you want handling for rarely used but handy features */ -#undef ENABLE_FRILLS +/* Define to change gid of ttys to group tty */ +#undef TTY_GID_SUPPORT -/* Define to use a 24 bit visual if the screen has 24 bit mode */ -#undef PREFER_24BIT +/* Define if you want to represent unicode characters outside plane 0 */ +#undef UNICODE_3 -/* Define to use wheel events (button4 and button5) to scroll */ -#undef MOUSE_WHEEL +/* Define if you want to use XGetDefault instead of our internal version */ +#undef USE_XGETDEFAULT -/* Define to have CTRL cause wheel events to accelerate scrolling. Release CTRL to halt scrolling */ -#undef MOUSE_SLIP_WHEELING +/* Define if you want to have XIM (X Input Method) protocol support - required + for multibyte characters input */ +#undef USE_XIM /* Define if you want to have utmp/utmpx support */ #undef UTMP_SUPPORT @@ -391,63 +428,60 @@ /* Define if you want to have wtmp support when utmp/utmpx is enabled */ #undef WTMP_SUPPORT -/* Define if you want to have lastlog support when utmp/utmpx is enabled */ -#undef LASTLOG_SUPPORT +/* Define to enable xft support */ +#undef XFT -/* Define if you want to have XIM (X Input Method) protocol support - required for multibyte characters input */ -#undef USE_XIM +/* 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 -/* Support Rxvt original style scrollbars */ -#undef RXVT_SCROLLBAR - -/* Support NeXT style scrollbars */ -#undef NEXT_SCROLLBAR +/* Define if you include on a normal include path (be careful) */ +#undef XPM_INC_X11 /* Support Xterm style scrollbars */ #undef XTERM_SCROLLBAR -/* Support plain style scrollbars */ -#undef PLAIN_SCROLLBAR - -/* 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 +/* Define to 1 if the X Window System is missing or not being used. */ +#undef X_DISPLAY_MISSING -/* Define if you want to represent unicode characters outside plane 0 */ -#undef UNICODE_3 +/* Define to 1 if on AIX 3. + System headers sometimes define this. + We just want to avoid a redefinition error message. */ +#ifndef _ALL_SOURCE +# undef _ALL_SOURCE +#endif -/* Define if you want to automatically compose combining characters */ -#undef ENABLE_COMBINING +/* Use all glibc features. */ +#undef _GNU_SOURCE -/* Define if you want european extended codesets */ -#undef ENCODING_EU +/* Needed to get declarations for msg_control and msg_controllen on Solaris */ +#undef _XOPEN_SOURCE -/* Define if you want vietnamese codesets */ -#undef ENCODING_VN +/* Needed to get declarations for msg_control and msg_controllen on Solaris */ +#undef _XOPEN_SOURCE_EXTENDED -/* Define if you want japanese codesets */ -#undef ENCODING_JP +/* Needed to get declarations for msg_control and msg_controllen on Solaris */ +#undef __EXTENSIONS__ -/* Define if you want extended japanese codesets */ -#undef ENCODING_JP_EXT +/* Define to empty if `const' does not conform to ANSI C. */ +#undef const -/* Define if you want korean codesets */ -#undef ENCODING_KR +/* Define to `int' if doesn't define. */ +#undef gid_t -/* Define if you want chinese codesets */ -#undef ENCODING_ZH +/* Define to `__inline__' or `__inline' if that's what the C compiler + calls it, or to nothing if 'inline' is not supported under any name. */ +#ifndef __cplusplus +#undef inline +#endif -/* Define if you want extended chinese codesets */ -#undef ENCODING_ZH_EXT +/* Define to `int' if does not define. */ +#undef mode_t -/* Define if you don't need to use our replacement string functions */ -#undef NO_STRINGS +/* Define to `int' if does not define. */ +#undef pid_t +/* Define to `int' if doesn't define. */ +#undef uid_t