--- rxvt-unicode/config.h.in 2007/12/24 08:00:14 1.25 +++ rxvt-unicode/config.h.in 2008/05/05 16:51:52 1.26 @@ -67,6 +67,9 @@ /* Define to 1 if you have the `epoll_ctl' function. */ #undef HAVE_EPOLL_CTL +/* Define to 1 if you have the `eventfd' function. */ +#undef HAVE_EVENTFD + /* Define to 1 if you have the `getpt' function. */ #undef HAVE_GETPT @@ -157,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 @@ -175,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 @@ -205,6 +214,9 @@ /* Define to 1 if you have the header file. */ #undef HAVE_SYS_TYPES_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 @@ -215,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 @@ -269,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