comparison auto/options @ 8934:9ec96ceaf484 quic

QUIC: configure cleanup. Renamed and removed some macros.
author Ruslan Ermilov <ru@nginx.com>
date Thu, 09 Dec 2021 15:30:01 +0300
parents 33226ac61076
children eaf356a35f5d
comparison
equal deleted inserted replaced
8933:02a9ad88e2df 8934:9ec96ceaf484
43 43
44 USE_THREADS=NO 44 USE_THREADS=NO
45 45
46 NGX_FILE_AIO=NO 46 NGX_FILE_AIO=NO
47 47
48 NGX_QUIC_BPF=YES 48 QUIC_BPF=NO
49 49
50 HTTP=YES 50 HTTP=YES
51 51
52 NGX_HTTP_LOG_PATH= 52 NGX_HTTP_LOG_PATH=
53 NGX_HTTP_CLIENT_TEMP_PATH= 53 NGX_HTTP_CLIENT_TEMP_PATH=
168 USE_GEOIP=NO 168 USE_GEOIP=NO
169 169
170 NGX_GOOGLE_PERFTOOLS=NO 170 NGX_GOOGLE_PERFTOOLS=NO
171 NGX_CPP_TEST=NO 171 NGX_CPP_TEST=NO
172 172
173 BPF_FOUND=NO
174 SO_COOKIE_FOUND=NO 173 SO_COOKIE_FOUND=NO
175 174
176 NGX_LIBATOMIC=NO 175 NGX_LIBATOMIC=NO
177 176
178 NGX_CPU_CACHE_LINE= 177 NGX_CPU_CACHE_LINE=
216 215
217 --with-threads) USE_THREADS=YES ;; 216 --with-threads) USE_THREADS=YES ;;
218 217
219 --with-file-aio) NGX_FILE_AIO=YES ;; 218 --with-file-aio) NGX_FILE_AIO=YES ;;
220 219
221 --without-quic_bpf_module) NGX_QUIC_BPF=NO ;; 220 --without-quic_bpf_module) QUIC_BPF=NONE ;;
222 221
223 --with-ipv6) 222 --with-ipv6)
224 NGX_POST_CONF_MSG="$NGX_POST_CONF_MSG 223 NGX_POST_CONF_MSG="$NGX_POST_CONF_MSG
225 $0: warning: the \"--with-ipv6\" option is deprecated" 224 $0: warning: the \"--with-ipv6\" option is deprecated"
226 ;; 225 ;;