From c9884c483b58327cd6acb754c0805d3f3299b5e8 Mon Sep 17 00:00:00 2001 From: Samo Penic <samo.penic@gmail.com> Date: Tue, 05 Nov 2013 18:36:19 +0000 Subject: [PATCH] First attempt to parallel code vertexmove --- config.h | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/config.h b/config.h index 9a07c00..5311672 100644 --- a/config.h +++ b/config.h @@ -10,6 +10,9 @@ /* Define to 1 if you have the `m' library (-lm). */ #define HAVE_LIBM 1 +/* Define to 1 if you have the `pthread' library (-lpthread). */ +#define HAVE_LIBPTHREAD 1 + /* Define to 1 if your system has a GNU libc compatible `malloc' function, and to 0 otherwise. */ #define HAVE_MALLOC 1 -- Gitblit v1.9.3