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

version 1.1.1.1, 2012/02/21 17:26:11 version 1.1.1.4, 2016/11/02 10:09:10
Line 6 Line 6
 /* bgpd vty socket */  /* bgpd vty socket */
 #undef BGP_VTYSH_PATH  #undef BGP_VTYSH_PATH
   
 /* BSDI */  
 #undef BSDI_NRL  
   
 /* Mask for config files */  /* Mask for config files */
 #undef CONFIGFILE_MASK  #undef CONFIGFILE_MASK
   
Line 21 Line 18
 /* 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 33 Line 33
 /* Define to 1 if you have the <asm/types.h> header file. */  /* Define to 1 if you have the <asm/types.h> header file. */
 #undef HAVE_ASM_TYPES_H  #undef HAVE_ASM_TYPES_H
   
 /* Broken Alias */  
 #undef HAVE_BROKEN_ALIASES  
   
 /* 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 82
 /* 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 91 Line 94
 /* Define to 1 if you have the `getcwd' function. */  /* Define to 1 if you have the `getcwd' function. */
 #undef HAVE_GETCWD  #undef HAVE_GETCWD
   
   /* Define to 1 if you have the `getgrouplist' function. */
   #undef HAVE_GETGROUPLIST
   
 /* Define to 1 if you have the `gethostbyname' function. */  /* Define to 1 if you have the `gethostbyname' function. */
 #undef HAVE_GETHOSTBYNAME  #undef HAVE_GETHOSTBYNAME
   
Line 115 Line 121
 /* Define to 1 if you have the `if_nametoindex' function. */  /* Define to 1 if you have the `if_nametoindex' function. */
 #undef HAVE_IF_NAMETOINDEX  #undef HAVE_IF_NAMETOINDEX
   
/* __inet_aton *//* Define to 1 if you have the `inet_aton' function. */
 #undef HAVE_INET_ATON  #undef HAVE_INET_ATON
   
 /* Define to 1 if you have the <inet/nd.h> header file. */  /* Define to 1 if you have the <inet/nd.h> header file. */
Line 124 Line 130
 /* Define to 1 if you have the `inet_ntoa' function. */  /* Define to 1 if you have the `inet_ntoa' function. */
 #undef HAVE_INET_NTOA  #undef HAVE_INET_NTOA
   
/* __inet_ntop *//* inet_ntop */
 #undef HAVE_INET_NTOP  #undef HAVE_INET_NTOP
   
/* __inet_pton *//* inet_pton */
 #undef HAVE_INET_PTON  #undef HAVE_INET_PTON
   
 /* Define to 1 if you have the <inttypes.h> header file. */  /* Define to 1 if you have the <inttypes.h> header file. */
 #undef HAVE_INTTYPES_H  #undef HAVE_INTTYPES_H
   
/* Linux IPv6 *//* IPv6 */
 #undef HAVE_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 */  /* IRDP */
 #undef HAVE_IRDP  #undef HAVE_IRDP
   
Line 148 Line 163
 /* Define to 1 if you have the `crypt' library (-lcrypt). */  /* Define to 1 if you have the `crypt' library (-lcrypt). */
 #undef HAVE_LIBCRYPT  #undef HAVE_LIBCRYPT
   
 /* Define to 1 if you have the `kvm' library (-lkvm). */  
 #undef HAVE_LIBKVM  
   
 /* Have libm */  /* Have libm */
 #undef HAVE_LIBM  #undef HAVE_LIBM
   
Line 175 Line 187
 /* Define to 1 if you have the <limits.h> header file. */  /* Define to 1 if you have the <limits.h> header file. */
 #undef HAVE_LIMITS_H  #undef HAVE_LIMITS_H
   
   /* Define to 1 if you have the <linux/mroute.h> header file. */
   #undef HAVE_LINUX_MROUTE_H
   
 /* Define to 1 if you have the <linux/version.h> header file. */  /* Define to 1 if you have the <linux/version.h> header file. */
 #undef HAVE_LINUX_VERSION_H  #undef HAVE_LINUX_VERSION_H
   
 /* 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 241
 /* netlink */  /* netlink */
 #undef HAVE_NETLINK  #undef HAVE_NETLINK
   
