nginx-0.0.2-2004-02-03-00:19:52 import

This commit is contained in:
Igor Sysoev
2004-02-02 21:19:52 +00:00
parent 328af6e8cd
commit a4b16df728
25 changed files with 238 additions and 158 deletions

View File

@@ -8,8 +8,11 @@ TEST_BUILD_DEVPOLL=NO
TEST_BUILD_EPOLL=NO
TEST_BUILD_SIGIO=NO
SELECT=YES
POLL=YES
EVENT_FOUND=NO
EVENT_SELECT=NO
EVENT_POLL=NO
EVENT_AIO=NO
HTTP_REWRITE=YES
HTTP_GZIP=YES
@@ -18,11 +21,11 @@ HTTP_PROXY=YES
PCRE=NO
USE_MD5=YES
USE_MD5=NO
MD5=NO
MD5_LIB=NO
USE_ZLIB=YES
USE_ZLIB=NO
ZLIB=NO
ZLIB_LIB=NO
@@ -41,8 +44,9 @@ do
--builddir=*) OBJS="$value" ;;
--without-select_module) SELECT=NO ;;
--without-poll_module) POLL=NO ;;
--with-select_module) EVENT_SELECT=YES ;;
--with-poll_module) EVENT_POLL=YES ;;
--with-aio_module) EVENT_AIO=YES ;;
--without-http_rewrite_module) HTTP_REWRITE=NO ;;
--without-http_ssi_module) HTTP_SSI=NO ;;