diff options
Diffstat (limited to 'include/ap_compat.h')
-rw-r--r-- | include/ap_compat.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/include/ap_compat.h b/include/ap_compat.h new file mode 100644 index 0000000000..e6187c97ae --- /dev/null +++ b/include/ap_compat.h @@ -0,0 +1,11 @@ +#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 |