--- embedaddon/quagga/config.h.in 2013/07/21 23:54:36 1.1.1.3 +++ embedaddon/quagga/config.h.in 2016/11/02 10:09:10 1.1.1.4 @@ -3,15 +3,9 @@ /* Define if building universal (internal helper macro) */ #undef AC_APPLE_UNIVERSAL_BUILD -/* babeld vty socket */ -#undef BABEL_VTYSH_PATH - /* bgpd vty socket */ #undef BGP_VTYSH_PATH -/* BSDI */ -#undef BSDI_NRL - /* Mask for config files */ #undef CONFIGFILE_MASK @@ -39,9 +33,6 @@ /* Define to 1 if you have the header file. */ #undef HAVE_ASM_TYPES_H -/* Broken Alias */ -#undef HAVE_BROKEN_ALIASES - /* Broken CMSG_FIRSTHDR */ #undef HAVE_BROKEN_CMSG_FIRSTHDR @@ -103,6 +94,9 @@ /* Define to 1 if you have the `getcwd' function. */ #undef HAVE_GETCWD +/* Define to 1 if you have the `getgrouplist' function. */ +#undef HAVE_GETGROUPLIST + /* Define to 1 if you have the `gethostbyname' function. */ #undef HAVE_GETHOSTBYNAME @@ -127,7 +121,7 @@ /* Define to 1 if you have the `if_nametoindex' function. */ #undef HAVE_IF_NAMETOINDEX -/* __inet_aton */ +/* Define to 1 if you have the `inet_aton' function. */ #undef HAVE_INET_ATON /* Define to 1 if you have the header file. */ @@ -136,18 +130,27 @@ /* Define to 1 if you have the `inet_ntoa' function. */ #undef HAVE_INET_NTOA -/* __inet_ntop */ +/* inet_ntop */ #undef HAVE_INET_NTOP -/* __inet_pton */ +/* inet_pton */ #undef HAVE_INET_PTON /* Define to 1 if you have the header file. */ #undef HAVE_INTTYPES_H -/* Linux IPv6 */ +/* IPv6 */ #undef HAVE_IPV6 +/* Have IP_PKTINFO */ +#undef HAVE_IP_PKTINFO + +/* Have IP_RECVDSTADDR */ +#undef HAVE_IP_RECVDSTADDR + +/* Have IP_RECVIF */ +#undef HAVE_IP_RECVIF + /* IRDP */ #undef HAVE_IRDP @@ -160,9 +163,6 @@ /* Define to 1 if you have the `crypt' library (-lcrypt). */ #undef HAVE_LIBCRYPT -/* Define to 1 if you have the `kvm' library (-lkvm). */ -#undef HAVE_LIBKVM - /* Have libm */ #undef HAVE_LIBM @@ -187,6 +187,9 @@ /* Define to 1 if you have the header file. */ #undef HAVE_LIMITS_H +/* Define to 1 if you have the header file. */ +#undef HAVE_LINUX_MROUTE_H + /* Define to 1 if you have the header file. */ #undef HAVE_LINUX_VERSION_H @@ -238,6 +241,9 @@ /* netlink */ #undef HAVE_NETLINK +/* Have netns */ +#undef HAVE_NETNS + /* Define to 1 if you have the header file. */ #undef HAVE_NET_IF_DL_H @@ -256,15 +262,9 @@ /* NET_RT_IFLIST */ #undef HAVE_NET_RT_IFLIST -/* OSPF Opaque LSA */ -#undef HAVE_OPAQUE_LSA - /* Have openpam.h */ #undef HAVE_OPENPAM_H -/* OSPF TE */ -#undef HAVE_OSPF_TE - /* Have pam_misc.h */ #undef HAVE_PAM_MISC_H @@ -277,12 +277,6 @@ /* Define to 1 if you have the header file. */ #undef HAVE_PRIV_H -/* /proc/net/dev */ -#undef HAVE_PROC_NET_DEV - -/* /proc/net/if_inet6 */ -#undef HAVE_PROC_NET_IF_INET6 - /* prctl */ #undef HAVE_PR_SET_KEEPCAPS @@ -298,6 +292,9 @@ /* Define to 1 if you have the `select' function. */ #undef HAVE_SELECT +/* Define to 1 if you have the `setns' function. */ +#undef HAVE_SETNS + /* Have setproctitle */ #undef HAVE_SETPROCTITLE @@ -326,6 +323,9 @@ zero-length file name argument. */ #undef HAVE_STAT_EMPTY_STRING_BUG +/* Define to 1 if stdbool.h conforms to C99. */ +#undef HAVE_STDBOOL_H + /* Define to 1 if you have the header file. */ #undef HAVE_STDDEF_H @@ -410,6 +410,9 @@ /* Define to 1 if `ifi_link_state' is a member of `struct if_data'. */ #undef HAVE_STRUCT_IF_DATA_IFI_LINK_STATE +/* Define to 1 if the system has the type `struct igmpmsg'. */ +#undef HAVE_STRUCT_IGMPMSG + /* Define to 1 if the system has the type `struct in6_aliasreq'. */ #undef HAVE_STRUCT_IN6_ALIASREQ @@ -419,6 +422,9 @@ /* Define to 1 if `imr_ifindex' is a member of `struct ip_mreqn'. */ #undef HAVE_STRUCT_IP_MREQN_IMR_IFINDEX +/* Define to 1 if the system has the type `struct mfcctl'. */ +#undef HAVE_STRUCT_MFCCTL + /* Define to 1 if the system has the type `struct nd_opt_adv_interval'. */ #undef HAVE_STRUCT_ND_OPT_ADV_INTERVAL @@ -432,6 +438,12 @@ /* Define to 1 if the system has the type `struct rt_addrinfo'. */ #undef HAVE_STRUCT_RT_ADDRINFO +/* Define to 1 if the system has the type `struct sioc_sg_req'. */ +#undef HAVE_STRUCT_SIOC_SG_REQ + +/* Define to 1 if the system has the type `struct sioc_vif_req'. */ +#undef HAVE_STRUCT_SIOC_VIF_REQ + /* Define to 1 if the system has the type `struct sockaddr'. */ #undef HAVE_STRUCT_SOCKADDR @@ -462,12 +474,18 @@ /* Define to 1 if `sun_len' is a member of `struct sockaddr_un'. */ #undef HAVE_STRUCT_SOCKADDR_UN_SUN_LEN +/* Define to 1 if the system has the type `struct vifctl'. */ +#undef HAVE_STRUCT_VIFCTL + /* Define to 1 if you have the header file. */ #undef HAVE_SYSLOG_H /* Define to 1 if you have the header file. */ #undef HAVE_SYS_CAPABILITY_H +/* Define to 1 if you have the header file. */ +#undef HAVE_SYS_CDEFS_H + /* Define to 1 if you have the header file. */ #undef HAVE_SYS_CONF_H @@ -541,6 +559,18 @@ /* Define to 1 if you have the header file. */ #undef HAVE_UCONTEXT_H +/* Define to 1 if `uc_mcontext.gregs' is a member of `ucontext_t'. */ +#undef HAVE_UCONTEXT_T_UC_MCONTEXT_GREGS + +/* Define to 1 if `uc_mcontext.regs' is a member of `ucontext_t'. */ +#undef HAVE_UCONTEXT_T_UC_MCONTEXT_REGS + +/* Define to 1 if `uc_mcontext.regs.nip' is a member of `ucontext_t'. */ +#undef HAVE_UCONTEXT_T_UC_MCONTEXT_REGS_NIP + +/* Define to 1 if `uc_mcontext.uc_regs' is a member of `ucontext_t'. */ +#undef HAVE_UCONTEXT_T_UC_MCONTEXT_UC_REGS + /* Define to 1 if you have the `uname' function. */ #undef HAVE_UNAME @@ -553,6 +583,9 @@ /* Define to 1 if you have the header file. */ #undef HAVE_VFORK_H +/* Define to 1 if the system has the type `vifi_t'. */ +#undef HAVE_VIFI_T + /* Define to 1 if you have the `vprintf' function. */ #undef HAVE_VPRINTF @@ -571,12 +604,9 @@ /* Define to 1 if `vfork' works. */ #undef HAVE_WORKING_VFORK -/* INRIA IPv6 */ -#undef INRIA_IPV6 +/* Define to 1 if the system has the type `_Bool'. */ +#undef HAVE__BOOL -/* IRIX 6.5 */ -#undef IRIX_65 - /* selected method for isis, == one of the constants */ #undef ISIS_METHOD @@ -592,7 +622,7 @@ /* isisd vty socket */ #undef ISIS_VTYSH_PATH -/* KAME IPv6 stack */ +/* KAME IPv6 */ #undef KAME /* Linux IPv6 stack */ @@ -609,15 +639,12 @@ */ #undef LT_OBJDIR -/* Musica IPv6 stack */ -#undef MUSICA +/* Maximum number of paths for a route */ +#undef MULTIPATH_NUM /* Define to 1 if your C compiler doesn't accept -c and -o together. */ #undef NO_MINUS_C_MINUS_O -/* NRL */ -#undef NRL - /* OpenBSD */ #undef OPEN_BSD @@ -651,9 +678,6 @@ /* Have openpam_ttyconv */ #undef PAM_CONV_FUNC -/* babeld PID */ -#undef PATH_BABELD_PID - /* bgpd PID */ #undef PATH_BGPD_PID @@ -666,6 +690,9 @@ /* ospfd PID */ #undef PATH_OSPFD_PID +/* pimd PID */ +#undef PATH_PIMD_PID + /* ripd PID */ #undef PATH_RIPD_PID @@ -678,6 +705,9 @@ /* zebra PID */ #undef PATH_ZEBRA_PID +/* pimd vty socket */ +#undef PIM_VTYSH_PATH + /* Quagga Group */ #undef QUAGGA_GROUP @@ -686,9 +716,6 @@ /* Quagga User */ #undef QUAGGA_USER - -/* Define as the return type of signal handlers (`int' or `void'). */ -#undef RETSIGTYPE /* ripng vty socket */ #undef RIPNG_VTYSH_PATH