[Xorp-cvs] XORP cvs commit: xorp

Pavlin Radoslavov pavlin@icir.org
Sun, 2 Apr 2006 01:55:50 GMT


CVSROOT:	/usr/local/share/doc/apache/cvs
Module name:	xorp
Changes by:	pavlin@xorpc.icir.org	2006-04-02 01:55:50 UTC

XORP CVS repository


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

Log message:
	Refactor the mechanism for Ethernet-related checks:
	 * Refactor the mechanism for checking for the ether_ntoa(3)
	   and ether_aton(3) functions, so we don't use AC_EGREP_HEADER()
	   anymore.
	 * Add check for "struct ether_addr". If it is defined, then
	   HAVE_STRUCT_ETHER_ADDR is defined.

Revision  Changes                                 Path
1.59      +5 -2;  commitid: 7d8a442f2e027ea6;     xorp/config.h.in
1.185     +873 -50;  commitid: 7d8a442f2e027ea6;  xorp/configure
1.162     +41 -53;  commitid: 7d8a442f2e027ea6;   xorp/configure.in