From b84aa64dcbfb92d31cef10f2f45025a67f2418e4 Mon Sep 17 00:00:00 2001 From: Igor Sysoev Date: Thu, 24 Aug 2017 17:43:32 +0300 Subject: Removed configure option --no-threads. --- src/nxt_main.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/nxt_main.h') 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 #include -#if (NXT_THREADS) #include -#endif #include #include @@ -131,9 +129,7 @@ nxt_thread_extern_data(nxt_thread_t, nxt_thread_context); #include #include #include -#if (NXT_THREADS) #include -#endif typedef void (*nxt_event_conn_handler_t)(nxt_thread_t *thr, nxt_conn_t *c); -- cgit