Browse Source

indicate there's support for POSIX threads

Joseph Lee 19 years ago
parent
commit
346936dbe2
1 changed files with 2 additions and 0 deletions
  1. 2 0
      dtool/Config.FreeBSD.pp

+ 2 - 0
dtool/Config.FreeBSD.pp

@@ -134,6 +134,8 @@
 // Do we have RTTI (and <typeinfo>)?
 // Do we have RTTI (and <typeinfo>)?
 #define HAVE_RTTI 1
 #define HAVE_RTTI 1
 
 
+#define HAVE_POSIX_THREADS 1
+
 // Must global operator new and delete functions throw exceptions?
 // Must global operator new and delete functions throw exceptions?
 #define GLOBAL_OPERATOR_NEW_EXCEPTIONS 1
 #define GLOBAL_OPERATOR_NEW_EXCEPTIONS 1