aboutsummaryrefslogtreecommitdiffstats
path: root/config.h
diff options
context:
space:
mode:
authorEugene V. Lyubimkin <jackyf@debian.org>2011-01-16 19:36:07 +0200
committerDaniel Lange <DLange@git.local>2016-04-11 13:00:28 +0200
commit6e8d31964ea33edd470001ee13070e844b269e11 (patch)
tree48b41783f978b511ccfb25260c83717160c8d63b /config.h
parent6e545da37e2482b15007df28c549afa072a5198d (diff)
parent283707c5e5bc436b78ea23bf5500cb6b16a01148 (diff)
downloaddebian_htop-6e8d31964ea33edd470001ee13070e844b269e11.tar.gz
debian_htop-6e8d31964ea33edd470001ee13070e844b269e11.tar.bz2
debian_htop-6e8d31964ea33edd470001ee13070e844b269e11.zip
Imported Debian patch 0.9-1debian/0.9-1
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