* configure.in, src/login.c: Do not use HAVE_PAM_FAIL_DELAY, but

HAS_PAM_FAIL_DELAY, to avoid a redefinition with Linux PAM.
This commit is contained in:
nekral-guest
2008-08-31 17:27:16 +00:00
parent 978b3ef881
commit cd6a300222
3 changed files with 8 additions and 4 deletions

View File

@@ -1,6 +1,8 @@
2008-08-28 Nicolas François <nicolas.francois@centraliens.net>
* configure.in: Indentation fix.
* configure.in, src/login.c: Do not use HAVE_PAM_FAIL_DELAY, but
HAS_PAM_FAIL_DELAY, to avoid a redefinition with Linux PAM.
2008-08-27 Nicolas François <nicolas.francois@centraliens.net>