--- rxvt-unicode/config.h.in 2008/11/08 16:49:46 1.27 +++ rxvt-unicode/config.h.in 2009/12/26 10:24:04 1.29 @@ -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 @@ -288,6 +297,9 @@ /* Define to use wheel events (button4 and button5) to scroll */ #undef MOUSE_WHEEL +/* Disable assertions (good for debugging) */ +#undef NDEBUG + /* Support NeXT style scrollbars */ #undef NEXT_SCROLLBAR