--- rxvt-unicode/config.h.in 2008/11/08 16:49:46 1.27 +++ 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 @@ -148,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 @@ -199,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