http://ftp.x.org/contrib/applications/xscreensaver-3.02.tar.gz
[xscreensaver] / config.h.in
index b0121fd2b069c1c683d6d9f1e299fc9326b60730..4891a2543919fb5c2341a916947936da33d37a7c 100644 (file)
 #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.
  */