/* Net SNMP *//* Have netns */
#undef HAVE_NETSNMP#undef HAVE_NETNS
   
 /* 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 251 Line 262
 /* NET_RT_IFLIST */  /* NET_RT_IFLIST */
 #undef HAVE_NET_RT_IFLIST  #undef HAVE_NET_RT_IFLIST
   
 /* OSPF Opaque LSA */  
 #undef HAVE_OPAQUE_LSA  
   
 /* Have openpam.h */  /* Have openpam.h */
 #undef HAVE_OPENPAM_H  #undef HAVE_OPENPAM_H
   
 /* OSPF TE */  
 #undef HAVE_OSPF_TE  
   
 /* Have pam_misc.h */  /* Have pam_misc.h */
 #undef HAVE_PAM_MISC_H  #undef HAVE_PAM_MISC_H
   
Line 272 Line 277
 /* Define to 1 if you have the <priv.h> header file. */  /* Define to 1 if you have the <priv.h> header file. */
 #undef HAVE_PRIV_H  #undef HAVE_PRIV_H
   
 /* /proc/net/dev */  
 #undef HAVE_PROC_NET_DEV  
   
 /* /proc/net/if_inet6 */  
 #undef HAVE_PROC_NET_IF_INET6  
   
 /* 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 297 Line 292
 /* Define to 1 if you have the `select' function. */  /* Define to 1 if you have the `select' function. */
 #undef HAVE_SELECT  #undef HAVE_SELECT
   
   /* Define to 1 if you have the `setns' function. */
   #undef HAVE_SETNS
   
 /* Have setproctitle */  /* Have setproctitle */
 #undef HAVE_SETPROCTITLE  #undef HAVE_SETPROCTITLE
   
Line 325 Line 323
    zero-length file name argument. */     zero-length file name argument. */
 #undef HAVE_STAT_EMPTY_STRING_BUG  #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 <stddef.h> header file. */  /* Define to 1 if you have the <stddef.h> header file. */
 #undef HAVE_STDDEF_H  #undef HAVE_STDDEF_H
   
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 igmpmsg'. */
   #undef HAVE_STRUCT_IGMPMSG
   
 /* 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 415 Line 422
 /* Define to 1 if `imr_ifindex' is a member of `struct ip_mreqn'. */  /* Define to 1 if `imr_ifindex' is a member of `struct ip_mreqn'. */
 #undef HAVE_STRUCT_IP_MREQN_IMR_IFINDEX  #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'. */  /* Define to 1 if the system has the type `struct nd_opt_adv_interval'. */
 #undef HAVE_STRUCT_ND_OPT_ADV_INTERVAL  #undef HAVE_STRUCT_ND_OPT_ADV_INTERVAL
   
Line 428 Line 438
 /* Define to 1 if the system has the type `struct rt_addrinfo'. */  /* Define to 1 if the system has the type `struct rt_addrinfo'. */
 #undef HAVE_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'. */  /* Define to 1 if the system has the type `struct sockaddr'. */
 #undef HAVE_STRUCT_SOCKADDR  #undef HAVE_STRUCT_SOCKADDR
   
 /* 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 455 Line 474
 /* Define to 1 if `sun_len' is a member of `struct sockaddr_un'. */  /* Define to 1 if `sun_len' is a member of `struct sockaddr_un'. */
 #undef HAVE_STRUCT_SOCKADDR_UN_SUN_LEN  #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 <syslog.h> header file. */  /* Define to 1 if you have the <syslog.h> header file. */
 #undef HAVE_SYSLOG_H  #undef HAVE_SYSLOG_H
   
 /* Define to 1 if you have the <sys/capability.h> header file. */  /* Define to 1 if you have the <sys/capability.h> header file. */
 #undef HAVE_SYS_CAPABILITY_H  #undef HAVE_SYS_CAPABILITY_H
   
   /* Define to 1 if you have the <sys/cdefs.h> header file. */
   #undef HAVE_SYS_CDEFS_H
   
 /* Define to 1 if you have the <sys/conf.h> header file. */  /* Define to 1 if you have the <sys/conf.h> header file. */
 #undef HAVE_SYS_CONF_H  #undef HAVE_SYS_CONF_H
   
