K 10
svn:author
V 6
rbasch
K 8
svn:date
V 27
2006-10-11T20:08:42.635903Z
K 7
svn:log
V 389
Undo the last revision.  Defining a macro for calling ap_log_error()
presents a portability issue (variadic macros require C99 or gcc,
which we don't want to assume we're using); also, APLOG_NOERRNO
should no longer be used in Apache 2.  Instead, the 1.3 compatibility
code will implement an Apache 2-style ap_log_error() (using stdarg),
so that the existing code does not have to change.

END
