--- embedaddon/quagga/config.h.in 2012/10/09 09:22:28 1.1.1.2 +++ 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 @@ -24,6 +18,9 @@ /* Disable BGP installation to zebra */ #undef DISABLE_BGP_ANNOUNCE +/* include git version info */ +#undef GIT_VERSION + /* GNU Linux */ #undef GNU_LINUX @@ -36,12 +33,12 @@ /* 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 +/* BSD ifi_link_state available */ +#undef HAVE_BSD_IFI_LINK_STATE + /* BSD link-detect */ #undef HAVE_BSD_LINK_DETECT @@ -85,6 +82,9 @@ /* Define to 1 if you have the `fork' function. */ #undef HAVE_FORK +/* Forwarding Plane Manager support */ +#undef HAVE_FPM + /* Define to 1 if you have the `ftruncate' function. */ #undef HAVE_FTRUNCATE @@ -94,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 @@ -118,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. */ @@ -127,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 @@ -151,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 @@ -178,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 @@ -229,8 +241,8 @@ /* netlink */ #undef HAVE_NETLINK -/* Net SNMP */ -#undef HAVE_NETSNMP +/* Have netns */ +#undef HAVE_NETNS /* Define to 1 if you have the header file. */ #undef HAVE_NET_IF_DL_H @@ -250,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 @@ -271,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 @@ -292,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 @@ -320,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 @@ -401,6 +407,12 @@ /* Define to 1 if `ifm_status' is a member of `struct ifmediareq'. */ #undef HAVE_STRUCT_IFMEDIAREQ_IFM_STATUS +/* 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 @@ -410,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 @@ -423,12 +438,21 @@ /* 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 /* Define to 1 if the system has the type `struct sockaddr_dl'. */ #undef HAVE_STRUCT_SOCKADDR_DL +/* Define to 1 if `sdl_len' is a member of `struct sockaddr_dl'. */ +#undef HAVE_STRUCT_SOCKADDR_DL_SDL_LEN + /* Define to 1 if the system has the type `struct sockaddr_in'. */ #undef HAVE_STRUCT_SOCKADDR_IN @@ -450,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 @@ -498,6 +528,25 @@ /* Define to 1 if you have that is POSIX.1 compatible. */ #undef HAVE_SYS_WAIT_H +/* Define this if your system can create weak aliases */ +#undef HAVE_SYS_WEAK_ALIAS + +/* Define this if weak aliases may be created with __attribute__ */ +#undef HAVE_SYS_WEAK_ALIAS_ATTRIBUTE + +/* Define this if weak aliases may be created with #pragma _CRI duplicate */ +#undef HAVE_SYS_WEAK_ALIAS_CRIDUPLICATE + +/* Define this if weak aliases in other files are honored */ +#undef HAVE_SYS_WEAK_ALIAS_CROSSFILE + +/* Define this if weak aliases may be created with #pragma _HP_SECONDARY_DEF + */ +#undef HAVE_SYS_WEAK_ALIAS_HPSECONDARY + +/* Define this if weak aliases may be created with #pragma weak */ +#undef HAVE_SYS_WEAK_ALIAS_PRAGMA + /* Old Linux 2.4 TCP MD5 Signature Patch */ #undef HAVE_TCP_MD5_LINUX24 @@ -510,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 @@ -522,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 @@ -540,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 @@ -561,7 +622,7 @@ /* isisd vty socket */ #undef ISIS_VTYSH_PATH -/* KAME IPv6 stack */ +/* KAME IPv6 */ #undef KAME /* Linux IPv6 stack */ @@ -578,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 @@ -620,9 +678,6 @@ /* Have openpam_ttyconv */ #undef PAM_CONV_FUNC -/* babeld PID */ -#undef PATH_BABELD_PID - /* bgpd PID */ #undef PATH_BGPD_PID @@ -635,6 +690,9 @@ /* ospfd PID */ #undef PATH_OSPFD_PID +/* pimd PID */ +#undef PATH_PIMD_PID + /* ripd PID */ #undef PATH_RIPD_PID @@ -647,6 +705,9 @@ /* zebra PID */ #undef PATH_ZEBRA_PID +/* pimd vty socket */ +#undef PIM_VTYSH_PATH + /* Quagga Group */ #undef QUAGGA_GROUP @@ -656,9 +717,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 @@ -673,6 +731,12 @@ /* Define to the type of arg 5 for `select'. */ #undef SELECT_TYPE_ARG5 + +/* Use SNMP AgentX to interface with snmpd */ +#undef SNMP_AGENTX + +/* Use SNMP SMUX to interface with snmpd */ +#undef SNMP_SMUX /* Solaris IPv6 */ #undef SOLARIS_IPV6