]> sjero.net Git - wget/commitdiff
[svn] Define _VA_LIST to prevent Solaris stdio.h from declaring va_list.
authorhniksic <devnull@localhost>
Fri, 12 Apr 2002 18:36:07 +0000 (11:36 -0700)
committerhniksic <devnull@localhost>
Fri, 12 Apr 2002 18:36:07 +0000 (11:36 -0700)
Published in <sxs1ydk4vg0.fsf@florida.arsdigita.de>.

src/ChangeLog
src/config.h.in

index 5117f7a8ad881ab9d59fcd28029e187843a6174d..00a440b1e346ef41032dd7888c2ad5a49f90c4f8 100644 (file)
@@ -1,3 +1,9 @@
+2002-04-12  Hrvoje Niksic  <hniksic@arsdigita.com>
+
+       * config.h.in: Define _VA_LIST on Solaris to prevent stdio.h from
+       declaring va_list.
+       From Kevin Rodgers <kevinr@ihs.com>.
+
 2002-04-12  Ian Abbott  <abbotti@mev.co.uk>
 
        * Makefile.in: Specify libtool mode explicitly when linking.
index 642b94e067a5ae68488aab481bd5af4c6f5daaf2..2252bdda5c8f7472aa623fc0577c2234bc2aaa59 100644 (file)
@@ -257,6 +257,8 @@ char *alloca ();
 
 #ifdef solaris
 # define NAMESPACE_TWEAKS
+/* Prevent stdio.h from declaring va_list. */
+# define _VA_LIST
 #endif
 
 #ifdef __linux__