From 346936dbe20c4d80e7d546fcd673cca409accffc Mon Sep 17 00:00:00 2001 From: Joseph Lee Date: Thu, 25 May 2006 05:22:38 +0000 Subject: [PATCH] indicate there's support for POSIX threads --- dtool/Config.FreeBSD.pp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dtool/Config.FreeBSD.pp b/dtool/Config.FreeBSD.pp index 27bb52cbe7..90dbf6e12b 100644 --- a/dtool/Config.FreeBSD.pp +++ b/dtool/Config.FreeBSD.pp @@ -134,6 +134,8 @@ // Do we have RTTI (and )? #define HAVE_RTTI 1 +#define HAVE_POSIX_THREADS 1 + // Must global operator new and delete functions throw exceptions? #define GLOBAL_OPERATOR_NEW_EXCEPTIONS 1