diff options
| author | Igor Sysoev <igor@sysoev.ru> | 2004-02-09 20:47:18 +0000 |
|---|---|---|
| committer | Igor Sysoev <igor@sysoev.ru> | 2004-02-09 20:47:18 +0000 |
| commit | e9b2cb1b9d286cffa8053e41c87b12ce265c4f25 (patch) | |
| tree | 6b2c484ef0839fecb1f8226b38a95c61f919b0e1 /auto/options | |
| parent | f14d69e4cc76323296f10f5fc1fefedd81f9f6ec (diff) | |
| download | nginx-e9b2cb1b9d286cffa8053e41c87b12ce265c4f25.tar.gz nginx-e9b2cb1b9d286cffa8053e41c87b12ce265c4f25.tar.bz2 | |
nginx-0.0.2-2004-02-09-23:47:18 import
Diffstat (limited to 'auto/options')
| -rw-r--r-- | auto/options | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/auto/options b/auto/options index 08d0468c9..76f0e367a 100644 --- a/auto/options +++ b/auto/options @@ -19,6 +19,7 @@ HTTP_GZIP=YES HTTP_SSI=YES HTTP_PROXY=YES +USE_PCRE=NO PCRE=NO USE_MD5=NO @@ -43,7 +44,9 @@ do --builddir=*) OBJS="$value" ;; --with-select_module) EVENT_SELECT=YES ;; + --without-select_module) EVENT_SELECT=NONE ;; --with-poll_module) EVENT_POLL=YES ;; + --without-poll_module) EVENT_POLL=NONE ;; --with-aio_module) EVENT_AIO=YES ;; --without-http_rewrite_module) HTTP_REWRITE=NO ;; @@ -53,6 +56,7 @@ do --with-cc=*) CC="$value" ;; + --without-pcre) PCRE=NONE ;; --with-pcre=*) PCRE="$value" ;; --with-md5=*) MD5="$value" ;; --with-zlib=*) ZLIB="$value" ;; |
