Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nginx/nginx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/auto
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2004-09-03 19:50:30 +0400
committerIgor Sysoev <igor@sysoev.ru>2004-09-03 19:50:30 +0400
commitb9e344175f4e971284aa14c8fe685936a4957d52 (patch)
tree3acb14a505668374140f25f711f9b95c9c787335 /auto
parent9e51181229fc00e3dfeb888c008fb02affc48246 (diff)
nginx-0.0.10-2004-09-03-19:50:30 import
Diffstat (limited to 'auto')
-rw-r--r--auto/sources2
1 files changed, 2 insertions, 0 deletions
diff --git a/auto/sources b/auto/sources
index 8cbef9e42..dc8cbc95a 100644
--- a/auto/sources
+++ b/auto/sources
@@ -9,6 +9,7 @@ CORE_DEPS="src/core/nginx.h \
src/core/ngx_log.h \
src/core/ngx_palloc.h \
src/core/ngx_array.h \
+ src/core/ngx_list.h \
src/core/ngx_table.h \
src/core/ngx_buf.h \
src/core/ngx_string.h \
@@ -28,6 +29,7 @@ CORE_SRCS="src/core/nginx.c \
src/core/ngx_log.c \
src/core/ngx_palloc.c \
src/core/ngx_array.c \
+ src/core/ngx_list.c \
src/core/ngx_buf.c \
src/core/ngx_output_chain.c \
src/core/ngx_string.c \