summaryrefslogtreecommitdiff
path: root/config.h.in
diff options
context:
space:
mode:
Diffstat (limited to 'config.h.in')
-rw-r--r--config.h.in13
1 files changed, 10 insertions, 3 deletions
diff --git a/config.h.in b/config.h.in
index bf4c54e..d8c5681 100644
--- a/config.h.in
+++ b/config.h.in
@@ -6,6 +6,10 @@
/* Define if the compiler supports C99 variadic macros. */
#undef HAVE_C99_VAMACROS
+/* Define to 1 if you have the declaration of `krb5_kt_free_entry', and to 0
+ if you don't. */
+#undef HAVE_DECL_KRB5_KT_FREE_ENTRY
+
/* Define to 1 if you have the declaration of `snprintf', and to 0 if you
don't. */
#undef HAVE_DECL_SNPRINTF
@@ -41,6 +45,12 @@
/* Define to 1 if you have the `krb5_get_init_creds_opt_alloc' function. */
#undef HAVE_KRB5_GET_INIT_CREDS_OPT_ALLOC
+/* Define to 1 if you have the `krb5_get_init_creds_opt_free' function. */
+#undef HAVE_KRB5_GET_INIT_CREDS_OPT_FREE
+
+/* Define if krb5_get_init_creds_opt_free takes two arguments. */
+#undef HAVE_KRB5_GET_INIT_CREDS_OPT_FREE_2_ARGS
+
/* Define to 1 if you have the `krb5_get_init_creds_opt_set_default_flags'
function. */
#undef HAVE_KRB5_GET_INIT_CREDS_OPT_SET_DEFAULT_FLAGS
@@ -48,9 +58,6 @@
/* Define to 1 if `keyblock' is a member of `krb5_keytab_entry'. */
#undef HAVE_KRB5_KEYTAB_ENTRY_KEYBLOCK
-/* Define to 1 if you have the `krb5_kt_free_entry' function. */
-#undef HAVE_KRB5_KT_FREE_ENTRY
-
/* Define to 1 if you have the `krb5_principal_get_realm' function. */
#undef HAVE_KRB5_PRINCIPAL_GET_REALM