aboutsummaryrefslogtreecommitdiff
path: root/config.h.in
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2009-05-25 18:39:33 +0200
committerGuido Günther <agx@sigxcpu.org>2009-05-25 18:39:33 +0200
commit6186ec0b46466bfb2c96662d4d1eff6dec5bd4db (patch)
tree1f1d664b997bbdc68cddce233c616ef60b783c47 /config.h.in
parentdocument changes and release 0.9.1-1 (diff)
parentImported Upstream version 0.10 (diff)
downloadkrb5-auth-dialog-6186ec0b46466bfb2c96662d4d1eff6dec5bd4db.tar.gz
krb5-auth-dialog-6186ec0b46466bfb2c96662d4d1eff6dec5bd4db.tar.bz2
krb5-auth-dialog-6186ec0b46466bfb2c96662d4d1eff6dec5bd4db.zip
Merge commit 'upstream/0.10'
Diffstat (limited to 'config.h.in')
-rw-r--r--config.h.in7
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
bgstack15