--- rxvt-unicode/config.h.in 2010/09/02 15:51:55 1.32 +++ rxvt-unicode/config.h.in 2011/05/30 23:09:43 1.39 @@ -51,7 +51,7 @@ /* Define to 1 if you have the `clock_gettime' function. */ #undef HAVE_CLOCK_GETTIME -/* "use syscall interface for clock_gettime" */ +/* Define to 1 to use the syscall interface for clock_gettime */ #undef HAVE_CLOCK_SYSCALL /* Define to 1 if you have the header file. */ @@ -66,6 +66,12 @@ /* Define to 1 if you have the `eventfd' function. */ #undef HAVE_EVENTFD +/* Define to 1 if the floor function is available */ +#undef HAVE_FLOOR + +/* Define to 1 if you have the header file. */ +#undef HAVE_FONTCONFIG_FONTCONFIG_H + /* Define to 1 if you have the `getpt' function. */ #undef HAVE_GETPT @@ -84,9 +90,6 @@ /* Define to 1 if you have the header file. */ #undef HAVE_LASTLOG_H -/* Define to 1 if you have the `m' library (-lm). */ -#undef HAVE_LIBM - /* Define to 1 if you have the `rt' library (-lrt). */ #undef HAVE_LIBRT @@ -165,16 +168,16 @@ /* Define to 1 if you have the header file. */ #undef HAVE_STROPTS_H -/* Define if utmp.h or lastlog.h has struct lastlog */ +/* Define to 1 if the system has the type `struct lastlog'. */ #undef HAVE_STRUCT_LASTLOG -/* Define if utmpx.h or lastlog.h has struct lastlogx */ +/* Define to 1 if the system has the type `struct lastlogx'. */ #undef HAVE_STRUCT_LASTLOGX -/* Define if utmp.h has struct utmp */ +/* Define to 1 if the system has the type `struct utmp'. */ #undef HAVE_STRUCT_UTMP -/* Define if utmpx.h has struct utmpx */ +/* Define to 1 if the system has the type `struct utmpx'. */ #undef HAVE_STRUCT_UTMPX /* Define to 1 if you have the header file. */ @@ -262,9 +265,6 @@ /* Define to 1 if you have the header file. */ #undef HAVE_X11_XFT_XFT_H -/* Define if you have XPointer typedef */ -#undef HAVE_XPOINTER - /* Define if setlocale (defined to Xsetlocale) works */ #undef HAVE_XSETLOCALE @@ -337,7 +337,7 @@ /* Support plain style scrollbars */ #undef PLAIN_SCROLLBAR -/* Define if you want hide the pointer while typing */ +/* Define if you want to hide the pointer while typing */ #undef POINTER_BLANK /* Resource class */ @@ -436,6 +436,9 @@ /* Define ONLY iff Xlib.h supports it */ #undef XLIB_ILLEGAL_ACCESS +/* Define to enable xrender support */ +#undef XRENDER + /* Support Xterm style scrollbars */ #undef XTERM_SCROLLBAR