On Fri, 12 Apr 2002, Ignacio J. Ortega wrote: > Mostly compiling, i about to commit in half of an hour.. > > How to deal with content-length apr_off_t? here is defined as __int64, > and code is using int and unsigned, and i got a warning about precision > lost, maybe use apr_off_t where now is unsigned or int?
Yes. But add an #define for the case where APR is not present. ( ifndef HAS_APR ... #define apr_off_t unsigned long ? ) At this moment we can't compile the APR with Apache1.3 ( mostly build problems ) - it seems most 'advanced' features will require APR, but I do want to keep a minimal core that works if apr is not available. Costin -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>