This commit is contained in:
Igor Sysoev
2007-11-23 17:13:26 +00:00
parent 2e8f0d0b30
commit cb4d53861c
4 changed files with 2082 additions and 113 deletions

View File

@@ -32,6 +32,7 @@ CORE_DEPS="src/core/nginx.h \
src/core/ngx_connection.h \
src/core/ngx_cycle.h \
src/core/ngx_conf_file.h \
src/core/ngx_resolver.h \
src/core/ngx_open_file_cache.h \
src/core/ngx_garbage_collector.h"
@@ -59,6 +60,7 @@ CORE_SRCS="src/core/nginx.c \
src/core/ngx_spinlock.c \
src/core/ngx_cpuinfo.c \
src/core/ngx_conf_file.c \
src/core/ngx_resolver.c \
src/core/ngx_open_file_cache.c \
src/core/ngx_garbage_collector.c"