aboutsummaryrefslogtreecommitdiffstats
path: root/config.h
diff options
context:
space:
mode:
authorDaniel Lange <DLange@git.local>2016-04-11 13:00:27 +0200
committerDaniel Lange <DLange@git.local>2016-04-11 13:00:27 +0200
commit283707c5e5bc436b78ea23bf5500cb6b16a01148 (patch)
treeb977131bbbb4c3bd8ade370aab2e4fc913440c04 /config.h
parentbea9b4798717b6f4e31085506dfc179eeb8dc17c (diff)
downloaddebian_htop-283707c5e5bc436b78ea23bf5500cb6b16a01148.tar.gz
debian_htop-283707c5e5bc436b78ea23bf5500cb6b16a01148.tar.bz2
debian_htop-283707c5e5bc436b78ea23bf5500cb6b16a01148.zip
Imported Upstream version 0.9upstream/0.9
Diffstat (limited to 'config.h')
-rw-r--r--config.h26
1 files changed, 23 insertions, 3 deletions
diff --git a/config.h b/config.h
index 376d713..df04ca9 100644
--- a/config.h
+++ b/config.h
@@ -7,6 +7,9 @@
/* Define if ancient vserver support enabled. */
/* #undef HAVE_ANCIENT_VSERVER */
+/* Define if cgroup support enabled. */
+/* #undef HAVE_CGROUP */
+
/* Define to 1 if you have the <curses.h> header file. */
#define HAVE_CURSES_H 1
@@ -109,6 +112,9 @@
/* Define to 1 if you have the <unistd.h> header file. */
#define HAVE_UNISTD_H 1
+/* Define to 1 if you have the <valgrind/valgrind.h> header file. */
+#define HAVE_VALGRIND_VALGRIND_H 1
+
/* Define if vserver support enabled. */
/* #undef HAVE_VSERVER */
@@ -119,6 +125,10 @@
slash. */
#define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
+/* Define to the sub-directory in which libtool stores uninstalled libraries.
+ */
+#define LT_OBJDIR ".libs/"
+
/* Define to 1 if your C compiler doesn't accept -c and -o together. */
/* #undef NO_MINUS_C_MINUS_O */
@@ -132,13 +142,16 @@
#define PACKAGE_NAME "htop"
/* Define to the full name and version of this package. */
-#define PACKAGE_STRING "htop 0.8.3"
+#define PACKAGE_STRING "htop 0.9"
/* Define to the one symbol short name of this package. */
#define PACKAGE_TARNAME "htop"
/* Define to the version of this package. */
-#define PACKAGE_VERSION "0.8.3"
+#define PACKAGE_VERSION "0.9"
+
+/* Whether we are in debugging more or not */
+#define PLPA_DEBUG 1
/* The PLPA symbol prefix */
#define PLPA_SYM_PREFIX plpa_
@@ -146,6 +159,9 @@
/* The PLPA symbol prefix in all caps */
#define PLPA_SYM_PREFIX_CAPS PLPA_
+/* Whether we want Valgrind support or not */
+#define PLPA_WANT_VALGRIND_SUPPORT 1
+
/* Path of proc filesystem */
#define PROCDIR "/proc"
@@ -156,7 +172,11 @@
#define STDC_HEADERS 1
/* Version number of package */
-#define VERSION "0.8.3"
+#define VERSION "0.9"
+
+/* Define to 1 if `lex' declares `yytext' as a `char *' by default, not a
+ `char[]'. */
+#define YYTEXT_POINTER 1
/* Emulated value */
/* #undef __NR_sched_getaffinity */

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