From df568a576f7b44ac5a2b9b7222c7f39d9932f626 Mon Sep 17 00:00:00 2001 From: Daniel Lange Date: Wed, 11 Apr 2018 01:26:28 +0200 Subject: Imported Upstream version 2.2.0 --- config.h | 23 ++++++++++++++++++++--- 1 file changed, 20 insertions(+), 3 deletions(-) (limited to 'config.h') diff --git a/config.h b/config.h index 6a7af27..057e9f1 100644 --- a/config.h +++ b/config.h @@ -35,18 +35,27 @@ /* Define to 1 if you have the `hwloc' library (-lhwloc). */ /* #undef HAVE_LIBHWLOC */ +/* Define to 1 if you have the `kstat' library (-lkstat). */ +/* #undef HAVE_LIBKSTAT */ + /* Define to 1 if you have the `kvm' library (-lkvm). */ /* #undef HAVE_LIBKVM */ /* Define to 1 if you have the `m' library (-lm). */ #define HAVE_LIBM 1 +/* Define to 1 if you have the `malloc' library (-lmalloc). */ +/* #undef HAVE_LIBMALLOC */ + /* The library is present. */ /* #undef HAVE_LIBNCURSES */ /* The library is present. */ #define HAVE_LIBNCURSESW 1 +/* Define to 1 if you have the `proc' library (-lproc). */ +/* #undef HAVE_LIBPROC */ + /* Define if Linux sched_setaffinity and sched_getaffinity are to be used. */ #define HAVE_LINUX_AFFINITY 1 @@ -144,6 +153,14 @@ slash. */ #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1 +/* Define to 1 if `major', `minor', and `makedev' are declared in . + */ +/* #undef MAJOR_IN_MKDEV */ + +/* Define to 1 if `major', `minor', and `makedev' are declared in + . */ +/* #undef MAJOR_IN_SYSMACROS */ + /* Name of package */ #define PACKAGE "htop" @@ -154,7 +171,7 @@ #define PACKAGE_NAME "htop" /* Define to the full name and version of this package. */ -#define PACKAGE_STRING "htop 2.1.0" +#define PACKAGE_STRING "htop 2.2.0" /* Define to the one symbol short name of this package. */ #define PACKAGE_TARNAME "htop" @@ -163,7 +180,7 @@ #define PACKAGE_URL "" /* Define to the version of this package. */ -#define PACKAGE_VERSION "2.1.0" +#define PACKAGE_VERSION "2.2.0" /* Path of proc filesystem */ #define PROCDIR "/proc" @@ -197,7 +214,7 @@ /* Version number of package */ -#define VERSION "2.1.0" +#define VERSION "2.2.0" /* Define to 1 if on MINIX. */ /* #undef _MINIX */ -- cgit v1.2.3