aboutsummaryrefslogtreecommitdiff
path: root/config.h.in
diff options
context:
space:
mode:
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