Commit 08d54951 authored by William A. Rowe Jr's avatar William A. Rowe Jr
Browse files

  Another starting point, by no means complete.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87894 13f79535-47bb-0310-9956-ffa450edef68
parent d9dff410
Loading
Loading
Loading
Loading

include/ap_compat.h

0 → 100644
+11 −0
Original line number Diff line number Diff line
#ifndef APR_COMPAT_H
#define APR_COMPAT_H

/* Drag in apu (and therefore apr) renamed symbols */
#include "apu_compat.h"

/* redefine 1.3.x symbols to the new symbol names */

#define MODULE_VAR_EXPORT    AP_MODULE_DECLARE_DATA

#endif /* APR_COMPAT_H */
 No newline at end of file