aboutsummaryrefslogtreecommitdiff
path: root/config.h.in
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2010-05-04 07:51:21 +0200
committerGuido Günther <agx@sigxcpu.org>2010-05-04 07:51:21 +0200
commit29320e2db78ba6e6b56af39219b0ce213b77592b (patch)
treeab74eb3246190f92d2b7a3eb82aa73c7d5a8f67b /config.h.in
parentImported Upstream version 0.15 (diff)
downloadkrb5-auth-dialog-29320e2db78ba6e6b56af39219b0ce213b77592b.tar.gz
krb5-auth-dialog-29320e2db78ba6e6b56af39219b0ce213b77592b.tar.bz2
krb5-auth-dialog-29320e2db78ba6e6b56af39219b0ce213b77592b.zip
Imported Upstream version 0.16~rc1
Diffstat (limited to 'config.h.in')
-rw-r--r--config.h.in7
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. */
bgstack15