aboutsummaryrefslogtreecommitdiff
path: root/config.h.in
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2010-04-03 17:48:37 +0200
committerGuido Günther <agx@sigxcpu.org>2010-04-03 17:48:37 +0200
commit94a695aa8461a225967141d2b7a006d0eada1ea4 (patch)
treec8470519527845067ae261273e40ee0b97ed6052 /config.h.in
parentdocument changes and release 0.14-2 (diff)
parentImported Upstream version 0.15 (diff)
downloadkrb5-auth-dialog-94a695aa8461a225967141d2b7a006d0eada1ea4.tar.gz
krb5-auth-dialog-94a695aa8461a225967141d2b7a006d0eada1ea4.tar.bz2
krb5-auth-dialog-94a695aa8461a225967141d2b7a006d0eada1ea4.zip
Merge commit 'upstream/0.15'
Diffstat (limited to 'config.h.in')
-rw-r--r--config.h.in10
1 files changed, 5 insertions, 5 deletions
diff --git a/config.h.in b/config.h.in
index 6f19718..ad4dcae 100644
--- a/config.h.in
+++ b/config.h.in
@@ -46,19 +46,19 @@
/* Define to 1 if you have the `krb5_cc_clear_mcred' function. */
#undef HAVE_KRB5_CC_CLEAR_MCRED
-/* Define to 1 if `krb5_creds' is a member of `flags'. */
+/* Define to 1 if `flags' is a member of `krb5_creds'. */
#undef HAVE_KRB5_CREDS_FLAGS
-/* Define to 1 if `krb5_creds' is a member of `flags.b.forwardable'. */
+/* Define to 1 if `flags.b.forwardable' is a member of `krb5_creds'. */
#undef HAVE_KRB5_CREDS_FLAGS_B_FORWARDABLE
-/* Define to 1 if `krb5_creds' is a member of `flags.b.proxiable'. */
+/* Define to 1 if `flags.b.proxiable' is a member of `krb5_creds'. */
#undef HAVE_KRB5_CREDS_FLAGS_B_PROXIABLE
-/* Define to 1 if `krb5_creds' is a member of `flags.b.renewable'. */
+/* Define to 1 if `flags.b.renewable' is a member of `krb5_creds'. */
#undef HAVE_KRB5_CREDS_FLAGS_B_RENEWABLE
-/* Define to 1 if `krb5_creds' is a member of `ticket_flags'. */
+/* Define to 1 if `ticket_flags' is a member of `krb5_creds'. */
#undef HAVE_KRB5_CREDS_TICKET_FLAGS
/* Define to 1 if you have the `krb5_free_error_message' function. */
bgstack15