mirror of
https://github.com/nginx/nginx.git
synced 2025-02-25 18:55:26 -06:00
make 64-bit ngx_int_t on 64-bit platforms
This commit is contained in:
@@ -36,5 +36,6 @@ if [ $found = no ]; then
|
||||
found="uint`expr 8 \* $ngx_ptr_size`_t"
|
||||
echo ", $found used"
|
||||
|
||||
echo "typedef $found uintptr_t;" >> $NGX_AUTO_CONFIG_H
|
||||
echo "typedef $found uintptr_t;" >> $NGX_AUTO_CONFIG_H
|
||||
echo "typedef $found intptr_t;" | sed -e 's/u//g' >> $NGX_AUTO_CONFIG_H
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user