summaryrefslogtreecommitdiff
path: root/thread.h
diff options
context:
space:
mode:
Diffstat (limited to 'thread.h')
-rw-r--r--thread.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/thread.h b/thread.h
index 4744aa0bdd..87fcdbe185 100644
--- a/thread.h
+++ b/thread.h
@@ -7,6 +7,9 @@
#ifdef WIN32
# include <win32thread.h>
#else
+#ifdef NETWARE
+# include <nw5thread.h>
+#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