From 283707c5e5bc436b78ea23bf5500cb6b16a01148 Mon Sep 17 00:00:00 2001 From: Daniel Lange Date: Mon, 11 Apr 2016 13:00:27 +0200 Subject: Imported Upstream version 0.9 --- config.h | 26 +++++++++++++++++++++++--- 1 file changed, 23 insertions(+), 3 deletions(-) (limited to 'config.h') 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 header file. */ #define HAVE_CURSES_H 1 @@ -109,6 +112,9 @@ /* Define to 1 if you have the header file. */ #define HAVE_UNISTD_H 1 +/* Define to 1 if you have the 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 */ -- cgit v1.2.3