Re: Does APR_HAVE_LIMITS_H do anything on Dev Studio builds?

2013-03-27 Thread Branko Čibej
On 28.03.2013 02:42, Joe Swatosh wrote: > <<--snip-->> > >> I think what this means is that apr.h on Unix needed something from >> that file (presumably *_PATH_MAX) in order to work, but it wasn't >> needed on Windows. >> >> So you're left with a side effect (including that .h file) on Unix >> that

Re: Does APR_HAVE_LIMITS_H do anything on Dev Studio builds?

2013-03-27 Thread Joe Swatosh
<<--snip-->> > > I think what this means is that apr.h on Unix needed something from > that file (presumably *_PATH_MAX) in order to work, but it wasn't > needed on Windows. > > So you're left with a side effect (including that .h file) on Unix > that doesn't exist on Windows. Either way you have

Re: Does APR_HAVE_LIMITS_H do anything on Dev Studio builds?

2013-03-27 Thread Jeff Trawick
On Wed, Mar 27, 2013 at 1:12 AM, Joe Swatosh wrote: > 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_HAV