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

version 1.1.1.1, 2012/02/21 16:57:34 version 1.1.1.2, 2016/10/18 14:04:50
Line 1 Line 1
/* config.h.in.  Generated from configure.in by autoheader.  *//* config.h.in.  Generated from configure.ac by autoheader.  */
   
 /* 7-argument gethostbyaddr_r returns struct hostent* */  /* 7-argument gethostbyaddr_r returns struct hostent* */
 #undef GETHOSTBYADDR_R_RETURNS_HOSTENT_P  #undef GETHOSTBYADDR_R_RETURNS_HOSTENT_P
Line 42 Line 42
 /* 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 <sgtty.h> header file. */
   #undef HAVE_SGTTY_H
   
 /* Define to 1 if you have the <stdint.h> header file. */  /* Define to 1 if you have the <stdint.h> header file. */
 #undef HAVE_STDINT_H  #undef HAVE_STDINT_H
   
Line 81 Line 84
 /* Define to 1 if you have the <sys/types.h> header file. */  /* Define to 1 if you have the <sys/types.h> header file. */
 #undef HAVE_SYS_TYPES_H  #undef HAVE_SYS_TYPES_H
   
   /* Define to 1 if you have the <termios.h> header file. */
   #undef HAVE_TERMIOS_H
   
   /* Define to 1 if you have the <termio.h> header file. */
   #undef HAVE_TERMIO_H
   
 /* Define to 1 if you have the <unistd.h> header file. */  /* Define to 1 if you have the <unistd.h> header file. */
 #undef HAVE_UNISTD_H  #undef HAVE_UNISTD_H
   
 /* The iftop version number */  
 #undef IFTOP_VERSION  
   
 /* Enable default promiscuous mode to capture outgoing packets */  /* Enable default promiscuous mode to capture outgoing packets */
 #undef NEED_PROMISCUOUS_FOR_OUTGOING  #undef NEED_PROMISCUOUS_FOR_OUTGOING
   
Line 105 Line 111
 /* Define to the one symbol short name of this package. */  /* Define to the one symbol short name of this package. */
 #undef PACKAGE_TARNAME  #undef PACKAGE_TARNAME
   
   /* Define to the home page for this package. */
   #undef PACKAGE_URL
   
 /* Define to the version of this package. */  /* Define to the version of this package. */
 #undef PACKAGE_VERSION  #undef PACKAGE_VERSION
   
/* The size of a `unsigned int', as computed by sizeof. *//* The size of `unsigned int', as computed by sizeof. */
 #undef SIZEOF_UNSIGNED_INT  #undef SIZEOF_UNSIGNED_INT
   
/* The size of a `unsigned long int', as computed by sizeof. *//* The size of `unsigned long int', as computed by sizeof. */
 #undef SIZEOF_UNSIGNED_LONG_INT  #undef SIZEOF_UNSIGNED_LONG_INT
   
/* The size of a `unsigned short int', as computed by sizeof. *//* The size of `unsigned short int', as computed by sizeof. */
 #undef SIZEOF_UNSIGNED_SHORT_INT  #undef SIZEOF_UNSIGNED_SHORT_INT
   
 /* size of u_int16_t */  /* size of u_int16_t */
Line 153 Line 162
 /* Define to empty if `const' does not conform to ANSI C. */  /* Define to empty if `const' does not conform to ANSI C. */
 #undef const  #undef const
   
/* Define to `unsigned' if <sys/types.h> does not define. *//* Define to `unsigned int' if <sys/types.h> does not define. */
 #undef size_t  #undef size_t

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


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