From: mtortonesi Date: Thu, 12 Oct 2006 16:22:03 +0000 (-0700) Subject: [svn] config-compiler.h (HAVE_INTPTR_T): Define to 1 under MinGW. X-Git-Tag: v1.13~614 X-Git-Url: http://sjero.net/git/?p=wget;a=commitdiff_plain;h=645d028ddb21ec0dfe23afd355bc7ad0023b04cb [svn] config-compiler.h (HAVE_INTPTR_T): Define to 1 under MinGW. --- diff --git a/windows/ChangeLog b/windows/ChangeLog index 2141ede1..e4dc749c 100644 --- a/windows/ChangeLog +++ b/windows/ChangeLog @@ -1,3 +1,7 @@ +2006-10-12 Gisle Vanem + + * config-compiler.h (HAVE_INTPTR_T): Define to 1 under MinGW. + 2006-08-24 Mauro Tortonesi * Makefile.src: Added spider.c to the list of files to compile and diff --git a/windows/config-compiler.h b/windows/config-compiler.h index bac5fc60..a4435ef9 100644 --- a/windows/config-compiler.h +++ b/windows/config-compiler.h @@ -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_INTPTR_T 1 #define HAVE_UINTPTR_T 1 #define HAVE_STRTOLL 1