Author: gozer
Date: Mon Apr 12 21:02:14 2010
New Revision: 933411

URL: http://svn.apache.org/viewvc?rev=933411&view=rev
Log:
Export PROXYREQ_RESPONSE, a missing PROXYREQ_* constant


Modified:
    perl/modperl/trunk/Changes
    perl/modperl/trunk/src/modules/perl/modperl_apache_compat.h
    perl/modperl/trunk/xs/tables/current/Apache2/ConstantsTable.pm

Modified: perl/modperl/trunk/Changes
URL: 
http://svn.apache.org/viewvc/perl/modperl/trunk/Changes?rev=933411&r1=933410&r2=933411&view=diff
==============================================================================
--- perl/modperl/trunk/Changes (original)
+++ perl/modperl/trunk/Changes Mon Apr 12 21:02:14 2010
@@ -12,6 +12,8 @@ Also refer to the Apache::Test changes l
 
 =item 2.0.5-dev
 
+Export PROXYREQ_RESPONSE, a missing PROXYREQ_* constant [Gozer]
+
 Make sure standard file descriptors are preserved by the perl-script
 handler [Torsten Foertsch]
 

Modified: perl/modperl/trunk/src/modules/perl/modperl_apache_compat.h
URL: 
http://svn.apache.org/viewvc/perl/modperl/trunk/src/modules/perl/modperl_apache_compat.h?rev=933411&r1=933410&r2=933411&view=diff
==============================================================================
--- perl/modperl/trunk/src/modules/perl/modperl_apache_compat.h (original)
+++ perl/modperl/trunk/src/modules/perl/modperl_apache_compat.h Mon Apr 12 
21:02:14 2010
@@ -72,4 +72,8 @@ AP_DECLARE(const char *) ap_get_server_v
                                         OPT_SYM_OWNER | \
                                         OPT_MULTI)
 
+#ifndef PROXYREQ_RESPONSE
+#define PROXYREQ_RESPONSE (3)
+#endif
+
 #endif /* MODPERL_APACHE_COMPAT_H */

Modified: perl/modperl/trunk/xs/tables/current/Apache2/ConstantsTable.pm
URL: 
http://svn.apache.org/viewvc/perl/modperl/trunk/xs/tables/current/Apache2/ConstantsTable.pm?rev=933411&r1=933410&r2=933411&view=diff
==============================================================================
--- perl/modperl/trunk/xs/tables/current/Apache2/ConstantsTable.pm (original)
+++ perl/modperl/trunk/xs/tables/current/Apache2/ConstantsTable.pm Mon Apr 12 
21:02:14 2010
@@ -232,6 +232,7 @@ $Apache2::ConstantsTable = {
       'PROXYREQ_REVERSE',
       'PROXYREQ_NONE',
       'PROXYREQ_PROXY',
+      'PROXYREQ_RESPONSE',
     ],
   },
   'APR::Const' => {


Reply via email to