--- rxvt-unicode/config.h.in 2011/11/27 15:18:44 1.41 +++ rxvt-unicode/config.h.in 2012/01/19 17:10:54 1.43 @@ -51,9 +51,6 @@ /* 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 @@ -244,9 +241,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 +451,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