From: William A. Rowe Jr Date: Sun, 28 Jan 2001 18:26:38 +0000 (+0000) Subject: Another starting point, by no means complete. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=08d54951832811b7d0ba1431f736e4f5ef66970d;p=apache 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 --- 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