summaryrefslogtreecommitdiffhomepage
path: root/auto/sources
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@nginx.com>2015-03-20 06:45:32 +0300
committerRuslan Ermilov <ru@nginx.com>2015-03-20 06:45:32 +0300
commitbabd64e344331ec4751dcb191eb4e847e3b36a4a (patch)
tree2cca995413d2fd21804f4b1c4b7ff2fb231c0887 /auto/sources
parentf8d10849adcac3cbae03aa520660e7b80433bb7a (diff)
downloadnginx-babd64e344331ec4751dcb191eb4e847e3b36a4a.tar.gz
nginx-babd64e344331ec4751dcb191eb4e847e3b36a4a.tar.bz2
Removed busy locks.
Diffstat (limited to 'auto/sources')
-rw-r--r--auto/sources8
1 files changed, 1 insertions, 7 deletions
diff --git a/auto/sources b/auto/sources
index 2b87e8553..90037894f 100644
--- a/auto/sources
+++ b/auto/sources
@@ -92,14 +92,12 @@ EVENT_INCS="src/event src/event/modules"
EVENT_DEPS="src/event/ngx_event.h \
src/event/ngx_event_timer.h \
src/event/ngx_event_posted.h \
- src/event/ngx_event_busy_lock.h \
src/event/ngx_event_connect.h \
src/event/ngx_event_pipe.h"
EVENT_SRCS="src/event/ngx_event.c \
src/event/ngx_event_timer.c \
src/event/ngx_event_posted.c \
- src/event/ngx_event_busy_lock.c \
src/event/ngx_event_accept.c \
src/event/ngx_event_connect.c \
src/event/ngx_event_pipe.c"
@@ -297,8 +295,7 @@ HTTP_DEPS="src/http/ngx_http.h \
src/http/ngx_http_variables.h \
src/http/ngx_http_script.h \
src/http/ngx_http_upstream.h \
- src/http/ngx_http_upstream_round_robin.h \
- src/http/ngx_http_busy_lock.h"
+ src/http/ngx_http_upstream_round_robin.h"
HTTP_SRCS="src/http/ngx_http.c \
src/http/ngx_http_core_module.c \
@@ -322,9 +319,6 @@ HTTP_SRCS="src/http/ngx_http.c \
src/http/modules/ngx_http_headers_filter_module.c \
src/http/modules/ngx_http_not_modified_filter_module.c"
-# STUB
-HTTP_SRCS="$HTTP_SRCS src/http/ngx_http_busy_lock.c"
-
HTTP_POSTPONE_FILTER_SRCS=src/http/ngx_http_postpone_filter_module.c
HTTP_FILE_CACHE_SRCS=src/http/ngx_http_file_cache.c