From 6a5411729539fe21117f406699a69974b320eb7e Mon Sep 17 00:00:00 2001 From: Yu Ping Date: Thu, 19 Mar 2020 03:34:52 +0800 Subject: remove nginx build directory Signed-off-by: Yu Ping Change-Id: I73aba722f06f4cc4be484e3d5f4631225d09de83 --- nginx/auto/threads | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 nginx/auto/threads (limited to 'nginx/auto/threads') 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 -- cgit 1.2.3-korg