From 87964942fd55135f44021583d3b0f752f0789b48 Mon Sep 17 00:00:00 2001 From: Martin Baulig Date: Wed, 9 Sep 1998 12:25:21 +0000 Subject: [PATCH] Added `HAVE_LIBGTOP_SMP'. --- acconfig.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/acconfig.h b/acconfig.h index eb1eebf92..f753c1363 100644 --- a/acconfig.h +++ b/acconfig.h @@ -13,6 +13,9 @@ #undef HAVE_LIBGTOP +/* Define if LibGTop has support for multiple processors. */ +#undef HAVE_LIBGTOP_SMP + /* Define if there is no `u_int64_t' and `int64_t'. */ #undef u_int64_t #undef int64_t