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

version 1.1.1.1, 2013/07/21 23:43:42 version 1.1.1.2, 2016/11/01 09:44:48
Line 102 Line 102
 #define HAVE_UNISTD_H 1  #define HAVE_UNISTD_H 1
   
 /* Define if struct __res_state_ext needs to be defined. */  /* Define if struct __res_state_ext needs to be defined. */
/* #undef NEED_RES_STATE_EXT */#define NEED_RES_STATE_EXT 1
   
 /* Define if you don't have the curses libraries available. */  /* Define if you don't have the curses libraries available. */
 /* #undef NO_CURSES */  /* #undef NO_CURSES */
   
 /* Define if you don't have the glib libraries available. */  
 /* #undef NO_GLIB */  
   
 /* Define if you don't have the GTK+ libraries available. */  /* Define if you don't have the GTK+ libraries available. */
/* #undef NO_GTK */#define NO_GTK 1
   
 /* Define if you don't have the herror() function available. */  /* Define if you don't have the herror() function available. */
 /* #undef NO_HERROR */  /* #undef NO_HERROR */
Line 132 Line 129
 #define PACKAGE_NAME "mtr"  #define PACKAGE_NAME "mtr"
   
 /* Define to the full name and version of this package. */  /* Define to the full name and version of this package. */
#define PACKAGE_STRING "mtr 0.85"#define PACKAGE_STRING "mtr 0.86"
   
 /* Define to the one symbol short name of this package. */  /* Define to the one symbol short name of this package. */
 #define PACKAGE_TARNAME "mtr"  #define PACKAGE_TARNAME "mtr"
Line 141 Line 138
 #define PACKAGE_URL ""  #define PACKAGE_URL ""
   
 /* Define to the version of this package. */  /* Define to the version of this package. */
#define PACKAGE_VERSION "0.85"#define PACKAGE_VERSION "0.86"
   
 /* The size of `unsigned char', as computed by sizeof. */  /* The size of `unsigned char', as computed by sizeof. */
 #define SIZEOF_UNSIGNED_CHAR 1  #define SIZEOF_UNSIGNED_CHAR 1
Line 150 Line 147
 #define SIZEOF_UNSIGNED_INT 4  #define SIZEOF_UNSIGNED_INT 4
   
 /* The size of `unsigned long', as computed by sizeof. */  /* The size of `unsigned long', as computed by sizeof. */
#define SIZEOF_UNSIGNED_LONG 8#define SIZEOF_UNSIGNED_LONG 4
   
 /* The size of `unsigned short', as computed by sizeof. */  /* The size of `unsigned short', as computed by sizeof. */
 #define SIZEOF_UNSIGNED_SHORT 2  #define SIZEOF_UNSIGNED_SHORT 2
Line 159 Line 156
 #define STDC_HEADERS 1  #define STDC_HEADERS 1
   
 /* Version number of package */  /* Version number of package */
#define VERSION "0.85"#define VERSION "0.86"

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


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