http://svn.poeml.de/viewvc/ppc/src-unpacked/xscreensaver/xscreensaver-4.12.tar.bz2...
[xscreensaver] / config.h.in
index 05c8ed2f1ef146097a4a368002af4a65cbca2870..463963e120fbd82cc7a62197d5a5b18a922f169e 100644 (file)
@@ -19,7 +19,8 @@
  */
 #undef HAVE_READ_DISPLAY_EXTENSION
 
-/* Define this if you have the XHPDisableReset function (an HP only thing.)
+/* Define this if you have the XHPDisableReset function (an HP only thing
+   which allows the Ctrl-Sh-Reset key sequence to be temporarily disabled.)
  */
 #undef HAVE_XHPDISABLERESET
 
  */
 #undef HAVE_XINERAMA
 
+/* Define this if you have the XF86MiscSetGrabKeysState function (which allows
+   the Ctrl-Alt-KP_star and Ctrl-Alt-KP_slash key sequences to be temporarily
+   disabled.  Sadly, it doesn't affect Ctrl-Alt-BS or Ctrl-Alt-F1.)
+ */
+#undef HAVE_XF86MISCSETGRABKEYSSTATE
+
 /*  Define this if you have a Linux-like /proc/interrupts file which can be
  *  examined to determine when keyboard activity has occurred.
  */
  */
 #undef HAVE_XMCOMBOBOX
 
-/*  Define this if you have Gtk.
+/*  Define this if you have Gtk (any version.)
  */
 #undef HAVE_GTK
 
+/* Define this if you have Gtk 2.x.
+ */
+#undef HAVE_GTK2
+
 /*  Define this if you have Gnome and want to build support for the 
     xscreensaver control panel in the Gnome Control Center (gnomecc).
+    (This is needed only with Gtk 1.x.)
  */
 #undef HAVE_CRAPPLET