aboutsummaryrefslogtreecommitdiff
path: root/config.h.in
diff options
context:
space:
mode:
Diffstat (limited to 'config.h.in')
-rw-r--r--config.h.in19
1 files changed, 14 insertions, 5 deletions
diff --git a/config.h.in b/config.h.in
index 442e30b..6f19718 100644
--- a/config.h.in
+++ b/config.h.in
@@ -46,21 +46,27 @@
/* Define to 1 if you have the `krb5_cc_clear_mcred' function. */
#undef HAVE_KRB5_CC_CLEAR_MCRED
-/* Define to 1 if `flags' is member of `krb5_creds'. */
+/* Define to 1 if `krb5_creds' is a member of `flags'. */
#undef HAVE_KRB5_CREDS_FLAGS
-/* Define to 1 if `flags.b.forwardable' is member of `krb5_creds'. */
+/* Define to 1 if `krb5_creds' is a member of `flags.b.forwardable'. */
#undef HAVE_KRB5_CREDS_FLAGS_B_FORWARDABLE
-/* Define to 1 if `flags.b.proxiable' is member of `krb5_creds'. */
+/* Define to 1 if `krb5_creds' is a member of `flags.b.proxiable'. */
#undef HAVE_KRB5_CREDS_FLAGS_B_PROXIABLE
-/* Define to 1 if `flags.b.renewable' is member of `krb5_creds'. */
+/* Define to 1 if `krb5_creds' is a member of `flags.b.renewable'. */
#undef HAVE_KRB5_CREDS_FLAGS_B_RENEWABLE
-/* Define to 1 if `ticket_flags' is member of `krb5_creds'. */
+/* Define to 1 if `krb5_creds' is a member of `ticket_flags'. */
#undef HAVE_KRB5_CREDS_TICKET_FLAGS
+/* Define to 1 if you have the `krb5_free_error_message' function. */
+#undef HAVE_KRB5_FREE_ERROR_MESSAGE
+
+/* Define to 1 if you have the `krb5_free_error_string' function. */
+#undef HAVE_KRB5_FREE_ERROR_STRING
+
/* Define to 1 if you have the `krb5_get_error_message' function. */
#undef HAVE_KRB5_GET_ERROR_MESSAGE
@@ -167,6 +173,9 @@
/* Define to the one symbol short name of this package. */
#undef PACKAGE_TARNAME
+/* Define to the home page for this package. */
+#undef PACKAGE_URL
+
/* Define to the version of this package. */
#undef PACKAGE_VERSION
bgstack15