aboutsummaryrefslogtreecommitdiffstats
path: root/config.h
diff options
context:
space:
mode:
authorDaniel Lange <DLange@git.local>2016-04-11 13:01:07 +0200
committerDaniel Lange <DLange@git.local>2016-04-11 13:01:07 +0200
commitff9409b1737627857eb47f64f536a3f66b6a09a4 (patch)
tree61b631ba551e68a4f656b8b76ff7bd0d9955fc64 /config.h
parentf75ab6d2c11e8a8e18191b087564aedebbeb96c5 (diff)
downloaddebian_htop-ff9409b1737627857eb47f64f536a3f66b6a09a4.tar.gz
debian_htop-ff9409b1737627857eb47f64f536a3f66b6a09a4.tar.bz2
debian_htop-ff9409b1737627857eb47f64f536a3f66b6a09a4.zip
Imported Upstream version 2.0.0upstream/2.0.0
Diffstat (limited to 'config.h')
-rw-r--r--config.h25
1 files changed, 14 insertions, 11 deletions
diff --git a/config.h b/config.h
index 03f7ffb..0ba87b0 100644
--- a/config.h
+++ b/config.h
@@ -4,6 +4,9 @@
/* Define to 1 if the `closedir' function returns void instead of `int'. */
/* #undef CLOSEDIR_VOID */
+/* Copyright message. */
+#define COPYRIGHT "(C) 2004-2016 Hisham Muhammad"
+
/* Define if ancient vserver support enabled. */
/* #undef HAVE_ANCIENT_VSERVER */
@@ -32,13 +35,16 @@
/* Define to 1 if you have the `hwloc' library (-lhwloc). */
/* #undef HAVE_LIBHWLOC */
+/* 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 `ncurses' library (-lncurses). */
+/* The library is present. */
/* #undef HAVE_LIBNCURSES */
-/* Define to 1 if you have the `ncursesw' library (-lncursesw). */
+/* The library is present. */
#define HAVE_LIBNCURSESW 1
/* Define to 1 if you have the `memmove' function. */
@@ -65,12 +71,12 @@
/* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
/* #undef HAVE_NDIR_H */
-/* Define if OOM score support enabled. */
-/* #undef HAVE_OOM */
-
/* Define if openvz support enabled. */
/* #undef HAVE_OPENVZ */
+/* Define if using a Linux-compatible proc filesystem. */
+/* #undef HAVE_PROC */
+
/* 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 */
@@ -139,9 +145,6 @@
*/
#define LT_OBJDIR ".libs/"
-/* Define to 1 if your C compiler doesn't accept -c and -o together. */
-/* #undef NO_MINUS_C_MINUS_O */
-
/* Name of package */
#define PACKAGE "htop"
@@ -152,7 +155,7 @@
#define PACKAGE_NAME "htop"
/* Define to the full name and version of this package. */
-#define PACKAGE_STRING "htop 1.0.3"
+#define PACKAGE_STRING "htop 2.0.0"
/* Define to the one symbol short name of this package. */
#define PACKAGE_TARNAME "htop"
@@ -161,7 +164,7 @@
#define PACKAGE_URL ""
/* Define to the version of this package. */
-#define PACKAGE_VERSION "1.0.3"
+#define PACKAGE_VERSION "2.0.0"
/* Path of proc filesystem */
#define PROCDIR "/proc"
@@ -195,7 +198,7 @@
/* Version number of package */
-#define VERSION "1.0.3"
+#define VERSION "2.0.0"
/* Define to 1 if on MINIX. */
/* #undef _MINIX */

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