From: Simon Wilkinson Date: Wed, 1 Dec 2010 18:07:24 +0000 (+0000) Subject: util: Add definition of KRB5_BUFSIZ X-Git-Tag: upstream/1.8.0_pre1^2~4419 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=8e3c678ef15d04a527b671e08683e3fa30c5c873;p=packages%2Fo%2Fopenafs.git 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 --- diff --git a/src/util/krb5_locl.h b/src/util/krb5_locl.h index a85801b0f..f35ac1b64 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