From 8e3c678ef15d04a527b671e08683e3fa30c5c873 Mon Sep 17 00:00:00 2001 From: Simon Wilkinson Date: Wed, 1 Dec 2010 18:07:24 +0000 Subject: [PATCH] util: Add definition of KRB5_BUFSIZ A forthcoming Heimdal update will require that KRB5_BUFSIZ be defined in order to use its config parsing code. Define it in our hacky krb5_locl.h Change-Id: Ieda8df8f31a759927fade44f9196e7411f4a0a59 Reviewed-on: http://gerrit.openafs.org/3399 Tested-by: BuildBot Reviewed-by: Derrick Brashear --- src/util/krb5_locl.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/util/krb5_locl.h b/src/util/krb5_locl.h index a85801b..f35ac1b 100644 --- a/src/util/krb5_locl.h +++ b/src/util/krb5_locl.h @@ -26,6 +26,8 @@ # define FALSE 0 #endif +#define KRB5_BUFSIZ 1024 + #define KRB5_LIB_FUNCTION static AFS_UNUSED #define KRB5_LIB_CALL -- 1.9.4