aboutsummaryrefslogtreecommitdiffstats
path: root/config.h
diff options
context:
space:
mode:
authorDaniel Lange <DLange@git.local>2016-04-11 13:01:17 +0200
committerDaniel Lange <DLange@git.local>2016-04-11 13:01:17 +0200
commitadefe52ce2ad43c442c0b40bfe637e238e454246 (patch)
tree1be4d43e90ea340992e3068c1348196a6e4b145c /config.h
parent0063095c92e95190a0376ad245509345e5b690ed (diff)
parent8c82a38002ce09db2a0b83dab8b598cf1ab0596c (diff)
downloaddebian_htop-adefe52ce2ad43c442c0b40bfe637e238e454246.tar.gz
debian_htop-adefe52ce2ad43c442c0b40bfe637e238e454246.tar.bz2
debian_htop-adefe52ce2ad43c442c0b40bfe637e238e454246.zip
Merge tag 'upstream/2.0.1'
Upstream version 2.0.1
Diffstat (limited to 'config.h')
-rw-r--r--config.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/config.h b/config.h
index 0ba87b0..a2576a7 100644
--- a/config.h
+++ b/config.h
@@ -47,15 +47,15 @@
/* The library is present. */
#define HAVE_LIBNCURSESW 1
+/* Define if Linux sched_setaffinity and sched_getaffinity are to be used. */
+#define HAVE_LINUX_AFFINITY 1
+
/* Define to 1 if you have the `memmove' function. */
#define HAVE_MEMMOVE 1
/* Define to 1 if you have the <memory.h> header file. */
#define HAVE_MEMORY_H 1
-/* Define if native sched_setaffinity and sched_getaffinity are to be used. */
-#define HAVE_NATIVE_AFFINITY 1
-
/* Define to 1 if you have the <ncursesw/curses.h> header file. */
#define HAVE_NCURSESW_CURSES_H 1
@@ -155,7 +155,7 @@
#define PACKAGE_NAME "htop"
/* Define to the full name and version of this package. */
-#define PACKAGE_STRING "htop 2.0.0"
+#define PACKAGE_STRING "htop 2.0.1"
/* Define to the one symbol short name of this package. */
#define PACKAGE_TARNAME "htop"
@@ -164,7 +164,7 @@
#define PACKAGE_URL ""
/* Define to the version of this package. */
-#define PACKAGE_VERSION "2.0.0"
+#define PACKAGE_VERSION "2.0.1"
/* Path of proc filesystem */
#define PROCDIR "/proc"
@@ -198,7 +198,7 @@
/* Version number of package */
-#define VERSION "2.0.0"
+#define VERSION "2.0.1"
/* Define to 1 if on MINIX. */
/* #undef _MINIX */

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