aboutsummaryrefslogtreecommitdiffstats
path: root/config.h.in
diff options
context:
space:
mode:
authorDaniel Lange <DLange@git.local>2018-04-11 01:26:28 +0200
committerDaniel Lange <DLange@git.local>2018-04-11 01:52:54 +0200
commitdf568a576f7b44ac5a2b9b7222c7f39d9932f626 (patch)
treeb30ce33fd0d49398b52bf9a90b42304a7c32455a /config.h.in
parent2ee50d030178cede83eb9d0005fbc19f819d30fe (diff)
downloaddebian_htop-df568a576f7b44ac5a2b9b7222c7f39d9932f626.tar.gz
debian_htop-df568a576f7b44ac5a2b9b7222c7f39d9932f626.tar.bz2
debian_htop-df568a576f7b44ac5a2b9b7222c7f39d9932f626.zip
Imported Upstream version 2.2.0
Diffstat (limited to 'config.h.in')
-rw-r--r--config.h.in17
1 files changed, 17 insertions, 0 deletions
diff --git a/config.h.in b/config.h.in
index 984b2a1..6cd4500 100644
--- a/config.h.in
+++ b/config.h.in
@@ -34,18 +34,27 @@
/* Define to 1 if you have the `hwloc' library (-lhwloc). */
#undef HAVE_LIBHWLOC
+/* Define to 1 if you have the `kstat' library (-lkstat). */
+#undef HAVE_LIBKSTAT
+
/* 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 `malloc' library (-lmalloc). */
+#undef HAVE_LIBMALLOC
+
/* The library is present. */
#undef HAVE_LIBNCURSES
/* The library is present. */
#undef HAVE_LIBNCURSESW
+/* Define to 1 if you have the `proc' library (-lproc). */
+#undef HAVE_LIBPROC
+
/* Define if Linux sched_setaffinity and sched_getaffinity are to be used. */
#undef HAVE_LINUX_AFFINITY
@@ -143,6 +152,14 @@
slash. */
#undef LSTAT_FOLLOWS_SLASHED_SYMLINK
+/* Define to 1 if `major', `minor', and `makedev' are declared in <mkdev.h>.
+ */
+#undef MAJOR_IN_MKDEV
+
+/* Define to 1 if `major', `minor', and `makedev' are declared in
+ <sys/sysmacros.h>. */
+#undef MAJOR_IN_SYSMACROS
+
/* Name of package */
#undef PACKAGE

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