indicate there's support for POSIX threads
This commit is contained in:
parent
46cc183430
commit
346936dbe2
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue