Hi All,

I've downloaded a few versions of APR and looked into apr.hw on each
of them and I see APR_HAVE_LIMITS_H being set, but I don't see the
equivalent of block like:

/* header files for PATH_MAX, _POSIX_PATH_MAX */
#if APR_HAVE_LIMITS_H
#include <limits.h>
#else
#if APR_HAVE_SYS_SYSLIMITS_H
#include <sys/syslimits.h>
#endif
#endif

which I find in apr.h.in.

I must be missing something. How is this supposed to work?

Thanks!
--
Joe

Reply via email to