diff options
| author | Igor Sysoev <igor@sysoev.ru> | 2004-06-22 16:43:09 +0000 |
|---|---|---|
| committer | Igor Sysoev <igor@sysoev.ru> | 2004-06-22 16:43:09 +0000 |
| commit | 3d5c0fc89e6a5e572e9e3071bd632cbc41b1f8d0 (patch) | |
| tree | 38e5ffa627c505024b0eaf1f8d5924bff4e35902 /auto/options | |
| parent | b14169a714bb3deeb7f4912a58238f7a54aeecd1 (diff) | |
| download | nginx-3d5c0fc89e6a5e572e9e3071bd632cbc41b1f8d0.tar.gz nginx-3d5c0fc89e6a5e572e9e3071bd632cbc41b1f8d0.tar.bz2 | |
nginx-0.0.7-2004-06-22-20:43:09 import
Diffstat (limited to 'auto/options')
| -rw-r--r-- | auto/options | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/auto/options b/auto/options index 8ef6dddbb..7c729d866 100644 --- a/auto/options +++ b/auto/options @@ -29,6 +29,7 @@ EVENT_AIO=NO USE_THREADS=NO +HTTP_CHARSET=YES HTTP_REWRITE=YES HTTP_GZIP=YES HTTP_SSI=YES @@ -80,6 +81,7 @@ do --with-threads=*) USE_THREADS="$value" ;; --with-threads) USE_THREADS="pthreads" ;; + --without-http_charset_module) HTTP_CHARSET=NO ;; --without-http_rewrite_module) HTTP_REWRITE=NO ;; --without-http_ssi_module) HTTP_SSI=NO ;; --without-http_gzip_module) HTTP_GZIP=NO ;; |
