summaryrefslogtreecommitdiffhomepage
path: root/auto
diff options
context:
space:
mode:
authorRoman Arutyunyan <arut@nginx.com>2023-05-14 12:05:35 +0400
committerRoman Arutyunyan <arut@nginx.com>2023-05-14 12:05:35 +0400
commit779bfcff5f7544494c7c85ac73f41a033e749528 (patch)
tree3b2eb813fdff62f2b6b45d36a550a660ba64ad1a /auto
parent089d1f653001419ea9d0b463434a89007ec805bd (diff)
downloadnginx-779bfcff5f7544494c7c85ac73f41a033e749528.tar.gz
nginx-779bfcff5f7544494c7c85ac73f41a033e749528.tar.bz2
Stream: removed QUIC support.
Diffstat (limited to 'auto')
-rw-r--r--auto/modules14
-rw-r--r--auto/options3
2 files changed, 0 insertions, 17 deletions
diff --git a/auto/modules b/auto/modules
index 08a33cacc..76e6531c5 100644
--- a/auto/modules
+++ b/auto/modules
@@ -1075,20 +1075,6 @@ if [ $STREAM != NO ]; then
ngx_module_incs=
- if [ $STREAM_QUIC = YES ]; then
- USE_OPENSSL_QUIC=YES
- have=NGX_STREAM_QUIC . auto/have
- STREAM_SSL=YES
-
- ngx_module_name=ngx_stream_quic_module
- ngx_module_deps=src/stream/ngx_stream_quic_module.h
- ngx_module_srcs=src/stream/ngx_stream_quic_module.c
- ngx_module_libs=
- ngx_module_link=$STREAM_QUIC
-
- . auto/module
- fi
-
if [ $STREAM_SSL = YES ]; then
USE_OPENSSL=YES
have=NGX_STREAM_SSL . auto/have
diff --git a/auto/options b/auto/options
index ced563806..552ef837e 100644
--- a/auto/options
+++ b/auto/options
@@ -119,7 +119,6 @@ MAIL_SMTP=YES
STREAM=NO
STREAM_SSL=NO
-STREAM_QUIC=NO
STREAM_REALIP=NO
STREAM_LIMIT_CONN=YES
STREAM_ACCESS=YES
@@ -324,7 +323,6 @@ use the \"--with-mail_ssl_module\" option instead"
--with-stream) STREAM=YES ;;
--with-stream=dynamic) STREAM=DYNAMIC ;;
--with-stream_ssl_module) STREAM_SSL=YES ;;
- --with-stream_quic_module) STREAM_QUIC=YES ;;
--with-stream_realip_module) STREAM_REALIP=YES ;;
--with-stream_geoip_module) STREAM_GEOIP=YES ;;
--with-stream_geoip_module=dynamic)
@@ -547,7 +545,6 @@ cat << END
--with-stream enable TCP/UDP proxy module
--with-stream=dynamic enable dynamic TCP/UDP proxy module
--with-stream_ssl_module enable ngx_stream_ssl_module
- --with-stream_quic_module enable ngx_stream_quic_module
--with-stream_realip_module enable ngx_stream_realip_module
--with-stream_geoip_module enable ngx_stream_geoip_module
--with-stream_geoip_module=dynamic enable dynamic ngx_stream_geoip_module