comparison auto/sources @ 418:c65888a079bf

Merge with current.
author Maxim Dounin <mdounin@mdounin.ru>
date Thu, 18 Sep 2008 15:59:08 +0400
parents 5c4b468a4f90 79c5df00501e
children 44a61c599bb2
comparison
equal deleted inserted replaced
405:2f3f9dbf84d0 418:c65888a079bf
129 129
130 UNIX_INCS="$CORE_INCS $EVENT_INCS src/os/unix" 130 UNIX_INCS="$CORE_INCS $EVENT_INCS src/os/unix"
131 131
132 UNIX_DEPS="$CORE_DEPS $EVENT_DEPS \ 132 UNIX_DEPS="$CORE_DEPS $EVENT_DEPS \
133 src/os/unix/ngx_time.h \ 133 src/os/unix/ngx_time.h \
134 src/os/unix/ngx_types.h \
135 src/os/unix/ngx_errno.h \ 134 src/os/unix/ngx_errno.h \
136 src/os/unix/ngx_alloc.h \ 135 src/os/unix/ngx_alloc.h \
137 src/os/unix/ngx_files.h \ 136 src/os/unix/ngx_files.h \
138 src/os/unix/ngx_channel.h \ 137 src/os/unix/ngx_channel.h \
139 src/os/unix/ngx_shmem.h \ 138 src/os/unix/ngx_shmem.h \
206 WIN32_INCS="$CORE_INCS $EVENT_INCS src/os/win32" 205 WIN32_INCS="$CORE_INCS $EVENT_INCS src/os/win32"
207 206
208 WIN32_DEPS="$CORE_DEPS $EVENT_DEPS \ 207 WIN32_DEPS="$CORE_DEPS $EVENT_DEPS \
209 src/os/win32/ngx_win32_config.h \ 208 src/os/win32/ngx_win32_config.h \
210 src/os/win32/ngx_time.h \ 209 src/os/win32/ngx_time.h \
211 src/os/win32/ngx_types.h \
212 src/os/win32/ngx_errno.h \ 210 src/os/win32/ngx_errno.h \
213 src/os/win32/ngx_alloc.h \ 211 src/os/win32/ngx_alloc.h \
214 src/os/win32/ngx_files.h \ 212 src/os/win32/ngx_files.h \
215 src/os/win32/ngx_shmem.h \ 213 src/os/win32/ngx_shmem.h \
216 src/os/win32/ngx_process.h \ 214 src/os/win32/ngx_process.h \
367 365
368 HTTP_AUTOINDEX_MODULE=ngx_http_autoindex_module 366 HTTP_AUTOINDEX_MODULE=ngx_http_autoindex_module
369 HTTP_AUTOINDEX_SRCS=src/http/modules/ngx_http_autoindex_module.c 367 HTTP_AUTOINDEX_SRCS=src/http/modules/ngx_http_autoindex_module.c
370 368
371 369
370 HTTP_RANDOM_INDEX_MODULE=ngx_http_random_index_module
371 HTTP_RANDOM_INDEX_SRCS=src/http/modules/ngx_http_random_index_module.c
372
373
372 HTTP_STATUS_MODULE=ngx_http_status_module 374 HTTP_STATUS_MODULE=ngx_http_status_module
373 HTTP_STATUS_SRCS=src/http/modules/ngx_http_status_module.c 375 HTTP_STATUS_SRCS=src/http/modules/ngx_http_status_module.c
374 376
375 377
376 HTTP_GEO_MODULE=ngx_http_geo_module 378 HTTP_GEO_MODULE=ngx_http_geo_module