X-Git-Url: http://git.hungrycats.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=config.h.in;h=163b5f55d0722d9a60b1f3918c06187e821447c6;hb=c8c6deae79b408cffbc88043c766b3bc12cf0f13;hp=54e872c9bf48112c25e18f01bc66fbd11acca925;hpb=49f5b54f312fe4ac2e9bc47581a72451bd0e8439;p=xscreensaver diff --git a/config.h.in b/config.h.in index 54e872c9..163b5f55 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 @@ -435,7 +442,7 @@ /* If using the C implementation of alloca, define if you know the direction of stack growth for your system; otherwise it will be - automatically deduced at run-time. + automatically deduced at runtime. STACK_DIRECTION > 0 => grows toward higher addresses STACK_DIRECTION < 0 => grows toward lower addresses STACK_DIRECTION = 0 => direction of growth unknown */ @@ -465,11 +472,11 @@ /* Define to `int' if does not define. */ #undef mode_t -/* Define to `long' if does not define. */ +/* Define to `long int' if does not define. */ #undef off_t /* Define to `int' if does not define. */ #undef pid_t -/* Define to `unsigned' if does not define. */ +/* Define to `unsigned int' if does not define. */ #undef size_t