fixed recursive mutexs compilation

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@9689 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2001-04-09 13:25:04 +00:00
parent b5badcb5c5
commit d9b9876f6e
4 changed files with 275 additions and 107 deletions

View File

@@ -676,6 +676,12 @@
/* Define if you have sched_yield */
#undef HAVE_SCHED_YIELD
/* Define if you have pthread_mutexattr_t and functions to work with it */
#undef HAVE_PTHREAD_MUTEXATTR_T
/* Define if you have PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP */
#undef HAVE_PTHREAD_RECURSIVE_MUTEX_INITIALIZER
/* Define if you have pthread_cancel */
#undef HAVE_PTHREAD_CANCEL