We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c644599 commit 54895abCopy full SHA for 54895ab
auto/unix
@@ -645,6 +645,8 @@ ngx_param=NGX_PTR_SIZE; ngx_value=$ngx_size; . auto/types/value
645
646
NGX_INCLUDE_AUTO_CONFIG_H="#include \"ngx_auto_config.h\""
647
648
+ngx_type="uint8_t"; ngx_types="u_int8_t"; . auto/types/typedef
649
+ngx_type="uint16_t"; ngx_types="u_int16_t"; . auto/types/typedef
650
ngx_type="uint32_t"; ngx_types="u_int32_t"; . auto/types/typedef
651
ngx_type="uint64_t"; ngx_types="u_int64_t"; . auto/types/typedef
652
0 commit comments