X-Git-Url: http://git.hungrycats.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=config.h.in;h=21b68cd4af79d65f263b18adb2daa8ff66f89bf5;hb=de460e831dc8578acfa8b72251ab9346c99c1f96;hp=163b5f55d0722d9a60b1f3918c06187e821447c6;hpb=c494fd2e6b3b25582375d62e40f4f5cc984ca424;p=xscreensaver diff --git a/config.h.in b/config.h.in index 163b5f55..21b68cd4 100644 --- a/config.h.in +++ b/config.h.in @@ -234,6 +234,9 @@ available if the file /usr/include/X11/extensions/Xrandr.h exists.) */ #undef HAVE_RANDR +/* Define this if the RANDR library is version 1.2 or newer. */ +#undef HAVE_RANDR_12 + /* Define this if you have the XReadDisplay extension (I think this is an SGI-only thing; it's in .) A few of the screenhacks will take advantage of this if it's available. */ @@ -278,6 +281,9 @@ /* Define to 1 if you have the `sigaction' function. */ #undef HAVE_SIGACTION +/* Define to 1 if you have the `sigtimedwait' function. */ +#undef HAVE_SIGTIMEDWAIT + /* Define to 1 if you have the header file. */ #undef HAVE_STDINT_H