mirror of
https://github.com/moparisthebest/wget
synced 2024-07-03 16:38:41 -04:00
[svn] Define _VA_LIST to prevent Solaris stdio.h from declaring va_list.
Published in <sxs1ydk4vg0.fsf@florida.arsdigita.de>.
This commit is contained in:
parent
c528253f96
commit
2a72eef0af
@ -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.
|
||||
|
@ -257,6 +257,8 @@ char *alloca ();
|
||||
|
||||
#ifdef solaris
|
||||
# define NAMESPACE_TWEAKS
|
||||
/* Prevent stdio.h from declaring va_list. */
|
||||
# define _VA_LIST
|
||||
#endif
|
||||
|
||||
#ifdef __linux__
|
||||
|
Loading…
Reference in New Issue
Block a user