diff options
author | Andrew Bartlett <abartlet@samba.org> | 2009-06-08 19:06:16 +1000 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2009-06-12 07:45:48 +1000 |
commit | 9b261c008a395a323e0516f4cd3f3134aa050577 (patch) | |
tree | 91cf543ba7ccd560313bea52fa8678f0456e8485 /lib | |
parent | 5cef57ff7d899773a084d23838b7f18a83f6e79d (diff) | |
download | samba-9b261c008a395a323e0516f4cd3f3134aa050577.tar.gz samba-9b261c008a395a323e0516f4cd3f3134aa050577.tar.bz2 samba-9b261c008a395a323e0516f4cd3f3134aa050577.zip |
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
Diffstat (limited to 'lib')
-rw-r--r-- | lib/replace/system/kerberos.h | 6 |
1 files changed, 5 insertions, 1 deletions
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. */ |