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

version 1.1.1.1, 2012/02/21 17:26:11 version 1.1.1.2, 2012/10/09 09:22:28
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 181 Line 184
 /* 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 281 Line 280
 /* 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 625 Line 620
 /* 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 755 Line 753
 /* 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 786
 #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.2


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