X-Git-Url: http://sjero.net/git/?p=wget;a=blobdiff_plain;f=windows%2Fconfig.h.mingw;h=d15e46255c3e5e4a75b2388bbfb7162d7a714842;hp=1db10b246d019a61c377e98de9ad748ce3a03073;hb=713ecfdca60257c645c6be6ae47b872b59fc050f;hpb=53140e2696f6a913ac7b1598d2d6e2c979eaff18 diff --git a/windows/config.h.mingw b/windows/config.h.mingw index 1db10b24..d15e4625 100644 --- a/windows/config.h.mingw +++ b/windows/config.h.mingw @@ -1,6 +1,5 @@ -/* src/config.h. Generated by configure. */ /* Configuration header file. - Copyright (C) 1995, 1996, 1997, 1998, 2000, 2001 + Copyright (C) 1995, 1996, 1997, 1998, 2000, 2001, 2004 Free Software Foundation, Inc. This file is part of GNU Wget. @@ -38,6 +37,9 @@ so, delete this exception statement from your version. */ /* For MinGW GCC/Win32, alloca is defined in the header file. */ #include +/* Flag that C files should include , not . */ +#define WGET_USE_STDARG + /* Define to empty if the keyword does not work. */ /* #undef const */ @@ -86,6 +88,9 @@ so, delete this exception statement from your version. */ /* Define if you want the debug output support compiled in. */ #define ENABLE_DEBUG 1 +/* Define to 1 if the system has the type `sig_atomic_t'. */ +#define HAVE_SIG_ATOMIC_T 1 + /* Define if you have sys/time.h header. */ #define HAVE_SYS_TIME_H 1