comparison auto/types/uintptr_t @ 370:54f76b0b8dca

nginx-0.0.7-2004-06-27-22:01:57 import
author Igor Sysoev <igor@sysoev.ru>
date Sun, 27 Jun 2004 18:01:57 +0000
parents 1903c6821958
children 42d11f017717
comparison
equal deleted inserted replaced
369:9c2515d70489 370:54f76b0b8dca
28 28
29 rm $NGX_AUTOTEST* 29 rm $NGX_AUTOTEST*
30 30
31 31
32 if [ $found = no ]; then 32 if [ $found = no ]; then
33 found="uint`expr 8 \* $ngx_ptr_bytes`_t" 33 found="uint`expr 8 \* $ngx_ptr_size`_t"
34 echo ", $found used" 34 echo ", $found used"
35 35
36 echo "typedef $found uintptr_t;" >> $NGX_AUTO_CONFIG_H 36 echo "typedef $found uintptr_t;" >> $NGX_AUTO_CONFIG_H
37 fi 37 fi