diff options
author | Thorsten Kukuk <kukuk@thkukuk.de> | 2005-09-02 08:46:23 +0000 |
---|---|---|
committer | Thorsten Kukuk <kukuk@thkukuk.de> | 2005-09-02 08:46:23 +0000 |
commit | 44e952f399551aba882a9676ea10243b896a214c (patch) | |
tree | f63698a1ebe78f6ef205394e539eb9986520ddb9 /config.h.in | |
parent | 8d8cd5b8922db1bbc30cb726916076d2879a4ed2 (diff) | |
download | pam-44e952f399551aba882a9676ea10243b896a214c.tar.gz pam-44e952f399551aba882a9676ea10243b896a214c.tar.bz2 pam-44e952f399551aba882a9676ea10243b896a214c.zip |
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.
Diffstat (limited to 'config.h.in')
-rw-r--r-- | config.h.in | 3 |
1 files changed, 3 insertions, 0 deletions
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 <crack.h> header file. */ +#undef HAVE_CRACK_H + /* Define to 1 if you have the <crypt.h> header file. */ #undef HAVE_CRYPT_H |