From: Maxim Dounin Date: Mon, 23 Jan 2023 23:57:42 +0000 (+0300) Subject: QUIC: improved SO_COOKIE configure test. X-Git-Tag: release-1.25.0~4^2~39 X-Git-Url: http://www.kaiwu.me/postgresql/commit/?a=commitdiff_plain;h=c3edcc17b6843bbfeb61f2dc7c51115b6a4272b0;p=nginx.git QUIC: improved SO_COOKIE configure test. In nginx source code the inttypes.h include, if available, is used to define standard integer types. Changed the SO_COOKIE configure test to follow this. --- diff --git a/auto/os/linux b/auto/os/linux index 87b0e1281..4849baf0e 100644 --- a/auto/os/linux +++ b/auto/os/linux @@ -263,7 +263,7 @@ ngx_feature="SO_COOKIE" ngx_feature_name="NGX_HAVE_SO_COOKIE" ngx_feature_run=no ngx_feature_incs="#include - #include " + $NGX_INCLUDE_INTTYPES_H" ngx_feature_path= ngx_feature_libs= ngx_feature_test="socklen_t optlen = sizeof(uint64_t);