From 9b261c008a395a323e0516f4cd3f3134aa050577 Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Mon, 8 Jun 2009 19:06:16 +1000 Subject: s4:heimdal: import lorikeet-heimdal-200906080040 (commit 904d0124b46eed7a8ad6e5b73e892ff34b6865ba) Also including the supporting changes required to pass make test A number of heimdal functions and constants have changed since we last imported a tree (for the better, but inconvenient for us). Andrew Bartlett --- lib/replace/system/kerberos.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/replace/system/kerberos.h b/lib/replace/system/kerberos.h index 2981024bee..a1685ad333 100644 --- a/lib/replace/system/kerberos.h +++ b/lib/replace/system/kerberos.h @@ -59,7 +59,9 @@ /* Define to 1 if you have the `krb5_free_data_contents' function. */ #define HAVE_KRB5_FREE_DATA_CONTENTS 1 /* Define to 1 if you have the `krb5_free_error_string' function. */ -#define HAVE_KRB5_FREE_ERROR_STRING 1 +/* #undef HAVE_KRB5_FREE_ERROR_STRING */ +/* Define to 1 if you have the `krb5_free_error_message' function. */ +#define HAVE_KRB5_FREE_ERROR_MESSAGE 1 /* Define to 1 if you have the `krb5_free_keytab_entry_contents' function. */ /* #undef HAVE_KRB5_FREE_KEYTAB_ENTRY_CONTENTS */ /* Define to 1 if you have the `krb5_free_ktypes' function. */ @@ -70,6 +72,8 @@ #define HAVE_KRB5_GET_DEFAULT_IN_TKT_ETYPES 1 /* Define to 1 if you have the `krb5_get_error_string' function. */ #define HAVE_KRB5_GET_ERROR_STRING 1 +/* Define to 1 if you have the `krb5_get_error_message' function. */ +#define HAVE_KRB5_GET_ERROR_MESSAGE 1 /* Define to 1 if you have the `krb5_get_permitted_enctypes' function. */ /* #undef HAVE_KRB5_GET_PERMITTED_ENCTYPES */ /* Define to 1 if you have the `krb5_get_pw_salt' function. */ -- cgit