From: Jeffrey Altman Date: Mon, 2 Jul 2012 15:49:54 +0000 (-0400) Subject: Windows: HAVE_UINTPTR_T X-Git-Tag: upstream/1.8.0_pre1^2~2299 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=a41ab064962ef4865dfa5023c4b314c6f935ed64;p=packages%2Fo%2Fopenafs.git Windows: HAVE_UINTPTR_T The Windows build has a definition of uintptr_t. Add HAVE_UINTPTR_T to the Windows config.h file. The sources imported from Heimdal make use of it. Change-Id: I6d01dd9eb67c1e7f7ef257f0ac06d89d656f8bd8 Reviewed-on: http://gerrit.openafs.org/7623 Tested-by: BuildBot Reviewed-by: Jeffrey Altman --- diff --git a/src/config/afsconfig-windows.h b/src/config/afsconfig-windows.h index 775a7f046..0dd71fa15 100644 --- a/src/config/afsconfig-windows.h +++ b/src/config/afsconfig-windows.h @@ -263,6 +263,7 @@ typedef int errno_t; #define HAVE_STRFTIME 1 #define HAVE_GETCWD 1 #define HAVE_STRUPR 1 +#define HAVE_UINTPTR_T 1 #define HAVE_KRB5_CREDS_KEYBLOCK_ENCTYPE 1