comparison auto/types/uintptr_t @ 1354:f69d1aab6a0f

make 64-bit ngx_int_t on 64-bit platforms
author Igor Sysoev <igor@sysoev.ru>
date Sun, 29 Jul 2007 18:24:53 +0000
parents 295d97d70c69
children d620f497c50f
comparison
equal deleted inserted replaced
1353:7443fbe0b013 1354:f69d1aab6a0f
34 34
35 if [ $found = no ]; then 35 if [ $found = no ]; then
36 found="uint`expr 8 \* $ngx_ptr_size`_t" 36 found="uint`expr 8 \* $ngx_ptr_size`_t"
37 echo ", $found used" 37 echo ", $found used"
38 38
39 echo "typedef $found uintptr_t;" >> $NGX_AUTO_CONFIG_H 39 echo "typedef $found uintptr_t;" >> $NGX_AUTO_CONFIG_H
40 echo "typedef $found intptr_t;" | sed -e 's/u//g' >> $NGX_AUTO_CONFIG_H
40 fi 41 fi