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

[svn] Define WGET_USE_STDARG in windows/config.h.bor.

Published in <51q4fusuim84mvtj1btg9qv5spa4772939@farscape.privy.mev.co.uk>.
This commit is contained in:
abbotti 2002-05-27 10:17:40 -07:00
parent 89b37c7eff
commit c32cdd64ea
2 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2002-05-27 Ian Abbott <abbotti@mev.co.uk>
* windows/config.h.bor: Do #define WGET_USE_STDARG.
2002-05-20 Hrvoje Niksic <hniksic@arsdigita.com>
* windows/config.h.ms: Ditto.

View File

@ -33,6 +33,9 @@
#define ftruncate chsize
#define inline __inline
/* Flag that C files should include <stdarg.h>, not <varargs.h>. */
#define WGET_USE_STDARG
/* Define if the free Borland C++Builder 5.5 command-line compiler is used,
because its utime() has a bug. */
#define HACK_BCC_UTIME_BUG