aboutsummaryrefslogtreecommitdiffstats
path: root/config.h.in
diff options
context:
space:
mode:
authorDaniel Lange <DLange@git.local>2016-04-11 13:00:22 +0200
committerDaniel Lange <DLange@git.local>2016-04-11 13:00:22 +0200
commitc74c38760df69bb87e93dff18cf91464e5d02f37 (patch)
treeee2a19a0ef3a808bdfc8c1e6a00e96d79966dcb0 /config.h.in
parent9379132a8234eeedf62d37ef57713e52c12db6ab (diff)
downloaddebian_htop-c74c38760df69bb87e93dff18cf91464e5d02f37.tar.gz
debian_htop-c74c38760df69bb87e93dff18cf91464e5d02f37.tar.bz2
debian_htop-c74c38760df69bb87e93dff18cf91464e5d02f37.zip
Imported Upstream version 0.8.1upstream/0.8.1
Diffstat (limited to 'config.h.in')
-rw-r--r--config.h.in36
1 files changed, 36 insertions, 0 deletions
diff --git a/config.h.in b/config.h.in
index ceab733..5a889e7 100644
--- a/config.h.in
+++ b/config.h.in
@@ -3,6 +3,9 @@
/* Define to 1 if the `closedir' function returns void instead of `int'. */
#undef CLOSEDIR_VOID
+/* Define if ancient vserver support enabled. */
+#undef HAVE_ANCIENT_VSERVER
+
/* Define to 1 if you have the <curses.h> header file. */
#undef HAVE_CURSES_H
@@ -10,6 +13,9 @@
*/
#undef HAVE_DIRENT_H
+/* Define to 1 if you have the <dlfcn.h> header file. */
+#undef HAVE_DLFCN_H
+
/* Define to 1 if you have the <inttypes.h> header file. */
#undef HAVE_INTTYPES_H
@@ -19,6 +25,9 @@
/* Define to 1 if you have the `ncurses' library (-lncurses). */
#undef HAVE_LIBNCURSES
+/* Define to 1 if you have the `ncursesw' library (-lncursesw). */
+#undef HAVE_LIBNCURSESW
+
/* Define to 1 if your system has a GNU libc compatible `malloc' function, and
to 0 otherwise. */
#undef HAVE_MALLOC
@@ -87,9 +96,15 @@
/* Define to 1 if you have the <sys/types.h> header file. */
#undef HAVE_SYS_TYPES_H
+/* Define if taskstats support enabled. */
+#undef HAVE_TASKSTATS
+
/* Define to 1 if you have the <unistd.h> header file. */
#undef HAVE_UNISTD_H
+/* Define if vserver support enabled. */
+#undef HAVE_VSERVER
+
/* Define to 1 if the system has the type `_Bool'. */
#undef HAVE__BOOL
@@ -97,6 +112,9 @@
slash. */
#undef LSTAT_FOLLOWS_SLASHED_SYMLINK
+/* Define to 1 if your C compiler doesn't accept -c and -o together. */
+#undef NO_MINUS_C_MINUS_O
+
/* Name of package */
#undef PACKAGE
@@ -115,6 +133,12 @@
/* Define to the version of this package. */
#undef PACKAGE_VERSION
+/* The PLPA symbol prefix */
+#undef PLPA_SYM_PREFIX
+
+/* The PLPA symbol prefix in all caps */
+#undef PLPA_SYM_PREFIX_CAPS
+
/* Path of proc filesystem */
#undef PROCDIR
@@ -127,12 +151,24 @@
/* Version number of package */
#undef VERSION
+/* Emulated value */
+#undef __NR_sched_getaffinity
+
+/* Emulated value */
+#undef __NR_sched_setaffinity
+
/* Define to empty if `const' does not conform to ANSI C. */
#undef const
/* Define to `int' if <sys/types.h> doesn't define. */
#undef gid_t
+/* Define to `__inline__' or `__inline' if that's what the C compiler
+ calls it, or to nothing if 'inline' is not supported under any name. */
+#ifndef __cplusplus
+#undef inline
+#endif
+
/* Define to rpl_malloc if the replacement function should be used. */
#undef malloc

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