Re: Apache in pkgsrc has largefile support on?

2007-06-27 Thread Chris Turner
Granted, I don't think that many people were thinking in gigabytes then, but: http://minnie.tuhs.org/UnixTree/32VKern/usr/src/sys/h/param.h.html and also: To insure that it is possible to create files as large as 2^32 bytes with only two levels of indirection, the minimum size of a file

Apache in pkgsrc has largefile support on?

2007-06-26 Thread Dave Hayes
From /usr/pkgsrc/www/apache/Makefile: # Explicitly turn on large file support APACHE_CUSTOM_CFLAGS+= -D_LARGEFILE_SOURCE APACHE_CUSTOM_CFLAGS+= -D_FILE_OFFSET_BITS=64 DFly does not have largefile support yet, correct? So this should be turned off for DFly, yes? -- Dave Hayes -

Re: Apache in pkgsrc has largefile support on?

2007-06-26 Thread Steve O'Hara-Smith
On Tue, 26 Jun 2007 09:12:12 -0700 Dave Hayes [EMAIL PROTECTED] wrote: From /usr/pkgsrc/www/apache/Makefile: # Explicitly turn on large file support APACHE_CUSTOM_CFLAGS+= -D_LARGEFILE_SOURCE APACHE_CUSTOM_CFLAGS+= -D_FILE_OFFSET_BITS=64 DFly does not have largefile support yet,

Re: Apache in pkgsrc has largefile support on?

2007-06-26 Thread Joerg Sonnenberger
On Tue, Jun 26, 2007 at 09:12:12AM -0700, Dave Hayes wrote: From /usr/pkgsrc/www/apache/Makefile: # Explicitly turn on large file support APACHE_CUSTOM_CFLAGS+= -D_LARGEFILE_SOURCE APACHE_CUSTOM_CFLAGS+= -D_FILE_OFFSET_BITS=64 DFly does not have largefile support yet, correct? So

Re: Apache in pkgsrc has largefile support on?

2007-06-26 Thread Matthew Dillon
:From /usr/pkgsrc/www/apache/Makefile: : : # Explicitly turn on large file support : APACHE_CUSTOM_CFLAGS+= -D_LARGEFILE_SOURCE : APACHE_CUSTOM_CFLAGS+= -D_FILE_OFFSET_BITS=64 : :DFly does not have largefile support yet, correct? So this should be :turned off for DFly, yes? :-- :Dave