From: Brian Havard Date: Tue, 22 Jun 2010 12:04:03 +0000 (+0000) Subject: OS/2: Provide a definition of AP_PLATFORM_REWRITE_ARGS_HOOK. X-Git-Tag: 2.3.7~141 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=43880ad962ee68947973fc404cfef066bc8e4632;p=apache 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 --- 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 */ /** @} */