> Here you are printing 64-bits, so some part of your system thinks that
> apr_off_t is 64-bits.  How are apr_off_t and APR_HAS_LARGE_FILES defined
> in apr.h?

#define APR_HAS_LARGE_FILES       0
typedef  off_t           apr_off_t;

I think this is OK, isn't it?

Reply via email to