]> granicus.if.org Git - apache/commitdiff
Another starting point, by no means complete.
authorWilliam A. Rowe Jr <wrowe@apache.org>
Sun, 28 Jan 2001 18:26:38 +0000 (18:26 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Sun, 28 Jan 2001 18:26:38 +0000 (18:26 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87894 13f79535-47bb-0310-9956-ffa450edef68

include/ap_compat.h [new file with mode: 0644]

diff --git a/include/ap_compat.h b/include/ap_compat.h
new file mode 100644 (file)
index 0000000..e6187c9
--- /dev/null
@@ -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