mirror of
https://github.com/nginx/nginx.git
synced 2025-02-25 18:55:26 -06:00
nginx-0.0.2-2004-02-03-00:19:52 import
This commit is contained in:
16
auto/options
16
auto/options
@@ -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 ;;
|
||||
|
||||
Reference in New Issue
Block a user