aboutsummaryrefslogtreecommitdiff
path: root/config.h.in
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2010-04-03 17:48:36 +0200
committerGuido Günther <agx@sigxcpu.org>2010-04-03 17:48:36 +0200
commiteafd110730ff123526439b807b3adc229a19c1ee (patch)
treead44458958883d55fbfc943b3911bec31bf5ed43 /config.h.in
parentImported Upstream version 0.14 (diff)
downloadkrb5-auth-dialog-eafd110730ff123526439b807b3adc229a19c1ee.tar.gz
krb5-auth-dialog-eafd110730ff123526439b807b3adc229a19c1ee.tar.bz2
krb5-auth-dialog-eafd110730ff123526439b807b3adc229a19c1ee.zip
Imported Upstream version 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