diff options
author | Brian Havard <bjh@apache.org> | 2010-06-22 14:04:03 +0200 |
---|---|---|
committer | Brian Havard <bjh@apache.org> | 2010-06-22 14:04:03 +0200 |
commit | 43880ad962ee68947973fc404cfef066bc8e4632 (patch) | |
tree | b34241b7c84e37309d0451266dab1958d0dbb15d /os/os2 | |
parent | OS/2: Fix building of more modules that depend on symbols from other modules. (diff) | |
download | apache2-43880ad962ee68947973fc404cfef066bc8e4632.tar.xz apache2-43880ad962ee68947973fc404cfef066bc8e4632.zip |
OS/2: Provide a definition of AP_PLATFORM_REWRITE_ARGS_HOOK.
NULL for now as ap_mpm_rewrite_args()'s -k function doesn't currently work on
OS/2.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@956859 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'os/os2')
-rw-r--r-- | os/os2/os.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/os/os2/os.h b/os/os2/os.h index 085dacf053..1f8c9ba0a2 100644 --- a/os/os2/os.h +++ b/os/os2/os.h @@ -34,6 +34,7 @@ #define HAVE_DRIVE_LETTERS #define HAVE_UNC_PATHS #define CASE_BLIND_FILESYSTEM +#define AP_PLATFORM_REWRITE_ARGS_HOOK NULL #endif /* ! APACHE_OS_H */ /** @} */ |