diff options
author | William A. Rowe Jr <wrowe@apache.org> | 2001-01-28 19:26:38 +0100 |
---|---|---|
committer | William A. Rowe Jr <wrowe@apache.org> | 2001-01-28 19:26:38 +0100 |
commit | 9624e9e899bbc12a368e455f280fb6a561ce96a5 (patch) | |
tree | 06271b3b73433f6de8af2fc29a1a06b1148ff315 /include/ap_compat.h | |
parent | fix spelling (diff) | |
download | apache2-9624e9e899bbc12a368e455f280fb6a561ce96a5.tar.xz apache2-9624e9e899bbc12a368e455f280fb6a561ce96a5.zip |
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
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 |