From e21f691d8d8a0ee0caec549668b34cb86b92a525 Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Mon, 30 Mar 2009 20:05:11 +0200 Subject: threading and strerror_r/mutex on Solaris 10 (gcc and Forte) --- include/wolf/port/sys.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include') diff --git a/include/wolf/port/sys.h b/include/wolf/port/sys.h index edba195..801fc61 100644 --- a/include/wolf/port/sys.h +++ b/include/wolf/port/sys.h @@ -210,6 +210,7 @@ #define HAVE_STRLCAT #define HAVE_GETADDRINFO #define HAVE_IPV6 +#define HAVE_PTHREADS #else #error unknown platform #endif /* OS_MINOR_VERSION == 10 */ -- cgit v1.2.3-54-g00ecf