summaryrefslogtreecommitdiffhomepage
path: root/src/nxt_unix.h
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2017-08-24 17:43:32 +0300
committerIgor Sysoev <igor@sysoev.ru>2017-08-24 17:43:32 +0300
commitb84aa64dcbfb92d31cef10f2f45025a67f2418e4 (patch)
treebd7509540538801bdde233b24c0a130fbd6d757a /src/nxt_unix.h
parent8b4b52ae3b3c9400b3d7040a591203a0c1b74ec3 (diff)
downloadunit-b84aa64dcbfb92d31cef10f2f45025a67f2418e4.tar.gz
unit-b84aa64dcbfb92d31cef10f2f45025a67f2418e4.tar.bz2
Removed configure option --no-threads.
Diffstat (limited to '')
-rw-r--r--src/nxt_unix.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/nxt_unix.h b/src/nxt_unix.h
index 21096e31..7ab2f9da 100644
--- a/src/nxt_unix.h
+++ b/src/nxt_unix.h
@@ -190,11 +190,7 @@
#include <time.h>
#include <ucontext.h>
#include <unistd.h>
-
-
-#if (NXT_THREADS)
#include <pthread.h>
-#endif
#if (NXT_HAVE_EPOLL)
#include <sys/epoll.h>