[svn] Declare HAVE_UINTPTR_T under MinGW.

This commit is contained in:
hniksic 2006-03-09 04:13:54 -08:00
parent 2fc7e59e06
commit c3cd00a5a1
2 changed files with 5 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2006-03-09 Hrvoje Niksic <hniksic@xemacs.org>
* config-compiler.h (HAVE_UINTPTR_T): Define to 1 under MinGW.
2005-08-10 Hrvoje Niksic <hniksic@xemacs.org>
* config.h (HAVE_SOCKADDR_IN6_SCOPE_ID): According to MSDN,

View File

@ -87,6 +87,7 @@ so, delete this exception statement from your version. */
#define HAVE__BOOL 1
#undef SIZEOF_LONG_LONG /* avoid redefinition warning */
#define SIZEOF_LONG_LONG 8
#define HAVE_UINTPTR_T 1
#define HAVE_STRTOLL 1