X-Git-Url: http://sjero.net/git/?p=wget;a=blobdiff_plain;f=src%2Fconfig-post.h;h=7706a25d286762109fc79388b735dc243bb8ef12;hp=fe35226af235e638428bde4cb14f2e380f0b4334;hb=277e840a0f8e3ec8800cfe7407fe3c16000bc622;hpb=9000d2b527680b4b13964475d84df42815d40e37 diff --git a/src/config-post.h b/src/config-post.h index fe35226a..7706a25d 100644 --- a/src/config-post.h +++ b/src/config-post.h @@ -60,16 +60,3 @@ void *alloca (); #define _BSD_SOURCE #endif /* NAMESPACE_TWEAKS */ - -/* Determine whether to use stdarg. Use it 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. - This check cannot be in sysdep.h because we use it to choose which - system headers to include. */ -#ifndef WGET_USE_STDARG -# ifdef __STDC__ -# ifdef HAVE_STDARG_H -# define WGET_USE_STDARG -# endif -# endif -#endif /* not WGET_USE_STDARG */