mirror of
https://github.com/moparisthebest/wget
synced 2024-07-03 16:38:41 -04:00
[svn] Declare HAVE_UINTPTR_T under MinGW.
This commit is contained in:
parent
2fc7e59e06
commit
c3cd00a5a1
@ -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,
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user