--- cvsroot/rxvt-unicode/config.h.in 2007/12/11 00:01:28 1.22 +++ cvsroot/rxvt-unicode/config.h.in 2008/05/05 16:51:52 1.26 @@ -49,12 +49,6 @@ /* Define if you want to use libAfterImage for image processing */ #undef HAVE_AFTERIMAGE -/* Define to 1 if you have the header file. */ -#undef HAVE_ASSERT_H - -/* Define to 1 if you have the header file. */ -#undef HAVE_CLOCALE - /* Define to 1 if you have the `clock_gettime' function. */ #undef HAVE_CLOCK_GETTIME @@ -73,8 +67,8 @@ /* Define to 1 if you have the `epoll_ctl' function. */ #undef HAVE_EPOLL_CTL -/* Define to 1 if you have the header file. */ -#undef HAVE_FCNTL_H +/* Define to 1 if you have the `eventfd' function. */ +#undef HAVE_EVENTFD /* Define to 1 if you have the `getpt' function. */ #undef HAVE_GETPT @@ -106,6 +100,9 @@ /* 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 nl_langinfo(CODESET) works */ #undef HAVE_NL_LANGINFO @@ -151,9 +148,6 @@ /* Define to 1 if you have the `setuid' function. */ #undef HAVE_SETUID -/* Define to 1 if you have the header file. */ -#undef HAVE_STDARG_H - /* Define to 1 if you have the header file. */ #undef HAVE_STDINT_H @@ -166,6 +160,9 @@ /* Define to 1 if you have the header file. */ #undef HAVE_STRING_H +/* Define to 1 if you have the header file. */ +#undef HAVE_STROPTS_H + /* Define if utmp.h or lastlog.h has struct lastlog */ #undef HAVE_STRUCT_LASTLOG @@ -184,6 +181,9 @@ /* Define to 1 if you have the header file. */ #undef HAVE_SYS_EPOLL_H +/* Define to 1 if you have the header file. */ +#undef HAVE_SYS_EVENTFD_H + /* Define to 1 if you have the header file. */ #undef HAVE_SYS_EVENT_H @@ -211,14 +211,11 @@ /* Define to 1 if you have the header file. */ #undef HAVE_SYS_STRREDIR_H -/* Define to 1 if you have the header file. */ -#undef HAVE_SYS_TIME_H - /* Define to 1 if you have the header file. */ #undef HAVE_SYS_TYPES_H -/* Define to 1 if you have the header file. */ -#undef HAVE_TERMIOS_H +/* 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 @@ -230,9 +227,6 @@ /* Define to 1 if you have the `unsetenv' function. */ #undef HAVE_UNSETENV -/* Define to 1 if you have the `updlastlogx' function. */ -#undef HAVE_UPDLASTLOGX - /* Define to 1 if you have the `updwtmp' function. */ #undef HAVE_UPDWTMP @@ -284,6 +278,9 @@ /* Define location of lastlog */ #undef LASTLOG_FILE +/* 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 @@ -360,18 +357,6 @@ the screen */ #undef SELECTION_SCROLLING -/* The size of `int', as computed by sizeof. */ -#undef SIZEOF_INT - -/* The size of `int *', as computed by sizeof. */ -#undef SIZEOF_INT_P - -/* The size of `long long', as computed by sizeof. */ -#undef SIZEOF_LONG_LONG - -/* The size of `short', as computed by sizeof. */ -#undef SIZEOF_SHORT - /* Define to use "smart" resize behavior */ #undef SMART_RESIZE @@ -442,12 +427,25 @@ # undef _GNU_SOURCE #endif +/* Define for Solaris 2.5.1 so the uint32_t typedef from , + , or is not used. If the typedef was allowed, the + #define below would cause a syntax error. */ +#undef _UINT32_T + /* Needed to get declarations for msg_control and msg_controllen on Solaris */ #undef _XOPEN_SOURCE /* Define to `int' if doesn't define. */ #undef gid_t +/* Define to the type of a signed integer type of width exactly 16 bits if + such a type exists and the standard includes do not define it. */ +#undef int16_t + +/* Define to the type of a signed integer type of width exactly 32 bits if + such a type exists and the standard includes do not define it. */ +#undef int32_t + /* Define to `int' if does not define. */ #undef mode_t @@ -456,3 +454,11 @@ /* Define to `int' if doesn't define. */ #undef uid_t + +/* Define to the type of an unsigned integer type of width exactly 16 bits if + such a type exists and the standard includes do not define it. */ +#undef uint16_t + +/* Define to the type of an unsigned integer type of width exactly 32 bits if + such a type exists and the standard includes do not define it. */ +#undef uint32_t