From: Jeffrey Altman Date: Tue, 9 Jul 2013 15:42:06 +0000 (-0400) Subject: Windows: define HAVE_KRB5_CREDS_SESSION X-Git-Tag: upstream/1.8.0_pre1^2~1092 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=c2bb5cd21d4aac29bab77555b67ad4e84925d209;p=packages%2Fo%2Fopenafs.git Windows: define HAVE_KRB5_CREDS_SESSION Windows builds against the Kerberos Compatibility SDK which uses the Heimdal API. Define HAVE_KRB5_CREDS_SESSION. Change-Id: I389cb3e8d79846c94884ea9a786e2ae0f52fa293 Reviewed-on: http://gerrit.openafs.org/10071 Tested-by: BuildBot Reviewed-by: Jeffrey Altman --- diff --git a/src/config/afsconfig-windows.h b/src/config/afsconfig-windows.h index b3c1de6a5..6e6a6c2ea 100644 --- a/src/config/afsconfig-windows.h +++ b/src/config/afsconfig-windows.h @@ -269,7 +269,9 @@ typedef int errno_t; #define HAVE_UINTPTR_T 1 #define HAVE_TIMEGM 1 +/* Build against Heimdal */ #define HAVE_KRB5_CREDS_KEYBLOCK_ENCTYPE 1 +#define HAVE_KRB5_CREDS_SESSION 1 /* Build afsroken.dll as a dynamic library */ #define ROKEN_LIB_DYNAMIC 1