X-Git-Url: http://git.hungrycats.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=config.h.in;h=5707bd8c0ac99bb22f4763852a94dbc0b9bbae27;hb=a719ec12b8b2563112366a8ac3196816fd64d2c7;hp=98424f9b51df116a60ba26c39b9b82262b87bb92;hpb=c31d10b6605cd8dc1a7b61fef4256f06198767e5;p=xscreensaver diff --git a/config.h.in b/config.h.in index 98424f9b..5707bd8c 100644 --- a/config.h.in +++ b/config.h.in @@ -96,6 +96,12 @@ */ #undef HAVE_DPMS_EXTENSION +/* Define this if you have a Linux-like /proc/interrupts file which can be + * examined to determine when keyboard activity has occurred. + */ +#undef HAVE_PROC_INTERRUPTS + + /* ************************************************************************* CONFIGURING GRAPHICS TOOLKITS @@ -145,6 +151,10 @@ */ #undef HAVE_XSHM_EXTENSION +/* Define this if you have the X Double Buffer Extension. + */ +#undef HAVE_DOUBLE_BUFFER_EXTENSION + /* Some screenhacks like to run an external program to generate random pieces of text; set this to the one you like ("yow" and "fortune" are the most likely prospects.) Note that this is just the default; X resources can @@ -173,6 +183,19 @@ */ #undef HAVE_KERBEROS +/* Define this if you want to use PAM (Pluggable Authentication Modules) + * to lock/unlock the screen, instead of standard /etc/passwd authentication. + */ +#undef HAVE_PAM + +/* If PAM is being used, this is the name of the PAM service that xscreensaver + * will authenticate as. The default is "xscreensaver", which means that the + * PAM library will look for an "xscreensaver" line in /etc/pam.conf, or (on + * recent Linux systems) will look for a file called /etc/pam.d/xscreensaver. + * Some systems might already have a PAM installation that is configured for + * xlock, so setting this to "xlock" would also work in that case. + */ +#define PAM_SERVICE_NAME "xscreensaver" /* 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 @@ -289,6 +312,9 @@ /* Define if you have the header file. */ #undef HAVE_CRYPT_H +/* Define if you have that defines fd_set and FD_SET. */ +#undef HAVE_SYS_SELECT_H + /* Define to use sigaction() instead of signal() for SIGCHLD-related activity. This is necessary at least on SCO OpenServer 5, due to a Unix kernel bug. */