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

version 1.1.1.1, 2012/02/21 17:26:11 version 1.1.1.3, 2013/07/21 23:54:36
Line 3 Line 3
 /* Define if building universal (internal helper macro) */  /* Define if building universal (internal helper macro) */
 #undef AC_APPLE_UNIVERSAL_BUILD  #undef AC_APPLE_UNIVERSAL_BUILD
   
   /* babeld vty socket */
   #undef BABEL_VTYSH_PATH
   
 /* bgpd vty socket */  /* bgpd vty socket */
 #undef BGP_VTYSH_PATH  #undef BGP_VTYSH_PATH
   
Line 21 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 39 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 82 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 181 Line 193
 /* mallinfo */  /* mallinfo */
 #undef HAVE_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. */  /* Define to 1 if you have the `memchr' function. */
 #undef HAVE_MEMCHR  #undef HAVE_MEMCHR
   
Line 230 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 281 Line 286
 /* prctl */  /* prctl */
 #undef HAVE_PR_SET_KEEPCAPS  #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 */  /* Have RFC3678 protocol-independed API */
 #undef HAVE_RFC3678  #undef HAVE_RFC3678
   
Line 406 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 434 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 503 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 625 Line 651
 /* Have openpam_ttyconv */  /* Have openpam_ttyconv */
 #undef PAM_CONV_FUNC  #undef PAM_CONV_FUNC
   
   /* babeld PID */
   #undef PATH_BABELD_PID
   
 /* bgpd PID */  /* bgpd PID */
 #undef PATH_BGPD_PID  #undef PATH_BGPD_PID
   
Line 676 Line 705
 /* 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
   
Line 755 Line 790
 /* zebra vty socket */  /* zebra vty socket */
 #undef ZEBRA_VTYSH_PATH  #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. */  /* Number of bits in a file offset, on hosts where this is settable. */
 #undef _FILE_OFFSET_BITS  #undef _FILE_OFFSET_BITS
   
Line 783 Line 823
 #undef inline  #undef inline
 #endif  #endif
   
 /* Define to rpl_malloc if the replacement function should be used. */  
 #undef malloc  
   
 /* Define to `int' if <sys/types.h> does not define. */  /* Define to `int' if <sys/types.h> does not define. */
 #undef mode_t  #undef mode_t
   
 /* Define to `int' if <sys/types.h> does not define. */  /* Define to `int' if <sys/types.h> does not define. */
 #undef pid_t  #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  /* Define to the equivalent of the C99 'restrict' keyword, or to
    nothing if this is not supported.  Do not define if restrict is     nothing if this is not supported.  Do not define if restrict is

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


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