[svn] config-compiler.h (HAVE_INTPTR_T): Define to 1 under MinGW.

This commit is contained in:
mtortonesi 2006-10-12 09:22:03 -07:00
parent f0b4f352bf
commit 645d028ddb
2 changed files with 5 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2006-10-12 Gisle Vanem <giva@bgnett.no>
* config-compiler.h (HAVE_INTPTR_T): Define to 1 under MinGW.
2006-08-24 Mauro Tortonesi <mauro@ferrara.linux.it>
* Makefile.src: Added spider.c to the list of files to compile and

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_INTPTR_T 1
#define HAVE_UINTPTR_T 1
#define HAVE_STRTOLL 1