From df568a576f7b44ac5a2b9b7222c7f39d9932f626 Mon Sep 17 00:00:00 2001 From: Daniel Lange Date: Wed, 11 Apr 2018 01:26:28 +0200 Subject: Imported Upstream version 2.2.0 --- config.h.in | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) (limited to 'config.h.in') 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 . + */ +#undef MAJOR_IN_MKDEV + +/* Define to 1 if `major', `minor', and `makedev' are declared in + . */ +#undef MAJOR_IN_SYSMACROS + /* Name of package */ #undef PACKAGE -- cgit v1.2.3