Hi, (This is a follow-up to Debian bug #394616 - http://bugs.debian.org/394616.)
On Sun, Oct 22, 2006 at 11:28:03AM +0200, Sebastian Harl wrote: > If sizeof(off_t) is not equal to 4, neon disables LFS support because it is > unnecessary. Basically, this is fine. However, a user has no way to tell if > LFS support was disabled because it is not available or because it is not > required. > > Imho, the best way to solve this problem is the following: [...] Actually, there is a much nicer way to solve this. Adding AC_SYS_LARGEFILE to configure.in will _ensure_ that off_t is large enough to support large files. No special handling of any case will be necessary any longer. Please add this to neon. Sorry for the confusion. Cheers, Sebastian PS: I hope I'll have the time to provide a patch some time this afternoon. -- Sebastian "tokkee" Harl GnuPG-ID: 0x8501C7FC http://tokkee.org/
signature.asc
Description: Digital signature

