inn-2.2.2 on AIX 4.1.5
Russ Allbery
rra at stanford.edu
Thu Apr 13 18:49:03 UTC 2000
James Carlson <carlson at workingcode.com> writes:
> The attached diffs correct build problems on AIX 4.1.5 and Perl 5.6.0.
> (Oddly, the "configure" script was already testing for sys/select.h, but
> it wasn't being used.)
> include/clibrary.h.in:
> - If the platform has sys/select.h, then include it. AIX
> defines fd_set here.
> include/config.h.in:
> - Added switch for sys/select.h.
Thanks, I've applied these to the 2.2 bug-fix branch. (This was already
fixed in the mainline by including sys/select.h conditionally in just
those files that need it, but I never backported that change to 2.2. Your
way of dealing with it is quick and simple; thanks.)
> include/ppport.h:
> - Perl 5.6.0 uses PERL_VERSION rather than PERL_PATCHLEVEL.
> - Fixed misuse of old defines when testing for newCONSTSUB.
This I'd already fixed in the current 2.2 branch.
We're planning on releasing 2.3.0 before too much longer, and shortly
after that there will be a final 2.2.3 release with bug fixes for the
folks using 2.2. It'll include the above fixes.
Thank you!
--
Russ Allbery (rra at stanford.edu) <http://www.eyrie.org/~eagle/>
More information about the inn-patches
mailing list