This prevented the inclusion of apr_compat.h.
PR: 7773
Submitted by: Oleg Broytmann <phd@phd.pp.ru>
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89217
13f79535-47bb-0310-9956-
ffa450edef68
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]
-#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"
#define MODULE_VAR_EXPORT AP_MODULE_DECLARE_DATA
#define ap_send_http_header(r) ;
-#endif /* APR_COMPAT_H */
+#endif /* AP_COMPAT_H */