comparison auto/types/uintptr_t @ 1619:e2ab812358bd stable-0.5

r1355, r1471, r1600 merge: make 64-bit ngx_int_t on 64-bit platforms
author Igor Sysoev <igor@sysoev.ru>
date Wed, 07 Nov 2007 13:54:40 +0000
parents 295d97d70c69
children d620f497c50f
comparison
equal deleted inserted replaced
1618:fbf94b8341bf 1619:e2ab812358bd
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