summaryrefslogtreecommitdiffhomepage
path: root/auto/sources
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2004-04-04 20:32:09 +0000
committerIgor Sysoev <igor@sysoev.ru>2004-04-04 20:32:09 +0000
commit9a864bd8f87efd0fa23f552d4277475dd76bcea4 (patch)
tree748c76cb067e50ae033389a0590fee8b4d76d222 /auto/sources
parentc972a3fe2774c329cd64fdaf36f51e28a130bf4c (diff)
downloadnginx-9a864bd8f87efd0fa23f552d4277475dd76bcea4.tar.gz
nginx-9a864bd8f87efd0fa23f552d4277475dd76bcea4.tar.bz2
nginx-0.0.3-2004-04-05-00:32:09 import
Diffstat (limited to 'auto/sources')
-rw-r--r--auto/sources2
1 files changed, 2 insertions, 0 deletions
diff --git a/auto/sources b/auto/sources
index 9aa9da0b5..eba6eb977 100644
--- a/auto/sources
+++ b/auto/sources
@@ -52,12 +52,14 @@ 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 \