aboutsummaryrefslogtreecommitdiff
path: root/auto
diff options
context:
space:
mode:
authorMaxim Dounin <mdounin@mdounin.ru>2023-01-24 02:57:42 +0300
committerMaxim Dounin <mdounin@mdounin.ru>2023-01-24 02:57:42 +0300
commitc3edcc17b6843bbfeb61f2dc7c51115b6a4272b0 (patch)
treeefb63b611a7c7ac198af56be3f10b23858055adf /auto
parentb196429fbe5f2b60f464f94e93facb0889741dc6 (diff)
downloadnginx-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/linux2
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);