--- rxvt-unicode/config.h.in 2011/11/27 15:18:44 1.41 +++ rxvt-unicode/config.h.in 2012/06/10 16:17:39 1.45 @@ -42,18 +42,12 @@ /* Define if you want extended chinese codesets */ #undef ENCODING_ZH_EXT -/* Define if you want to use libAfterImage for image processing */ -#undef HAVE_AFTERIMAGE - /* Define to 1 if you have the `clock_gettime' function. */ #undef HAVE_CLOCK_GETTIME /* Define to 1 to use the syscall interface for clock_gettime */ #undef HAVE_CLOCK_SYSCALL -/* Define to 1 if you have the header file. */ -#undef HAVE_CWCHAR - /* Define to 1 if you have the `epoll_ctl' function. */ #undef HAVE_EPOLL_CTL @@ -132,9 +126,6 @@ /* Define to 1 if you have the `seteuid' function. */ #undef HAVE_SETEUID -/* Define if plain old setlocale works */ -#undef HAVE_SETLOCALE - /* Define to 1 if you have the `setresuid' function. */ #undef HAVE_SETRESUID @@ -207,9 +198,6 @@ /* 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 @@ -244,9 +232,6 @@ /* Define if struct utmpx contains ut_host */ #undef HAVE_UTMPX_HOST -/* Define if struct utmpx contains ut_session */ -#undef HAVE_UTMPX_SESSION - /* Define to 1 if you have the header file. */ #undef HAVE_UTMP_H @@ -457,9 +442,13 @@ #define below would cause a syntax error. */ #undef _UINT32_T -/* Needed to get declarations for msg_control and msg_controllen on Solaris */ +/* Enable declarations of msg_control and msg_controllen on Solaris */ #undef _XOPEN_SOURCE +/* Enable declarations in utmp.h on Solaris when the XPG4v2 namespace is + active */ +#undef __EXTENSIONS__ + /* Define to `int' if doesn't define. */ #undef gid_t