indicate there's support for POSIX threads

This commit is contained in:
Joseph Lee 2006-05-25 05:22:38 +00:00
parent 46cc183430
commit 346936dbe2
1 changed files with 2 additions and 0 deletions

View File

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