http://www.jwz.org/xscreensaver/xscreensaver-5.13.tar.gz
[xscreensaver] / config.h.in
index c56839125f33374b19fe7188aa9afa0bf14b2e54..8c31259748367075e7115eec5fc79dd089d832fc 100644 (file)
    can make use of this if it is available. */
 #undef HAVE_GDK_PIXBUF
 
+/* Define this if you have the gdk_pixbuf_apply_embedded_orientation function
+   (gdk-pixbuf 2.12). */
+#undef HAVE_GDK_PIXBUF_APPLY_EMBEDDED_ORIENTATION
+
 /* Define to 1 if you have the `getcwd' function. */
 #undef HAVE_GETCWD
 
    have different names.) (HAVE_GL should be defined too.) */
 #undef HAVE_MESA_GL
 
-/* Define this if you have the MIT-SCREEN-SAVER extension installed. See the
-   caveats about this extension, above. (It's available if
-   /usr/include/X11/extensions/scrnsaver.h exists.) */
-#undef HAVE_MIT_SAVER_EXTENSION
-
 /* Define to 1 if you have a working `mmap' system call. */
 #undef HAVE_MMAP
 
    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 <X11/extensions/readdisplay.h>.) A few of the
    screenhacks will take advantage of this if it's available. */
 /* Define to 1 if you have the `setrlimit' function. */
 #undef HAVE_SETRLIMIT
 
-/* Define this if you have the SGI SCREEN_SAVER extension. This is standard on
-   Irix systems, and not available elsewhere. */
-#undef HAVE_SGI_SAVER_EXTENSION
-
-/* Define this if you have the SGI-VIDEO-CONTROL extension. This is standard
-   on Irix systems, and not available elsewhere. */
-#undef HAVE_SGI_VC_EXTENSION
-
 /* Define this if your system uses 'shadow' passwords, that is, the passwords
    live in /etc/shadow instead of /etc/passwd, and one reads them with
    getspnam() instead of getpwnam(). (Note that SCO systems do some random
    which allows the Ctrl-Sh-Reset key sequence to be temporarily disabled.) */
 #undef HAVE_XHPDISABLERESET
 
-/* Define this if you have the XIDLE extension installed. If you have the
-   XIDLE extension, this is recommended. (You have this extension if the file
-   /usr/include/X11/extensions/xidle.h exists.) Turning on this flag lets
-   XScreenSaver work better with servers which support this extension; but it
-   will still work with servers which do not suport it, so it's a good idea to
-   compile in support for it if you can. */
-#undef HAVE_XIDLE_EXTENSION
-
 /* Define this if you have the Xinerama extension. This is standard on
    sufficiently-recent XFree86 systems, and possibly elsewhere. (It's
    available if the file /usr/include/X11/extensions/Xinerama.h exists.) */
 #undef HAVE_XINERAMA
 
+/* Define this if you have the Xinput extension. This is standard since X11R5,
+   and is thus almost everywhere. (It's available if the file
+   /usr/include/X11/extensions/XInput.h exists.) */
+#undef HAVE_XINPUT
+
 /* Define this if you have the XmComboBox Motif widget (Motif 2.0.) */
 #undef HAVE_XMCOMBOBOX