X-Git-Url: http://git.hungrycats.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=config.h.in;h=367aa85a97d7ff39f9d3fa632a3d8ec037ef2084;hb=3210e7e80ee2b5a7d2049a5aaff9f17b9c93dcc9;hp=b0121fd2b069c1c683d6d9f1e299fc9326b60730;hpb=2a991a811de4c7b22f812682b267b616a809fd9a;p=xscreensaver diff --git a/config.h.in b/config.h.in index b0121fd2..367aa85a 100644 --- a/config.h.in +++ b/config.h.in @@ -173,6 +173,17 @@ */ #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. It would be sensible to set this to "xscreensaver". + * However, since some systems already have a PAM service named "xlock" + * defined, we might as well use that. + */ +#define PAM_SERVICE_NAME "xlock" /* 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 @@ -210,6 +221,12 @@ #undef HAVE_VT_LOCKSWITCH +/* Define this if you the openlog(), syslog(), and closelog() functions. + This is used for logging failed login attempts. + */ +#undef HAVE_SYSLOG + + /* ************************************************************************* OTHER C ENVIRONMENT JUNK ************************************************************************* */ @@ -283,6 +300,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. */