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

version 1.1.1.3, 2013/07/21 23:54:36 version 1.1.1.4, 2016/11/02 10:09:10
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
   
 /* BSDI */  
 #undef BSDI_NRL  
   
 /* Mask for config files */  /* Mask for config files */
 #undef CONFIGFILE_MASK  #undef CONFIGFILE_MASK
   
Line 39 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
   
Line 103 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 127 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 136 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 160 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 187 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
   
Line 238 Line 241
 /* netlink */  /* netlink */
 #undef HAVE_NETLINK  #undef HAVE_NETLINK
   
   /* Have netns */
   #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 256 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 277 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
   
Line 298 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 326 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 410 Line 410
 /* Define to 1 if `ifi_link_state' is a member of `struct if_data'. */  /* Define to 1 if `ifi_link_state' is a member of `struct if_data'. */
 #undef HAVE_STRUCT_IF_DATA_IFI_LINK_STATE  #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 419 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 432 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
   
Line 462 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 541 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 553 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 571 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 592 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 609 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 651 Line 678
 /* 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 666 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 678 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 686 Line 716
   
 /* 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

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


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