make 64-bit ngx_int_t on 64-bit platforms

This commit is contained in:
Igor Sysoev
2007-07-29 18:24:53 +00:00
parent 8889b65711
commit 83a6851b28
23 changed files with 183 additions and 169 deletions

View File

@@ -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