On Tuesday 23 November 2010, Gregg L. Smith wrote: > I too have no problem if I do not need to regenerate these files. I > thought the ones there were skeletons, not buildable files. My > mistake. > > I'll patch & build. There will be other problems. > > In util_expr_scan.c line 612 there is an #ifndef YY_NO_UNISTD_H > around a include to unistd.h, where would you suggest putting a > > #ifdef WIN32 > #define YY_NO_UNISTD_H > #endif > > util_expr_private.h?
Yes, exactly. Maybe it should be #ifndef APR_HAVE_UNISTD_H #define YY_NO_UNISTD_H #endif though.