Line 503 Line 528
 /* 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 515 Line 559
 /* Define to 1 if you have the <ucontext.h> header file. */  /* Define to 1 if you have the <ucontext.h> header file. */
 #undef HAVE_UCONTEXT_H  #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. */  /* Define to 1 if you have the `uname' function. */
 #undef HAVE_UNAME  #undef HAVE_UNAME
   
Line 527 Line 583
 /* Define to 1 if you have the <vfork.h> header file. */  /* Define to 1 if you have the <vfork.h> header file. */
 #undef HAVE_VFORK_H  #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. */  /* Define to 1 if you have the `vprintf' function. */
 #undef HAVE_VPRINTF  #undef HAVE_VPRINTF
   
Line 545 Line 604
 /* Define to 1 if `vfork' works. */  /* Define to 1 if `vfork' works. */
 #undef HAVE_WORKING_VFORK  #undef HAVE_WORKING_VFORK
   
/* INRIA IPv6 *//* Define to 1 if the system has the type `_Bool'. */
#undef INRIA_IPV6#undef HAVE__BOOL
   
 /* IRIX 6.5 */  
 #undef IRIX_65  
   
 /* selected method for isis, == one of the constants */  /* selected method for isis, == one of the constants */
 #undef ISIS_METHOD  #undef ISIS_METHOD
   
Line 566 Line 622
 /* isisd vty socket */  /* isisd vty socket */
 #undef ISIS_VTYSH_PATH  #undef ISIS_VTYSH_PATH
   
/* KAME IPv6 stack *//* KAME IPv6 */
 #undef KAME  #undef KAME
   
 /* Linux IPv6 stack */  /* Linux IPv6 stack */
Line 583 Line 639
    */     */
 #undef LT_OBJDIR  #undef LT_OBJDIR
   
/* Musica IPv6 stack *//* Maximum number of paths for a route */
#undef MUSICA#undef MULTIPATH_NUM
   
 /* Define to 1 if your C compiler doesn't accept -c and -o together. */  /* Define to 1 if your C compiler doesn't accept -c and -o together. */
 #undef NO_MINUS_C_MINUS_O  #undef NO_MINUS_C_MINUS_O
   
 /* NRL */  
 #undef NRL  
   
 /* OpenBSD */  /* OpenBSD */
 #undef OPEN_BSD  #undef OPEN_BSD
   
Line 637 Line 690
 /* ospfd PID */  /* ospfd PID */
 #undef PATH_OSPFD_PID  #undef PATH_OSPFD_PID
   
   /* pimd PID */
   #undef PATH_PIMD_PID
   
 /* ripd PID */  /* ripd PID */
 #undef PATH_RIPD_PID  #undef PATH_RIPD_PID
   
Line 649 Line 705
 /* zebra PID */  /* zebra PID */
 #undef PATH_ZEBRA_PID  #undef PATH_ZEBRA_PID
   
   /* pimd vty socket */
   #undef PIM_VTYSH_PATH
   
 /* Quagga Group */  /* Quagga Group */
 #undef QUAGGA_GROUP  #undef QUAGGA_GROUP
   
Line 658 Line 717
 /* Quagga User */  /* Quagga User */
 #undef QUAGGA_USER  #undef QUAGGA_USER
   
 /* Define as the return type of signal handlers (`int' or `void'). */  
 #undef RETSIGTYPE  
   
 /* ripng vty socket */  /* ripng vty socket */
 #undef RIPNG_VTYSH_PATH  #undef RIPNG_VTYSH_PATH
   
Line 676 Line 732
 /* 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 817
 /* 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 850
 #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.4


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