--- embedaddon/mtr/config.h 2013/07/21 23:43:42 1.1.1.1 +++ embedaddon/mtr/config.h 2016/11/01 09:44:48 1.1.1.2 @@ -102,16 +102,13 @@ #define HAVE_UNISTD_H 1 /* 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. */ /* #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. */ -/* #undef NO_GTK */ +#define NO_GTK 1 /* Define if you don't have the herror() function available. */ /* #undef NO_HERROR */ @@ -132,7 +129,7 @@ #define PACKAGE_NAME "mtr" /* 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 PACKAGE_TARNAME "mtr" @@ -141,7 +138,7 @@ #define PACKAGE_URL "" /* 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. */ #define SIZEOF_UNSIGNED_CHAR 1 @@ -150,7 +147,7 @@ #define SIZEOF_UNSIGNED_INT 4 /* 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. */ #define SIZEOF_UNSIGNED_SHORT 2 @@ -159,4 +156,4 @@ #define STDC_HEADERS 1 /* Version number of package */ -#define VERSION "0.85" +#define VERSION "0.86"