[Xorp-cvs] XORP cvs commit: xorp xorp/config xorp/fea xorp/libcomm xorp/libxipc xorp/libxorp xorp/mibs xorp/mld6igmp

Pavlin Radoslavov pavlin at icir.org
Sat Apr 14 00:00:54 PDT 2007


CVSROOT:	/usr/local/share/doc/apache/cvs
Module name:	xorp
Changes by:	pavlin at xorpc.icir.org	2007-04-14 07:00:54 UTC

XORP CVS repository


Modified files:
	.             config.h.in configure configure.in 
	config        acifconf.m4 acipmrt.m4 acipv4.m4 acipv6.m4 
	              acsocket.m4 dmalloc.m4 
	fea           fticonfig_entry_get_rtmv2.cc 
	              fticonfig_entry_get_rtsock.cc 
	              fticonfig_entry_set_rtsock.cc 
	              ifconfig_parse_ifaddrs.cc ifconfig_parse_ifreq.cc 
	              ifconfig_parse_rtm.cc ifconfig_set_ioctl.cc 
	              ifconfig_set_netlink.cc kernel_utils.hh 
	              mfea_mrouter.cc mfea_osdep.hh mfea_proto_comm.cc 
	              rawsock.cc routing_socket_utils.cc 
	libcomm       comm_sock.c 
	libxipc       xrl_pf_sudp.cc 
	libxorp       ipv4.cc ipv6.cc ipvx.cc test_ipv4.cc 
	              test_ipv4net.cc test_ipv6.cc test_ipv6net.cc 
	              test_ipvx.cc test_ipvxnet.cc 
	mibs          configure 
	mld6igmp      mld6_proto.h 

Log message:
	Autoconf-related refactoring and cleanup:
	
	* Removed checking for uid_t and ssize_t, because the result is not used.
	
	* Removed checking for "struct ip_mreq" and "struct ip_mreq_source"
	  because the results they are not used.
	
	* Removed checking for "struct ip" because the result is not used.
	
	* Replaced AC_CHECK_MEMBER() with AC_CHECK_MEMBERS(),
	  AC_CHECK_TYPE() with AC_CHECK_TYPES(), and use the default
	  #ifdef instead of our own names:
	  - Check member struct ifreq.ifr_ifindex:
	    HAVE_IFR_IFINDEX -> HAVE_STRUCT_IFREQ_IFR_IFINDEX
	  - Check struct mld_hdr:
	    HAVE_MLD_HDR -> HAVE_STRUCT_MLD_HDR
	  - Check struct mfcctl2:
	    HAVE_MFCCTL2 -> HAVE_STRUCT_MFCCTL2
	  - Check member struct mfcctl2.mfcc_flags:
	    HAVE_MFCC_FLAGS -> HAVE_STRUCT_MFCCTL2_MFCC_FLAGS
	  - Check member struct mfcctl2.mfcc_rp:
	    HAVE_MFCC_RP -> HAVE_STRUCT_MFCCTL2_MFCC_RP
	  - Check struct mf6cctl2:
	    HAVE_MF6CCTL2 -> HAVE_STRUCT_MF6CCTL2
	  - Check member struct mf6cctl2.mf6cc_flags:
	    HAVE_MF6CC_FLAGS -> HAVE_STRUCT_MF6CCTL2_MF6CC_FLAGS
	  - Check member mf6cctl2.mf6cc_rp:
	    HAVE_MF6CC_RP -> HAVE_STRUCT_MF6CCTL2_MF6CC_RP
	  - Check member struct sockaddr_in6.sin6_len:
	    HAVE_SIN6_LEN -> HAVE_STRUCT_SOCKADDR_IN6_SIN6_LEN
	  - Check member struct sockaddr_in6.sin6_scope_id:
	    HAVE_SIN6_SCOPE_ID -> HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID
	  - Check member struct sockaddr.sa_len:
	    HAVE_SA_LEN -> HAVE_STRUCT_SOCKADDR_SA_LEN
	  - Check member struct sockaddr_storage.ss_len:
	    HAVE_SS_LEN -> HAVE_STRUCT_SOCKADDR_STORAGE_SS_LEN
	  - Check member struct sockaddr_in.sin_len:
	    HAVE_SIN_LEN -> HAVE_STRUCT_SOCKADDR_IN_SIN_LEN
	  - Check member struct sockaddr_un.sun_len:
	    HAVE_SUN_LEN -> HAVE_STRUCT_SOCKADDR_UN_SUN_LEN
	  - Check member struct sockaddr_dl.sdl_len:
	    HAVE_SDL_LEN -> HAVE_STRUCT_SOCKADDR_DL_SDL_LEN

