Diff for /embedaddon/quagga/config.h.in between versions 1.1.1.2 and 1.1.1.3

version 1.1.1.2, 2012/10/09 09:22:28 version 1.1.1.3, 2013/07/21 23:54:36
Line 24 Line 24
 /* Disable BGP installation to zebra */  /* Disable BGP installation to zebra */
 #undef DISABLE_BGP_ANNOUNCE  #undef DISABLE_BGP_ANNOUNCE
   
   /* include git version info */
   #undef GIT_VERSION
   
 /* GNU Linux */  /* GNU Linux */
 #undef GNU_LINUX  #undef GNU_LINUX
   
Line 42 Line 45
 /* Broken CMSG_FIRSTHDR */  /* Broken CMSG_FIRSTHDR */
 #undef HAVE_BROKEN_CMSG_FIRSTHDR  #undef HAVE_BROKEN_CMSG_FIRSTHDR
   
   /* BSD ifi_link_state available */
   #undef HAVE_BSD_IFI_LINK_STATE
   
 /* BSD link-detect */  /* BSD link-detect */
 #undef HAVE_BSD_LINK_DETECT  #undef HAVE_BSD_LINK_DETECT
   
Line 85 Line 91
 /* Define to 1 if you have the `fork' function. */  /* Define to 1 if you have the `fork' function. */
 #undef HAVE_FORK  #undef HAVE_FORK
   
   /* Forwarding Plane Manager support */
   #undef HAVE_FPM
   
 /* Define to 1 if you have the `ftruncate' function. */  /* Define to 1 if you have the `ftruncate' function. */
 #undef HAVE_FTRUNCATE  #undef HAVE_FTRUNCATE
   
Line 229 Line 238
 /* netlink */  /* netlink */
 #undef HAVE_NETLINK  #undef HAVE_NETLINK
   
 /* Net SNMP */  
 #undef HAVE_NETSNMP  
   
 /* Define to 1 if you have the <net/if_dl.h> header file. */  /* Define to 1 if you have the <net/if_dl.h> header file. */
 #undef HAVE_NET_IF_DL_H  #undef HAVE_NET_IF_DL_H
   
Line 401 Line 407
 /* Define to 1 if `ifm_status' is a member of `struct ifmediareq'. */  /* Define to 1 if `ifm_status' is a member of `struct ifmediareq'. */
 #undef HAVE_STRUCT_IFMEDIAREQ_IFM_STATUS  #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'. */  /* Define to 1 if the system has the type `struct in6_aliasreq'. */
 #undef HAVE_STRUCT_IN6_ALIASREQ  #undef HAVE_STRUCT_IN6_ALIASREQ
   
Line 429 Line 438
 /* Define to 1 if the system has the type `struct sockaddr_dl'. */  /* Define to 1 if the system has the type `struct sockaddr_dl'. */
 #undef HAVE_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'. */  /* Define to 1 if the system has the type `struct sockaddr_in'. */
 #undef HAVE_STRUCT_SOCKADDR_IN  #undef HAVE_STRUCT_SOCKADDR_IN
   
Line 498 Line 510
 /* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */  /* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */
 #undef HAVE_SYS_WAIT_H  #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 */  /* Old Linux 2.4 TCP MD5 Signature Patch */
 #undef HAVE_TCP_MD5_LINUX24  #undef HAVE_TCP_MD5_LINUX24
   
Line 673 Line 704
   
 /* Define to the type of arg 5 for `select'. */  /* Define to the type of arg 5 for `select'. */
 #undef SELECT_TYPE_ARG5  #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 */  /* Solaris IPv6 */
 #undef SOLARIS_IPV6  #undef SOLARIS_IPV6

Removed from v.1.1.1.2  
changed lines
  Added in v.1.1.1.3


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>