From 44e952f399551aba882a9676ea10243b896a214c Mon Sep 17 00:00:00 2001 From: Thorsten Kukuk Date: Fri, 2 Sep 2005 08:46:23 +0000 Subject: Relevant BUGIDs: none Purpose of commit: new feature Commit summary: --------------- pam_cracklib: - Make cracklib dict path an option - Don't compile a hard path to cracklib dict, libcrack knows it better - Use pam_prompt(). With this, pam_cracklib should work again after moving to automake. --- config.h.in | 3 +++ 1 file changed, 3 insertions(+) (limited to 'config.h.in') diff --git a/config.h.in b/config.h.in index 95847475..a42faad6 100644 --- a/config.h.in +++ b/config.h.in @@ -19,6 +19,9 @@ the CoreFoundation framework. */ #undef HAVE_CFPREFERENCESCOPYAPPVALUE +/* Define to 1 if you have the header file. */ +#undef HAVE_CRACK_H + /* Define to 1 if you have the header file. */ #undef HAVE_CRYPT_H -- cgit v1.2.1