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 <buildbot@rampaginggeek.com>
Reviewed-by: Jeffrey Altman <jaltman@your-file-system.com>
This commit is contained in:
Jeffrey Altman 2012-07-02 11:49:54 -04:00
parent 7c23991151
commit a41ab06496

View 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