X-Git-Url: http://git.hungrycats.org/cgi-bin/gitweb.cgi?p=xscreensaver;a=blobdiff_plain;f=config.h.in;h=72be58acddbd16151343ed5b219a75cb1c882720;hp=59a6ccf995253a48d9e34b91df023125c5a34f92;hb=07faf451b99879183ed7e909e43a0e065be1ee7f;hpb=3f438031d610c7e15fd33876a879b97e290e05fb diff --git a/config.h.in b/config.h.in index 59a6ccf9..72be58ac 100644 --- a/config.h.in +++ b/config.h.in @@ -12,6 +12,9 @@ */ +/* Define this to allow the root password to unlock the screen. */ +#undef ALLOW_ROOT_PASSWD + /* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP systems. This function is required for `alloca.c' support on those systems. */ @@ -212,6 +215,10 @@ lock/unlock the screen, instead of standard /etc/passwd authentication. */ #undef HAVE_PAM +/* Define this if you have pam_fail_delay function. see driver/passwd-pam.c. + */ +#undef HAVE_PAM_FAIL_DELAY + /* 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 @@ -327,14 +334,6 @@ /* Define to 1 if you have the header file. */ #undef HAVE_UTIL_H -/* Define this if you are on a system that supports the VT_LOCKSWITCH and - VT_UNLOCKSWITCH ioctls. If this is defined, then when the screen is locked, - switching to another virtual terminal will also be prevented. That is, the - whole console will be locked, rather than just the VT on which X is - running. (Well, that's the theory anyway -- in practice, I haven't yet - figured out how to make that work.) */ -#undef HAVE_VT_LOCKSWITCH - /* Define this if you have the XF86MiscSetGrabKeysState function (which allows the Ctrl-Alt-KP_star and Ctrl-Alt-KP_slash key sequences to be temporarily disabled. Sadly, it doesn't affect Ctrl-Alt-BS or Ctrl-Alt-F1.) */