From 29320e2db78ba6e6b56af39219b0ce213b77592b Mon Sep 17 00:00:00 2001 From: Guido Günther Date: Tue, 4 May 2010 07:51:21 +0200 Subject: Imported Upstream version 0.16~rc1 --- config.h.in | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'config.h.in') 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. */ -- cgit