1
0
mirror of https://github.com/moparisthebest/wget synced 2024-07-03 16:38:41 -04:00

Apply Christopher Lewis' patch re HAV_INTPTR_T

This commit is contained in:
Micah Cowan 2007-09-24 23:28:10 -07:00
parent f08922082f
commit ae1052a34f
2 changed files with 12 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2007-09-24 Christopher Lewis <chris@christopherlewis.com>
* config-compiler.h: Fix compiler warnings related to
HAVE_INTPTR_T.
2007-07-05 Micah Cowan <micah@cowan.name>
* Makefile.top.bor, Makefile.doc, Makefile.in, Makefile.src:

View File

@ -86,7 +86,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_INTPTR_T 1
#define HAVE_UINTPTR_T 1
#define HAVE_STRTOLL 1
@ -119,10 +119,16 @@ so, delete this exception statement from your version. */
# define HAVE__STRTOI64 1
#endif
#if _MSC_VER >= 1310
#define HAVE_INTPTR_T 1
#define HAVE_UINTPTR_T 1
#endif
#if _MSC_VER >= 1400
#pragma warning ( disable : 4996 )
#define _CRT_SECURE_NO_DEPRECATE
#endif
#undef HAVE_UTIME_H /* no <utime.h> */