diff options
author | Igor Sysoev <igor@sysoev.ru> | 2017-08-24 17:43:32 +0300 |
---|---|---|
committer | Igor Sysoev <igor@sysoev.ru> | 2017-08-24 17:43:32 +0300 |
commit | b84aa64dcbfb92d31cef10f2f45025a67f2418e4 (patch) | |
tree | bd7509540538801bdde233b24c0a130fbd6d757a /src/nxt_main.h | |
parent | 8b4b52ae3b3c9400b3d7040a591203a0c1b74ec3 (diff) | |
download | unit-b84aa64dcbfb92d31cef10f2f45025a67f2418e4.tar.gz unit-b84aa64dcbfb92d31cef10f2f45025a67f2418e4.tar.bz2 |
Removed configure option --no-threads.
Diffstat (limited to '')
-rw-r--r-- | src/nxt_main.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/nxt_main.h b/src/nxt_main.h index 128647eb..b8ebfc93 100644 --- a/src/nxt_main.h +++ b/src/nxt_main.h @@ -87,9 +87,7 @@ typedef struct { #include <nxt_mem_zone.h> #include <nxt_signal.h> -#if (NXT_THREADS) #include <nxt_semaphore.h> -#endif #include <nxt_djb_hash.h> #include <nxt_murmur_hash.h> @@ -131,9 +129,7 @@ nxt_thread_extern_data(nxt_thread_t, nxt_thread_context); #include <nxt_port.h> #include <nxt_port_memory.h> #include <nxt_port_rpc.h> -#if (NXT_THREADS) #include <nxt_thread_pool.h> -#endif typedef void (*nxt_event_conn_handler_t)(nxt_thread_t *thr, nxt_conn_t *c); |