aboutsummaryrefslogtreecommitdiffstats
path: root/config.h
diff options
context:
space:
mode:
authorDaniel Lange <DLange@git.local>2016-04-11 13:00:33 +0200
committerDaniel Lange <DLange@git.local>2016-04-11 13:00:33 +0200
commitf75ab6d2c11e8a8e18191b087564aedebbeb96c5 (patch)
tree2a046e11678e798f3f9c7f7af4f9ac205c8d2731 /config.h
parent2004bbc3ef28ada3acca05f5d5fa9108121a6784 (diff)
downloaddebian_htop-f75ab6d2c11e8a8e18191b087564aedebbeb96c5.tar.gz
debian_htop-f75ab6d2c11e8a8e18191b087564aedebbeb96c5.tar.bz2
debian_htop-f75ab6d2c11e8a8e18191b087564aedebbeb96c5.zip
Imported Upstream version 1.0.3upstream/1.0.3
Diffstat (limited to 'config.h')
-rw-r--r--config.h16
1 files changed, 11 insertions, 5 deletions
diff --git a/config.h b/config.h
index 9852b8c..03f7ffb 100644
--- a/config.h
+++ b/config.h
@@ -11,7 +11,7 @@
/* #undef HAVE_CGROUP */
/* Define to 1 if you have the <curses.h> header file. */
-#define HAVE_CURSES_H 1
+/* #undef HAVE_CURSES_H */
/* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
*/
@@ -53,6 +53,9 @@
/* Define to 1 if you have the <ncursesw/curses.h> header file. */
#define HAVE_NCURSESW_CURSES_H 1
+/* Define to 1 if you have the <ncurses/curses.h> header file. */
+/* #undef HAVE_NCURSES_CURSES_H */
+
/* Define to 1 if you have the <ncurses.h> header file. */
/* #undef HAVE_NCURSES_H */
@@ -62,6 +65,9 @@
/* 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 */
@@ -140,13 +146,13 @@
#define PACKAGE "htop"
/* Define to the address where bug reports for this package should be sent. */
-#define PACKAGE_BUGREPORT "loderunner@users.sourceforge.net"
+#define PACKAGE_BUGREPORT "hisham@gobolinux.org"
/* Define to the full name of this package. */
#define PACKAGE_NAME "htop"
/* Define to the full name and version of this package. */
-#define PACKAGE_STRING "htop 1.0.2"
+#define PACKAGE_STRING "htop 1.0.3"
/* Define to the one symbol short name of this package. */
#define PACKAGE_TARNAME "htop"
@@ -155,7 +161,7 @@
#define PACKAGE_URL ""
/* Define to the version of this package. */
-#define PACKAGE_VERSION "1.0.2"
+#define PACKAGE_VERSION "1.0.3"
/* Path of proc filesystem */
#define PROCDIR "/proc"
@@ -189,7 +195,7 @@
/* Version number of package */
-#define VERSION "1.0.2"
+#define VERSION "1.0.3"
/* Define to 1 if on MINIX. */
/* #undef _MINIX */

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