X-Git-Url: http://git.hungrycats.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=config.h.in;h=463963e120fbd82cc7a62197d5a5b18a922f169e;hb=6a1da724858673ac40aa13a9612340d8bed8c7b9;hp=05c8ed2f1ef146097a4a368002af4a65cbca2870;hpb=3f9592851ce4ed76a9979bfdd6ec7dc5c457e183;p=xscreensaver diff --git a/config.h.in b/config.h.in index 05c8ed2f..463963e1 100644 --- a/config.h.in +++ b/config.h.in @@ -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 @@ -120,6 +121,12 @@ */ #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. */ @@ -139,12 +146,17 @@ */ #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