Author: joes
Date: Sun Mar 5 07:17:13 2006
New Revision: 383338
URL: http://svn.apache.org/viewcvs?rev=383338&view=rev
Log:
rename apreq_module_apache2.h mod_apreq2.h
Added:
httpd/apreq/branches/apr-build-system/mod_apreq/apache2/mod_apreq2.h
- copied unchanged from r383336,
httpd/apreq/branches/apr-build-system/mod_apreq/apache2/apreq_module_apache2.h
Removed:
httpd/apreq/branches/apr-build-system/mod_apreq/apache2/apreq_module_apache2.h
Modified:
httpd/apreq/branches/apr-build-system/mod_apreq/apache2/config.m4
httpd/apreq/branches/apr-build-system/mod_apreq/apache2/filter.c
httpd/apreq/branches/apr-build-system/mod_apreq/apache2/handle.c
Modified: httpd/apreq/branches/apr-build-system/mod_apreq/apache2/config.m4
URL:
http://svn.apache.org/viewcvs/httpd/apreq/branches/apr-build-system/mod_apreq/apache2/config.m4?rev=383338&r1=383337&r2=383338&view=diff
==============================================================================
--- httpd/apreq/branches/apr-build-system/mod_apreq/apache2/config.m4 (original)
+++ httpd/apreq/branches/apr-build-system/mod_apreq/apache2/config.m4 Sun Mar
5 07:17:13 2006
@@ -3,6 +3,6 @@
APACHE_MODPATH_INIT(apreq)
-APACHE_MODULE(apreq2, apreq POST-data filter, filter.lo handle.lo, apreq, yes)
+APACHE_MODULE(apreq2, apreq POST-data filter, filter.lo handle.lo, , yes)
APACHE_MODPATH_FINISH
Modified: httpd/apreq/branches/apr-build-system/mod_apreq/apache2/filter.c
URL:
http://svn.apache.org/viewcvs/httpd/apreq/branches/apr-build-system/mod_apreq/apache2/filter.c?rev=383338&r1=383337&r2=383338&view=diff
==============================================================================
--- httpd/apreq/branches/apr-build-system/mod_apreq/apache2/filter.c (original)
+++ httpd/apreq/branches/apr-build-system/mod_apreq/apache2/filter.c Sun Mar 5
07:17:13 2006
@@ -25,7 +25,7 @@
#include "http_request.h"
#include "apr_strings.h"
-#include "apreq_module_apache2.h"
+#include "mod_apreq2.h"
#include "apreq_private_apache2.h"
#include "apreq_error.h"
#include "apreq_util.h"
Modified: httpd/apreq/branches/apr-build-system/mod_apreq/apache2/handle.c
URL:
http://svn.apache.org/viewcvs/httpd/apreq/branches/apr-build-system/mod_apreq/apache2/handle.c?rev=383338&r1=383337&r2=383338&view=diff
==============================================================================
--- httpd/apreq/branches/apr-build-system/mod_apreq/apache2/handle.c (original)
+++ httpd/apreq/branches/apr-build-system/mod_apreq/apache2/handle.c Sun Mar 5
07:17:13 2006
@@ -25,7 +25,7 @@
#include "http_request.h"
#include "apr_strings.h"
-#include "apreq_module_apache2.h"
+#include "mod_apreq2.h"
#include "apreq_private_apache2.h"
#include "apreq_error.h"