Commit fe69195b authored by Jeff Trawick's avatar Jeff Trawick
Browse files

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
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
parent 7477e9aa
Loading
Loading
Loading
Loading
+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]

+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"
@@ -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 */