rahul wrote:
> Hello,
>     Can I please get this reviewed?
> http://cr.opensolaris.org/~vrthra/squid-6889225/
>   

I don't see any references on the web to the use of 
"--with-large-files=POSIX_V6_ILP32_OFFBIG". Shouldn't it just be 
"--with-large-files"?

on 2009.06:

squid-2.7.STABLE6$ ./configure >noopts.out
squid-2.7.STABLE6$ ./configure --with-large-files >with_large_files.out
squid-2.7.STABLE6$ ./configure --with-large-files=POSIX_V6_ILP32_OFFBIG > 
with_large_files_2.out
squid-2.7.STABLE6$ diff noopts.out with_large_files.out
24a25,26
> Using POSIX_V6_LPBIG_OFFBIG build environment
> Removing -Usun on i386-pc-solaris2.11
148c150
< checking size of void *... 4
---
> checking size of void *... 8
152c154
< checking size of long... 4
---
> checking size of long... 8
185,186c187,188
< checking size of off_t... 4
< checking size of size_t... 4
---
> checking size of off_t... 8
> checking size of size_t... 8
272c274
< checking Default FD_SETSIZE value... 1024
---
> checking Default FD_SETSIZE value... 65536
squid-2.7.STABLE6$ diff noopts.out with_large_files_2.out 
squid-2.7.STABLE6$



Reply via email to