]> sjero.net Git - wget/blobdiff - windows/config.h.mingw
[svn] Don't explicitly include <malloc.h>, mswindows.h does it for us.
[wget] / windows / config.h.mingw
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