On 1/17/06, Bruce Dubbs <[EMAIL PROTECTED]> wrote:
>
> I don't think so.  In unzip, there is the construct:
>
> #if (defined(UNIX) && defined(_FILE_OFFSET_BITS) && (_FILE_OFFSET_BITS
> == 64))
> #  define Z_OFF_T off_t /* 64bit offsets to support 2GB < zipfile size <
> 4GB */
> #else
> #  define Z_OFF_T long
> #endif

After reading the Large File Support page, I thought the proper way
was to just use #define Z_OFF_T off_t instead of having the if...else
construct? Anyways I am not a C guy so will leave it for the unzip
devs:)

>
> There is no such construct in zip.  The only files that mention off_t in
> zip are specific for atheos, beos, macos, and tandem.
>

Gotcha. I didn't check the details.
--
Tushar Teredesai
   mailto:[EMAIL PROTECTED]
   http://www.linuxfromscratch.org/~tushar/
--
http://linuxfromscratch.org/mailman/listinfo/blfs-dev
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to