summaryrefslogtreecommitdiffhomepage
path: root/auto/modules
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/modules
parent089d1f653001419ea9d0b463434a89007ec805bd (diff)
downloadnginx-779bfcff5f7544494c7c85ac73f41a033e749528.tar.gz
nginx-779bfcff5f7544494c7c85ac73f41a033e749528.tar.bz2
Stream: removed QUIC support.
Diffstat (limited to 'auto/modules')
-rw-r--r--auto/modules14
1 files changed, 0 insertions, 14 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