X-Git-Url: http://git.hungrycats.org/cgi-bin/gitweb.cgi?p=xscreensaver;a=blobdiff_plain;f=config.h.in;h=b35e89a056e294c65e84c5caa9d42b6302313b8b;hp=c9b94b7064053bd069e56ad8470b2e081f46dcb8;hb=0316d74da7982288abddd34e7a62698eb7f79965;hpb=06e9a7886a77cad92f9ddbc169d6d199a4d8b76d diff --git a/config.h.in b/config.h.in index c9b94b70..b35e89a0 100644 --- a/config.h.in +++ b/config.h.in @@ -127,6 +127,11 @@ */ #undef HAVE_GTK +/* Define this if you have Gnome and want to build support for the + xscreensaver control panel in the Gnome Control Center (gnomecc). + */ +#undef HAVE_CRAPPLET + /* Define this if you have the XPM library installed. Some of the demos can * make use of this if it is available. */ @@ -202,6 +207,11 @@ */ #undef HAVE_KERBEROS +/* Define this if you have Kerberos 5, meaning we need to use the Kerberos 4 + * compatibility layer. + */ +#undef HAVE_KERBEROS5 + /* Define this if you want to use PAM (Pluggable Authentication Modules) * to lock/unlock the screen, instead of standard /etc/passwd authentication. */