K 10
svn:author
V 6
rbasch
K 8
svn:date
V 27
2006-09-21T23:31:23.121007Z
K 7
svn:log
V 487
Lay some groundwork for the port:  Add macros mwa_ap_log_error and
mwa_ap_log_error_errno, which call ap_log_error() without and with
the APLOG_NOERRNO flag set, respectively, and replace all calls to
ap_log_error() accordingly.  This will be needed because the
ap_log_error() API changes between Apache 1.3 and 2 (the latter
adds the status parameter).  This also corrects a problem with
the existing code, i.e. that APLOG_NOERRNO is never set, though
it should be in almost all cases.

END
