]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
include/ap_compat.h tested and set APR_COMPAT_H instead of AP_COMPAT_H.
authorJeff Trawick <trawick@apache.org>
Wed, 23 May 2001 13:56:34 +0000 (13:56 +0000)
committerJeff Trawick <trawick@apache.org>
Wed, 23 May 2001 13:56:34 +0000 (13:56 +0000)
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
include/ap_compat.h

diff --git a/CHANGES b/CHANGES
index 5170be89bbc0aba439e4ae2638ba300c1ba6a89a..2799c3616040c29cb3f38559c18213632c6f7b69 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,5 +1,9 @@
 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]
 
index facc2561a2411a675f79ff842373fd3ea925bf0d..f7793679b18b223edf2c9832e44d728e32fb4b01 100644 (file)
@@ -1,5 +1,5 @@
-#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"
@@ -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 */