aboutsummaryrefslogtreecommitdiffstats
path: root/config.h
diff options
context:
space:
mode:
authorGraham Inggs <ginggs@debian.org>2018-02-05 14:48:51 +0200
committerGraham Inggs <ginggs@debian.org>2018-02-05 14:48:51 +0200
commit2ee50d030178cede83eb9d0005fbc19f819d30fe (patch)
tree67d75c0a7c47e15bed9d0735ecf12abec4f8157b /config.h
parent31b71b67011fa52f091df6fe536a11d6d0bfb256 (diff)
downloaddebian_htop-2ee50d030178cede83eb9d0005fbc19f819d30fe.tar.gz
debian_htop-2ee50d030178cede83eb9d0005fbc19f819d30fe.tar.bz2
debian_htop-2ee50d030178cede83eb9d0005fbc19f819d30fe.zip
Imported Upstream version 2.1.0upstream/2.1.0
Diffstat (limited to 'config.h')
-rw-r--r--config.h21
1 files changed, 10 insertions, 11 deletions
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 <curses.h> header file. */
/* #undef HAVE_CURSES_H */
+/* Define if delay accounting support should be enabled. */
+/* #undef HAVE_DELAYACCT */
+
/* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
*/
#define HAVE_DIRENT_H 1
-/* Define to 1 if you have the <dlfcn.h> header file. */
-#define HAVE_DLFCN_H 1
-
/* Define to 1 if you have the <execinfo.h> 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 */

© 2014-2024 Faster IT GmbH | imprint | privacy policy