On Thu, Mar 14, 2013 at 8:09 AM, Bert Huijben <b...@qqmail.nl> wrote:
> In the current state we haven't started adding 2.X compatibility, as 
> officially it doesn't exist yet. (Anything can change until the first 
> released 2.X. There are no compatibly promises between major versions)

Unix build works with APR 2.x (mostly thanks to Philip).  I've been
using it off and on that way whenever I wanted to debug the full stack
(apr/httpd/subversion).  I haven't noticed any issues.

At least for me I don't have time.h being included by apr.h in either
APR 2.x or 1.x:
$ egrep -i time.h /usr/include/apr-1.0/apr.h
#define APR_HAVE_SYS_TIME_H      1
#define APR_HAVE_TIME_H          1

$ egrep -i time.h /home/breser/httpd-trunk-root/include/apr-2/apr.h
#define APR_HAVE_SYS_TIME_H      1
#define APR_HAVE_TIME_H          1

It was removed from apr.hw in r892162 with the message "futher win32
synchronization"

However, as Bert has already pointed out this is probably something
that should be directed towards the APR dev list.

Reply via email to