diff options
Diffstat (limited to 'config.h.in')
-rw-r--r-- | config.h.in | 7 |
1 files changed, 7 insertions, 0 deletions
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 <unistd.h> 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 |