diff options
author | Russ Allbery <rra@stanford.edu> | 2010-08-25 18:01:37 -0700 |
---|---|---|
committer | Russ Allbery <rra@stanford.edu> | 2010-08-25 18:01:37 -0700 |
commit | 5cc66fdef38a67e25850159c0c5282d6dc927178 (patch) | |
tree | 9636351ee75eacc2f74a989fd8fad712fe95e6ec /config.h.in | |
parent | d46528a011f58881af9e9fb0c11de6422d469f17 (diff) | |
parent | e91c0b93355b28617f7c0d756026856762ece242 (diff) |
Merge commit 'upstream/0.12' into debian
Diffstat (limited to 'config.h.in')
-rw-r--r-- | config.h.in | 13 |
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 |