diff options
author | Guido Günther <agx@sigxcpu.org> | 2009-05-25 18:39:27 +0200 |
---|---|---|
committer | Guido Günther <agx@sigxcpu.org> | 2009-05-25 18:39:27 +0200 |
commit | d911517dc2f9c4c3ce57529ac4d64c17185544e9 (patch) | |
tree | b4f7a09a3cf84ac25b3cabdcf74fb448ef82eb53 /config.h.in | |
parent | Imported Upstream version 0.9.1 (diff) | |
download | krb5-auth-dialog-d911517dc2f9c4c3ce57529ac4d64c17185544e9.tar.gz krb5-auth-dialog-d911517dc2f9c4c3ce57529ac4d64c17185544e9.tar.bz2 krb5-auth-dialog-d911517dc2f9c4c3ce57529ac4d64c17185544e9.zip |
Imported Upstream version 0.10
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 |