Revision  Changes                                   Path
1.73      +45 -60;  commitid: 16863462075967ea6;    xorp/config.h.in
1.5       +2 -5;  commitid: 16863462075967ea6;      xorp/config/acifconf.m4
1.9       +36 -74;  commitid: 16863462075967ea6;    xorp/config/acipmrt.m4
1.12      +1 -39;  commitid: 16863462075967ea6;     xorp/config/acipv4.m4
1.28      +6 -10;  commitid: 16863462075967ea6;     xorp/config/acipv6.m4
1.7       +7 -19;  commitid: 16863462075967ea6;     xorp/config/acsocket.m4
1.5       +2 -2;  commitid: 16863462075967ea6;      xorp/config/dmalloc.m4
1.232     +102 -425;  commitid: 16863462075967ea6;  xorp/configure
1.193     +2 -13;  commitid: 16863462075967ea6;     xorp/configure.in
1.6       +3 -3;  commitid: 16863462075967ea6;      xorp/fea/fticonfig_entry_get_rtmv2.cc
1.37      +3 -3;  commitid: 16863462075967ea6;      xorp/fea/fticonfig_entry_get_rtsock.cc
1.40      +7 -7;  commitid: 16863462075967ea6;      xorp/fea/fticonfig_entry_set_rtsock.cc
1.31      +2 -2;  commitid: 16863462075967ea6;      xorp/fea/ifconfig_parse_ifaddrs.cc
1.34      +4 -4;  commitid: 16863462075967ea6;      xorp/fea/ifconfig_parse_ifreq.cc
1.32      +2 -2;  commitid: 16863462075967ea6;      xorp/fea/ifconfig_parse_rtm.cc
1.45      +3 -3;  commitid: 16863462075967ea6;      xorp/fea/ifconfig_set_ioctl.cc
1.36      +2 -2;  commitid: 16863462075967ea6;      xorp/fea/ifconfig_set_netlink.cc
1.9       +5 -5;  commitid: 16863462075967ea6;      xorp/fea/kernel_utils.hh
1.51      +7 -7;  commitid: 16863462075967ea6;      xorp/fea/mfea_mrouter.cc
1.11      +2 -2;  commitid: 16863462075967ea6;      xorp/fea/mfea_osdep.hh
1.71      +2 -2;  commitid: 16863462075967ea6;      xorp/fea/mfea_proto_comm.cc
1.41      +2 -2;  commitid: 16863462075967ea6;      xorp/fea/rawsock.cc
1.39      +9 -9;  commitid: 16863462075967ea6;      xorp/fea/routing_socket_utils.cc
1.39      +5 -5;  commitid: 16863462075967ea6;      xorp/libcomm/comm_sock.c
1.50      +5 -5;  commitid: 16863462075967ea6;      xorp/libxipc/xrl_pf_sudp.cc
1.30      +2 -2;  commitid: 16863462075967ea6;      xorp/libxorp/ipv4.cc
1.30      +4 -4;  commitid: 16863462075967ea6;      xorp/libxorp/ipv6.cc
1.29      +5 -5;  commitid: 16863462075967ea6;      xorp/libxorp/ipvx.cc
1.28      +5 -5;  commitid: 16863462075967ea6;      xorp/libxorp/test_ipv4.cc
1.22      +2 -2;  commitid: 16863462075967ea6;      xorp/libxorp/test_ipv4net.cc
1.27      +5 -5;  commitid: 16863462075967ea6;      xorp/libxorp/test_ipv6.cc
1.17      +2 -2;  commitid: 16863462075967ea6;      xorp/libxorp/test_ipv6net.cc
1.28      +9 -9;  commitid: 16863462075967ea6;      xorp/libxorp/test_ipvx.cc
1.21      +3 -3;  commitid: 16863462075967ea6;      xorp/libxorp/test_ipvxnet.cc
1.53      +3 -3;  commitid: 16863462075967ea6;      xorp/mibs/configure
1.19      +2 -2;  commitid: 16863462075967ea6;      xorp/mld6igmp/mld6_proto.h



More information about the Xorp-cvs mailing list