]> sjero.net Git - wget/commitdiff
[svn] Don't explicitly include <malloc.h>, mswindows.h does it for us.
authorhniksic <devnull@localhost>
Mon, 27 Jun 2005 11:02:47 +0000 (04:02 -0700)
committerhniksic <devnull@localhost>
Mon, 27 Jun 2005 11:02:47 +0000 (04:02 -0700)
windows/ChangeLog
windows/config.h.bor
windows/config.h.mingw

index 21487e96ed5d138adfde726d0bcff74611e21c0e..8ffb364eb0454da79ba884a061eb2ded6fd8ed1b 100644 (file)
@@ -1,3 +1,10 @@
+2005-06-27  Hrvoje Niksic  <hniksic@xemacs.org>
+
+       * config.h.bor: Ditto.
+
+       * config.h.mingw: Don't explicitly include malloc.h, mswindows.h
+       does that.
+
 2005-06-23  Hrvoje Niksic  <hniksic@xemacs.org>
 
        * config.h.bor: Ditto.
index f922ef667ef62179641f89225fb93bb8e54cf7de..16abcd2b4d1de2b85af092e9631d974c60838a58 100644 (file)
@@ -47,9 +47,6 @@
 /* Define if you have the <alloca.h> header file.  */
 #undef HAVE_ALLOCA_H
 
-/* For Borland C++ 5.5, alloca is defined in the <malloc.h> header file. */
-#include <malloc.h>
-
 /* Define to empty if the keyword does not work.  */
 /* #undef const */
 
index cf7f92d7fcbde875e1c039cfa0f354b3a62840b2..4cf6c30f36307b7ee865f29b861f6da2697c55de 100644 (file)
@@ -34,9 +34,6 @@ so, delete this exception statement from your version.  */
 /* Define if you have the <alloca.h> header file.  */
 /* #undef HAVE_ALLOCA_H */
 
-/* For MinGW GCC/Win32, alloca is defined in the <malloc.h> header file. */
-#include <malloc.h>
-
 /* Flag that C files should include <stdarg.h>, not <varargs.h>.  */
 #define WGET_USE_STDARG