comparison auto/types/uintptr_t @ 250:1903c6821958

nginx-0.0.2-2004-02-03-23:27:11 import
author Igor Sysoev <igor@sysoev.ru>
date Tue, 03 Feb 2004 20:27:11 +0000
parents 00cafae0bdf1
children 54f76b0b8dca
comparison
equal deleted inserted replaced
249:2a0540287298 250:1903c6821958
1 1
2 echo -n "checking for uintptr_t ... " 2 echo $ngx_n "checking for uintptr_t ... " $ngx_c
3 echo >> $NGX_ERR 3 echo >> $NGX_ERR
4 echo "checking for uintptr_t" >> $NGX_ERR 4 echo "checking for uintptr_t" >> $NGX_ERR
5 5
6 found=no 6 found=no
7 7
21 21
22 if [ -x $NGX_AUTOTEST ]; then 22 if [ -x $NGX_AUTOTEST ]; then
23 echo " uintptr_t found" 23 echo " uintptr_t found"
24 found=yes 24 found=yes
25 else 25 else
26 echo -n " uintptr_t not found" 26 echo $ngx_n " uintptr_t not found" $ngx_c
27 fi 27 fi
28 28
29 rm $NGX_AUTOTEST* 29 rm $NGX_AUTOTEST*
30 30
31 31