From d911517dc2f9c4c3ce57529ac4d64c17185544e9 Mon Sep 17 00:00:00 2001 From: Guido Günther Date: Mon, 25 May 2009 18:39:27 +0200 Subject: Imported Upstream version 0.10 --- config.h.in | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'config.h.in') diff --git a/config.h.in b/config.h.in index c2f34ba..858aad4 100644 --- a/config.h.in +++ b/config.h.in @@ -141,10 +141,17 @@ /* Define to 1 if you have the header file. */ #undef HAVE_UNISTD_H +/* Define to the sub-directory in which libtool stores uninstalled libraries. + */ +#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. */ #undef MINUTES_BEFORE_PROMPTING +/* Define to 1 if your C compiler doesn't accept -c and -o together. */ +#undef NO_MINUS_C_MINUS_O + /* Name of package */ #undef PACKAGE -- cgit