From 08d54951832811b7d0ba1431f736e4f5ef66970d Mon Sep 17 00:00:00 2001 From: "William A. Rowe Jr" Date: Sun, 28 Jan 2001 18:26:38 +0000 Subject: [PATCH] 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 --- include/ap_compat.h | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 include/ap_compat.h 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 -- 2.50.0