From bc87a8ff8c5b6374a00a950cd15e1b290d6c5e06 Mon Sep 17 00:00:00 2001 From: Hisham Muhammad Date: Mon, 21 Nov 2011 02:52:41 +0000 Subject: Remove bundled hwloc-1.2.1. Use either native Linux affinity support or an external libhwloc. (for details see https://sourceforge.net/mailarchive/forum.php?thread_name=CAJpkDYeZpwqcWxZ77wq6bMrnhn-KzkU1xAqb3cU0drfnA3n9FQ%40mail.gmail.com&forum_name=htop-general ) --- Process.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Process.h') diff --git a/Process.h b/Process.h index c49e0b79..e72f8160 100644 --- a/Process.h +++ b/Process.h @@ -32,7 +32,7 @@ in the source distribution for its full text. #include #include -#ifdef HAVE_HWLOC +#ifdef HAVE_LIBHWLOC #include #endif @@ -196,7 +196,7 @@ void Process_toggleTag(Process* this); bool Process_setPriority(Process* this, int priority); -#ifdef HAVE_HWLOC +#ifdef HAVE_LIBHWLOC Affinity* Process_getAffinity(Process* this); -- cgit v1.2.3