Removed configure option --no-threads.

This commit is contained in:
Igor Sysoev
2017-08-24 17:43:32 +03:00
parent 8b4b52ae3b
commit b84aa64dcb
21 changed files with 18 additions and 305 deletions

View File

@@ -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>