[Xorp-cvs] XORP cvs commit: xorp

Pavlin Radoslavov pavlin@icir.org
Fri, 23 Dec 2005 22:47:30 GMT


CVSROOT:	/usr/local/share/doc/apache/cvs
Module name:	xorp
Changes by:	pavlin@xorpc.icir.org	2005-12-23 22:47:30 UTC

XORP CVS repository


Modified files:
	.             config.h.in configure configure.in 

Log message:
	Add a check whether the build environment has va_copy() support.
	
	Note that the va_copy() implementation may not be macro-based
	so we cannot simply use "#ifdef va_copy".
	[See Section 7.15.1.2 from the C99 specification available from
	http://www.open-std.org/JTC1/SC22/WG14/www/standards.html]

Revision  Changes                               Path
1.53      +3 -0;  commitid: d17b43ac7ddc7ea6;   xorp/config.h.in
1.173     +73 -1;  commitid: d17b43ac7ddc7ea6;  xorp/configure
1.152     +34 -2;  commitid: d17b43ac7ddc7ea6;  xorp/configure.in