aboutsummaryrefslogtreecommitdiffstats
path: root/nginx/auto/threads
diff options
context:
space:
mode:
authorFlorin Coras <florin.coras@gmail.com>2020-04-29 17:00:20 +0000
committerGerrit Code Review <gerrit@fd.io>2020-04-29 17:00:20 +0000
commit1e75471aed27194fb8ee0b2c07c64fb8a8f55279 (patch)
treefdb69f1cbe2f3149254881c7bed298dcb283f832 /nginx/auto/threads
parent057728c66960a84e3a6a607f0ddf5deb0095c7be (diff)
parent6a5411729539fe21117f406699a69974b320eb7e (diff)
Merge "remove nginx build directory"
Diffstat (limited to 'nginx/auto/threads')
-rw-r--r--nginx/auto/threads21
1 files changed, 0 insertions, 21 deletions
diff --git a/nginx/auto/threads b/nginx/auto/threads
deleted file mode 100644
index 943127f..0000000
--- a/nginx/auto/threads
+++ /dev/null
@@ -1,21 +0,0 @@
-
-# Copyright (C) Nginx, Inc.
-
-
-if [ $USE_THREADS = YES ]; then
-
- if [ "$NGX_PLATFORM" = win32 ]; then
- cat << END
-
-$0: --with-threads is not supported on Windows
-
-END
- exit 1
- fi
-
- have=NGX_THREADS . auto/have
- CORE_DEPS="$CORE_DEPS $THREAD_POOL_DEPS"
- CORE_SRCS="$CORE_SRCS $THREAD_POOL_SRCS"
- CORE_LIBS="$CORE_LIBS -lpthread"
- NGX_LIBPTHREAD="-lpthread"
-fi