mirror of
https://github.com/moparisthebest/wget
synced 2024-07-03 16:38:41 -04:00
[svn] Don't explicitly include <malloc.h>, mswindows.h does it for us.
This commit is contained in:
parent
1cd911a790
commit
a41d45a9f3
@ -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.
|
||||
|
@ -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 */
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user