On Sun, Jul 07, 2002 at 10:11:19PM -0500, Terry Davis wrote: > I am running linux 2.4.9. I would like to have mail objects larger than > 2 GB. How can I get this?
Compile with CFLAGS containing: -D=_FILE_OFFSET_BITS=64 If that does not work, the uw-imap source needs some heavy lifting to implement full use of largefile API. > thank you, > -- > Terry Davis -- /Matti Aarnio <[EMAIL PROTECTED]>
