mirror of
https://github.com/moparisthebest/wget
synced 2024-07-03 16:38:41 -04:00
[svn] config-compiler.h (HAVE_INTPTR_T): Define to 1 under MinGW.
This commit is contained in:
parent
f0b4f352bf
commit
645d028ddb
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user