--- embedaddon/quagga/config.h.in 2012/02/21 17:26:11 1.1 +++ embedaddon/quagga/config.h.in 2013/07/21 23:54:36 1.1.1.3 @@ -3,6 +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 @@ -21,6 +24,9 @@ /* Disable BGP installation to zebra */ #undef DISABLE_BGP_ANNOUNCE +/* include git version info */ +#undef GIT_VERSION + /* GNU Linux */ #undef GNU_LINUX @@ -39,6 +45,9 @@ /* 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 @@ -82,6 +91,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 @@ -181,10 +193,6 @@ /* mallinfo */ #undef HAVE_MALLINFO -/* Define to 1 if your system has a GNU libc compatible `malloc' function, and - to 0 otherwise. */ -#undef HAVE_MALLOC - /* Define to 1 if you have the `memchr' function. */ #undef HAVE_MEMCHR @@ -230,9 +238,6 @@ /* netlink */ #undef HAVE_NETLINK -/* Net SNMP */ -#undef HAVE_NETSNMP - /* Define to 1 if you have the header file. */ #undef HAVE_NET_IF_DL_H @@ -281,10 +286,6 @@ /* prctl */ #undef HAVE_PR_SET_KEEPCAPS -/* Define to 1 if your system has a GNU libc compatible `realloc' function, - and to 0 otherwise. */ -#undef HAVE_REALLOC - /* Have RFC3678 protocol-independed API */ #undef HAVE_RFC3678 @@ -406,6 +407,9 @@ /* 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 in6_aliasreq'. */ #undef HAVE_STRUCT_IN6_ALIASREQ @@ -434,6 +438,9 @@ /* 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 @@ -503,6 +510,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 @@ -625,6 +651,9 @@ /* Have openpam_ttyconv */ #undef PAM_CONV_FUNC +/* babeld PID */ +#undef PATH_BABELD_PID + /* bgpd PID */ #undef PATH_BGPD_PID @@ -676,6 +705,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 @@ -755,6 +790,11 @@ /* zebra vty socket */ #undef ZEBRA_VTYSH_PATH +/* Enable large inode numbers on Mac OS X 10.5. */ +#ifndef _DARWIN_USE_64_BIT_INODE +# define _DARWIN_USE_64_BIT_INODE 1 +#endif + /* Number of bits in a file offset, on hosts where this is settable. */ #undef _FILE_OFFSET_BITS @@ -783,17 +823,11 @@ #undef inline #endif -/* Define to rpl_malloc if the replacement function should be used. */ -#undef malloc - /* Define to `int' if does not define. */ #undef mode_t /* Define to `int' if does not define. */ #undef pid_t - -/* Define to rpl_realloc if the replacement function should be used. */ -#undef realloc /* Define to the equivalent of the C99 'restrict' keyword, or to nothing if this is not supported. Do not define if restrict is