From 2ee50d030178cede83eb9d0005fbc19f819d30fe Mon Sep 17 00:00:00 2001 From: Graham Inggs Date: Mon, 5 Feb 2018 14:48:51 +0200 Subject: Imported Upstream version 2.1.0 --- config.h | 21 ++++++++++----------- 1 file changed, 10 insertions(+), 11 deletions(-) (limited to 'config.h') diff --git a/config.h b/config.h index 54bce27..6a7af27 100644 --- a/config.h +++ b/config.h @@ -5,7 +5,7 @@ /* #undef CLOSEDIR_VOID */ /* Copyright message. */ -#define COPYRIGHT "(C) 2004-2016 Hisham Muhammad" +#define COPYRIGHT "(C) 2004-2018 Hisham Muhammad" /* Define if ancient vserver support enabled. */ /* #undef HAVE_ANCIENT_VSERVER */ @@ -16,13 +16,13 @@ /* Define to 1 if you have the header file. */ /* #undef HAVE_CURSES_H */ +/* Define if delay accounting support should be enabled. */ +/* #undef HAVE_DELAYACCT */ + /* Define to 1 if you have the header file, and it defines `DIR'. */ #define HAVE_DIRENT_H 1 -/* Define to 1 if you have the header file. */ -#define HAVE_DLFCN_H 1 - /* Define to 1 if you have the header file. */ #define HAVE_EXECINFO_H 1 @@ -77,6 +77,9 @@ /* Define if using a Linux-compatible proc filesystem. */ /* #undef HAVE_PROC */ +/* Define if setuid support should be enabled. */ +/* #undef HAVE_SETUID_ENABLED */ + /* Define to 1 if `stat' has the bug that it succeeds when given the zero-length file name argument. */ /* #undef HAVE_STAT_EMPTY_STRING_BUG */ @@ -141,10 +144,6 @@ slash. */ #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1 -/* Define to the sub-directory in which libtool stores uninstalled libraries. - */ -#define LT_OBJDIR ".libs/" - /* Name of package */ #define PACKAGE "htop" @@ -155,7 +154,7 @@ #define PACKAGE_NAME "htop" /* Define to the full name and version of this package. */ -#define PACKAGE_STRING "htop 2.0.2" +#define PACKAGE_STRING "htop 2.1.0" /* Define to the one symbol short name of this package. */ #define PACKAGE_TARNAME "htop" @@ -164,7 +163,7 @@ #define PACKAGE_URL "" /* Define to the version of this package. */ -#define PACKAGE_VERSION "2.0.2" +#define PACKAGE_VERSION "2.1.0" /* Path of proc filesystem */ #define PROCDIR "/proc" @@ -198,7 +197,7 @@ /* Version number of package */ -#define VERSION "2.0.2" +#define VERSION "2.1.0" /* Define to 1 if on MINIX. */ /* #undef _MINIX */ -- cgit v1.2.3