aboutsummaryrefslogtreecommitdiffstats
path: root/config.h.in
diff options
context:
space:
mode:
authorDaniel Lange <DLange@git.local>2016-04-11 13:01:07 +0200
committerDaniel Lange <DLange@git.local>2016-04-11 13:01:07 +0200
commitff9409b1737627857eb47f64f536a3f66b6a09a4 (patch)
tree61b631ba551e68a4f656b8b76ff7bd0d9955fc64 /config.h.in
parentf75ab6d2c11e8a8e18191b087564aedebbeb96c5 (diff)
downloaddebian_htop-ff9409b1737627857eb47f64f536a3f66b6a09a4.tar.gz
debian_htop-ff9409b1737627857eb47f64f536a3f66b6a09a4.tar.bz2
debian_htop-ff9409b1737627857eb47f64f536a3f66b6a09a4.zip
Imported Upstream version 2.0.0upstream/2.0.0
Diffstat (limited to 'config.h.in')
-rw-r--r--config.h.in19
1 files changed, 11 insertions, 8 deletions
diff --git a/config.h.in b/config.h.in
index 24d0423..cbf4d5a 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
+/* Copyright message. */
+#undef COPYRIGHT
+
/* Define if ancient vserver support enabled. */
#undef HAVE_ANCIENT_VSERVER
@@ -31,13 +34,16 @@
/* Define to 1 if you have the `hwloc' library (-lhwloc). */
#undef HAVE_LIBHWLOC
+/* Define to 1 if you have the `kvm' library (-lkvm). */
+#undef HAVE_LIBKVM
+
/* Define to 1 if you have the `m' library (-lm). */
#undef HAVE_LIBM
-/* Define to 1 if you have the `ncurses' library (-lncurses). */
+/* The library is present. */
#undef HAVE_LIBNCURSES
-/* Define to 1 if you have the `ncursesw' library (-lncursesw). */
+/* The library is present. */
#undef HAVE_LIBNCURSESW
/* Define to 1 if you have the `memmove' function. */
@@ -64,12 +70,12 @@
/* 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
+/* Define if using a Linux-compatible proc filesystem. */
+#undef HAVE_PROC
+
/* Define to 1 if `stat' has the bug that it succeeds when given the
zero-length file name argument. */
#undef HAVE_STAT_EMPTY_STRING_BUG
@@ -138,9 +144,6 @@
*/
#undef LT_OBJDIR
-/* 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

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