diff options
author | Guido Günther <agx@sigxcpu.org> | 2010-05-04 07:51:30 +0200 |
---|---|---|
committer | Guido Günther <agx@sigxcpu.org> | 2010-05-04 07:51:30 +0200 |
commit | 6c36311e345b9d3dcd6541b618e389e5ee2413a1 (patch) | |
tree | 343979035ad4ddfc8925357aa7934fa8ba8b5cc0 /config.h.in | |
parent | document changes and release 0.15-1 (diff) | |
parent | Imported Upstream version 0.16~rc1 (diff) | |
download | krb5-auth-dialog-6c36311e345b9d3dcd6541b618e389e5ee2413a1.tar.gz krb5-auth-dialog-6c36311e345b9d3dcd6541b618e389e5ee2413a1.tar.bz2 krb5-auth-dialog-6c36311e345b9d3dcd6541b618e389e5ee2413a1.zip |
Merge commit 'upstream/0.16.rc1'
Diffstat (limited to 'config.h.in')
-rw-r--r-- | config.h.in | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/config.h.in b/config.h.in index ad4dcae..a95567b 100644 --- a/config.h.in +++ b/config.h.in @@ -96,6 +96,9 @@ /* use libnotify for status messages */ #undef HAVE_LIBNOTIFY +/* Define to 1 if you have the `pam' library (-lpam). */ +#undef HAVE_LIBPAM + /* Define to 1 if you have the `rt' library (-lrt). */ #undef HAVE_LIBRT @@ -151,8 +154,8 @@ */ #undef LT_OBJDIR -/* Define the to the minimum amount of time (m) a credential will have to be - valid before we'll ask the user to get fresh credentials. */ +/* Define to the minimum amount of time (m) a credential will have to be valid + before we will ask the user to get fresh credentials. */ #undef MINUTES_BEFORE_PROMPTING /* Define to 1 if your C compiler doesn't accept -c and -o together. */ |