http://ftp.x.org/contrib/applications/xscreensaver-3.03.tar.gz
[xscreensaver] / config.h.in
index b0121fd2b069c1c683d6d9f1e299fc9326b60730..367aa85a97d7ff39f9d3fa632a3d8ec037ef2084 100644 (file)
  */
 #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
 #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
    ************************************************************************* */
 /* Define if you have the <crypt.h> header file.  */
 #undef HAVE_CRYPT_H
 
+/* Define if you have <sys/select.h> 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.
  */