You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by bj...@apache.org on 2010/06/22 14:04:04 UTC

svn commit: r956859 - /httpd/httpd/trunk/os/os2/os.h

Author: bjh
Date: Tue Jun 22 12:04:03 2010
New Revision: 956859

URL: http://svn.apache.org/viewvc?rev=956859&view=rev
Log:
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.

Modified:
    httpd/httpd/trunk/os/os2/os.h

Modified: httpd/httpd/trunk/os/os2/os.h
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/os/os2/os.h?rev=956859&r1=956858&r2=956859&view=diff
==============================================================================
--- httpd/httpd/trunk/os/os2/os.h (original)
+++ httpd/httpd/trunk/os/os2/os.h Tue Jun 22 12:04:03 2010
@@ -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 */
 /** @} */