summaryrefslogtreecommitdiffhomepage
path: root/auto
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2003-12-04 14:53:00 +0000
committerIgor Sysoev <igor@sysoev.ru>2003-12-04 14:53:00 +0000
commitf5003d8a66790932cae5168a913ae234cd4ce709 (patch)
tree9f252372fa7b1bb6673394aaecce911e10605593 /auto
parent7adb8c0e8fa58c51dfaf2a563b2216e7d678435c (diff)
downloadnginx-f5003d8a66790932cae5168a913ae234cd4ce709.tar.gz
nginx-f5003d8a66790932cae5168a913ae234cd4ce709.tar.bz2
nginx-0.0.1-2003-12-04-17:53:00 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 14bb80d83..fa2b2df17 100644
--- a/auto/sources
+++ b/auto/sources
@@ -16,6 +16,7 @@ CORE_DEPS="src/core/nginx.h \
src/core/ngx_file.h \
src/core/ngx_crc.h \
src/core/ngx_regex.h \
+ src/core/ngx_rbtree.h \
src/core/ngx_times.h \
src/core/ngx_connection.h \
src/core/ngx_conf_file.h \
@@ -32,6 +33,7 @@ CORE_SRCS="src/core/nginx.c \
src/core/ngx_inet.c \
src/core/ngx_file.c \
src/core/ngx_regex.c \
+ src/core/ngx_rbtree.c \
src/core/ngx_times.c \
src/core/ngx_conf_file.c \
src/core/ngx_garbage_collector.c"