Login | Register For Free | Help
Search for: (Advanced)

Mailing List Archive: ModPerl: ModPerl-cvs

svn commit: r1503154 - /perl/modperl/branches/httpd24/src/modules/perl/modperl_apache_includes.h

 

 

ModPerl modperl-cvs RSS feed   Index | Next | Previous | View Threaded


stevehay at apache

Jul 15, 2013, 2:41 AM

Post #1 of 1 (54 views)
Permalink
svn commit: r1503154 - /perl/modperl/branches/httpd24/src/modules/perl/modperl_apache_includes.h

Author: stevehay
Date: Mon Jul 15 09:41:25 2013
New Revision: 1503154

URL: http://svn.apache.org/r1503154
Log:
Correction to r1503136.

The httpd header file ap_provider.h is not in httpd-2.2, as pointed out by Jan Kaluza.

Modified:
perl/modperl/branches/httpd24/src/modules/perl/modperl_apache_includes.h

Modified: perl/modperl/branches/httpd24/src/modules/perl/modperl_apache_includes.h
URL: http://svn.apache.org/viewvc/perl/modperl/branches/httpd24/src/modules/perl/modperl_apache_includes.h?rev=1503154&r1=1503153&r2=1503154&view=diff
==============================================================================
--- perl/modperl/branches/httpd24/src/modules/perl/modperl_apache_includes.h (original)
+++ perl/modperl/branches/httpd24/src/modules/perl/modperl_apache_includes.h Mon Jul 15 09:41:25 2013
@@ -34,7 +34,6 @@
#include "http_core.h"
#include "http_vhost.h"
#include "ap_mpm.h"
-#include "ap_provider.h"

#include "util_filter.h"

@@ -46,6 +45,7 @@ APLOG_USE_MODULE(perl);

#if AP_SERVER_MAJORVERSION_NUMBER>2 || \
(AP_SERVER_MAJORVERSION_NUMBER == 2 && AP_SERVER_MINORVERSION_NUMBER>=3)
+#include "ap_provider.h"
#include "mod_auth.h"
#endif

ModPerl modperl-cvs RSS feed   Index | Next | Previous | View Threaded
 
 


Interested in having your list archived? Contact Gossamer Threads
 
  Web Applications & Managed Hosting Powered by Gossamer Threads Inc.