Author: joes
Date: Tue Apr 19 14:08:38 2005
New Revision: 161979

URL: http://svn.apache.org/viewcvs?view=rev&rev=161979
Log:
Add a boot-time apr version check for all the xs modules.

Modified:
    httpd/apreq/trunk/glue/perl/xsbuilder/apreq_xs_postperl.h

Modified: httpd/apreq/trunk/glue/perl/xsbuilder/apreq_xs_postperl.h
URL: 
http://svn.apache.org/viewcvs/httpd/apreq/trunk/glue/perl/xsbuilder/apreq_xs_postperl.h?view=diff&r1=161978&r2=161979
==============================================================================
--- httpd/apreq/trunk/glue/perl/xsbuilder/apreq_xs_postperl.h (original)
+++ httpd/apreq/trunk/glue/perl/xsbuilder/apreq_xs_postperl.h Tue Apr 19 
14:08:38 2005
@@ -26,6 +26,9 @@
 /* backward compatibility macros support */
 #include "ppport.h"
 
+/* apr version info for modules */
+#include "apr_version.h"
+
 /* ExtUtils::XSBuilder::ParseSoure trickery... */
 typedef apreq_handle_t apreq_xs_handle_cgi_t;
 typedef apreq_handle_t apreq_xs_handle_apache2_t;


Reply via email to