[Xorp-cvs] XORP cvs commit: xorp xorp/config

Pavlin Radoslavov pavlin at icir.org
Thu Jun 28 16:09:31 PDT 2007


CVSROOT:	/usr/local/share/doc/apache/cvs
Module name:	xorp
Changes by:	pavlin at xorpc.icir.org	2007-06-28 23:09:31 UTC

XORP CVS repository


Modified files:
	.             configure 
	config        aciolink.m4 

Log message:
	Added a check whether <pcap.h> is C++ friendly.
	
	On some systems (e.g., RedHat-7.3) <pcap.h> is not C++ friendly
	because of broken <net/bpf.h> (included by pcap.h> with missing C++
	guards:
	
	#ifdef __cplusplus
	extern "C" {
	#endif
	
	...
	
	#ifdef __cplusplus
	}
	#endif

Revision  Changes                                  Path
1.5       +28 -2;  commitid: 1418546843f277ea6;    xorp/config/aciolink.m4
1.259     +101 -44;  commitid: 1418546843f277ea6;  xorp/configure



More information about the Xorp-cvs mailing list