Windows: HAVE_UINTPTR_T
authorJeffrey Altman <jaltman@your-file-system.com>
Mon, 2 Jul 2012 15:49:54 +0000 (11:49 -0400)
committerJeffrey Altman <jaltman@your-file-system.com>
Tue, 3 Jul 2012 02:24:53 +0000 (19:24 -0700)
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 <buildbot@rampaginggeek.com>
Reviewed-by: Jeffrey Altman <jaltman@your-file-system.com>

src/config/afsconfig-windows.h

index 775a7f0..0dd71fa 100644 (file)
@@ -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