comparison auto/os/linux @ 9008:ce6d9cf0f567 quic

Merged with the default branch.
author Sergey Kandaurov <pluknet@nginx.com>
date Mon, 14 Feb 2022 10:14:07 +0300
parents ea78659b70fe c0a432c0301b
children a954b551dc3f
comparison
equal deleted inserted replaced
9007:2dc4203d812c 9008:ce6d9cf0f567
230 230
231 231
232 ngx_include="sys/vfs.h"; . auto/include 232 ngx_include="sys/vfs.h"; . auto/include
233 233
234 234
235 CC_AUX_FLAGS="$cc_aux_flags -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64"
236
237
238 # BPF sockhash 235 # BPF sockhash
239 236
240 ngx_feature="BPF sockhash" 237 ngx_feature="BPF sockhash"
241 ngx_feature_name="NGX_HAVE_BPF" 238 ngx_feature_name="NGX_HAVE_BPF"
242 ngx_feature_run=no 239 ngx_feature_run=no
291 ngx_feature_libs= 288 ngx_feature_libs=
292 ngx_feature_test="socklen_t optlen = sizeof(int); 289 ngx_feature_test="socklen_t optlen = sizeof(int);
293 int val; 290 int val;
294 getsockopt(0, SOL_UDP, UDP_SEGMENT, &val, &optlen)" 291 getsockopt(0, SOL_UDP, UDP_SEGMENT, &val, &optlen)"
295 . auto/feature 292 . auto/feature
293
294
295 CC_AUX_FLAGS="$cc_aux_flags -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64"