--- rxvt-unicode/config.h.in 2007/12/23 02:43:54 1.24 +++ rxvt-unicode/config.h.in 2009/09/04 15:40:12 1.28 @@ -52,6 +52,9 @@ /* Define to 1 if you have the `clock_gettime' function. */ #undef HAVE_CLOCK_GETTIME +/* "use syscall interface for clock_gettime" */ +#undef HAVE_CLOCK_SYSCALL + /* Define to 1 if you have the header file. */ #undef HAVE_CWCHAR @@ -67,6 +70,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 @@ -97,8 +103,8 @@ /* Define to 1 if you have the header file. */ #undef HAVE_MEMORY_H -/* Define to 1 if you have the `nanonsleep' function. */ -#undef HAVE_NANONSLEEP +/* Define to 1 if you have the `nanosleep' function. */ +#undef HAVE_NANOSLEEP /* Define if nl_langinfo(CODESET) works */ #undef HAVE_NL_LANGINFO @@ -145,6 +151,9 @@ /* Define to 1 if you have the `setuid' function. */ #undef HAVE_SETUID +/* Define to 1 if you have the `signalfd' function. */ +#undef HAVE_SIGNALFD + /* Define to 1 if you have the header file. */ #undef HAVE_STDINT_H @@ -157,6 +166,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 +187,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 @@ -190,6 +205,9 @@ /* Define to 1 if you have the header file. */ #undef HAVE_SYS_SELECT_H +/* Define to 1 if you have the header file. */ +#undef HAVE_SYS_SIGNALFD_H + /* Define to 1 if you have the header file. */ #undef HAVE_SYS_SOCKIO_H