Loading CHANGES +4 −0 Original line number Diff line number Diff line Changes with Apache 2.0.19-dev *) include/ap_compat.h tested and set APR_COMPAT_H instead of AP_COMPAT_H. This prevented the inclusion of apr_compat.h. PR #7773 [Oleg Broytmann <phd@phd.pp.ru>] *) Moved util_uri to the apr-util library. This required a bunch of apr_name changes for the uri utility functions. [Justin Erenkrantz] Loading include/ap_compat.h +3 −3 Original line number Diff line number Diff line #ifndef APR_COMPAT_H #define APR_COMPAT_H #ifndef AP_COMPAT_H #define AP_COMPAT_H /* Drag in apu (and therefore apr) renamed symbols */ #include "apu_compat.h" Loading @@ -9,4 +9,4 @@ #define MODULE_VAR_EXPORT AP_MODULE_DECLARE_DATA #define ap_send_http_header(r) ; #endif /* APR_COMPAT_H */ #endif /* AP_COMPAT_H */ Loading
CHANGES +4 −0 Original line number Diff line number Diff line Changes with Apache 2.0.19-dev *) include/ap_compat.h tested and set APR_COMPAT_H instead of AP_COMPAT_H. This prevented the inclusion of apr_compat.h. PR #7773 [Oleg Broytmann <phd@phd.pp.ru>] *) Moved util_uri to the apr-util library. This required a bunch of apr_name changes for the uri utility functions. [Justin Erenkrantz] Loading
include/ap_compat.h +3 −3 Original line number Diff line number Diff line #ifndef APR_COMPAT_H #define APR_COMPAT_H #ifndef AP_COMPAT_H #define AP_COMPAT_H /* Drag in apu (and therefore apr) renamed symbols */ #include "apu_compat.h" Loading @@ -9,4 +9,4 @@ #define MODULE_VAR_EXPORT AP_MODULE_DECLARE_DATA #define ap_send_http_header(r) ; #endif /* APR_COMPAT_H */ #endif /* AP_COMPAT_H */