aboutsummaryrefslogtreecommitdiffstats
path: root/config.h.in
diff options
context:
space:
mode:
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