From a41ab064962ef4865dfa5023c4b314c6f935ed64 Mon Sep 17 00:00:00 2001 From: Jeffrey Altman Date: Mon, 2 Jul 2012 11:49:54 -0400 Subject: [PATCH] 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 --- src/config/afsconfig-windows.h | 1 + 1 file changed, 1 insertion(+) 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 -- 2.39.5