X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=thread.h;h=87fcdbe185ca58831231ca3afa818030f62ab016;hb=333b7451c3645c70d019a85ff880dce1977c7857;hp=4744aa0bdd1d145e544002900f4d8f68a09c4b79;hpb=026b9da668ef80098c6605ecf2edb65546562c4e;p=p5sagit%2Fp5-mst-13.2.git diff --git a/thread.h b/thread.h index 4744aa0..87fcdbe1 100644 --- a/thread.h +++ b/thread.h @@ -7,6 +7,9 @@ #ifdef WIN32 # include #else +#ifdef NETWARE +# include +#else # ifdef OLD_PTHREADS_API /* Here be dragons. */ # define DETACH(t) \ STMT_START { \ @@ -54,6 +57,7 @@ # define pthread_mutexattr_default NULL # define pthread_condattr_default NULL # endif +#endif /* NETWARE */ #endif #ifndef PTHREAD_CREATE