X-Git-Url: http://sjero.net/git/?p=wget;a=blobdiff_plain;f=src%2Flog.c;h=96582d522a640008850df1d097270b055f51bdfb;hp=caa8a4e7cf38211c5a7aff4d9d6528bda7d492be;hb=0ff9eb47276f0485e7c2e1ed1c014c7c82758ef7;hpb=83b0e389400b03110402d1408fd9610988ba3419 diff --git a/src/log.c b/src/log.c index caa8a4e7..96582d52 100644 --- a/src/log.c +++ b/src/log.c @@ -29,19 +29,6 @@ so, delete this exception statement from your version. */ #include -/* This allows the architecture-specific .h files to specify the use - of stdargs regardless of __STDC__. */ -#ifndef WGET_USE_STDARG -/* Use stdarg only if the compiler supports ANSI C and stdarg.h is - present. We check for both because there are configurations where - stdarg.h exists, but doesn't work. */ -# ifdef __STDC__ -# ifdef HAVE_STDARG_H -# define WGET_USE_STDARG -# endif -# endif -#endif /* not WGET_USE_STDARG */ - #include #ifdef HAVE_STRING_H # include