diff options
author | Maxim Dounin <mdounin@mdounin.ru> | 2023-01-24 02:57:42 +0300 |
---|---|---|
committer | Maxim Dounin <mdounin@mdounin.ru> | 2023-01-24 02:57:42 +0300 |
commit | c3edcc17b6843bbfeb61f2dc7c51115b6a4272b0 (patch) | |
tree | efb63b611a7c7ac198af56be3f10b23858055adf /auto | |
parent | b196429fbe5f2b60f464f94e93facb0889741dc6 (diff) | |
download | nginx-c3edcc17b6843bbfeb61f2dc7c51115b6a4272b0.tar.gz nginx-c3edcc17b6843bbfeb61f2dc7c51115b6a4272b0.zip |
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.
Diffstat (limited to 'auto')
-rw-r--r-- | auto/os/linux | 2 |
1 files changed, 1 insertions, 1 deletions
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 <sys/socket.h> - #include <stdint.h>" + $NGX_INCLUDE_INTTYPES_H" ngx_feature_path= ngx_feature_libs= ngx_feature_test="socklen_t optlen = sizeof(uint64_t); |