Lucian Adrian Grijincu wrote:

Oh, yeah, you're right, there's no need to have it created at ./configure time.

This should suffice:
#define APR_INO_T_FMT APR_UINT64_T_FMT

Nope - this would be bad where ino_t is 32 bits and the user doesn't explicitly
cast it up.  Either a configure detected value, or suggest they use

  "ino is " APR_UINT64_T_FMT ", so there", (apr_uint64_t)f->ino);

Reply via email to