From e91c0b93355b28617f7c0d756026856762ece242 Mon Sep 17 00:00:00 2001 From: Russ Allbery Date: Wed, 25 Aug 2010 18:01:37 -0700 Subject: Imported Upstream version 0.12 --- config.h.in | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) (limited to 'config.h.in') 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 -- cgit v1.2.3