Author: joes
Date: Sun Apr 24 04:34:17 2005
New Revision: 164467

URL: http://svn.apache.org/viewcvs?rev=164467&view=rev
Log:
Ug, more xsbuilder hackery:
Put a placeholder function in APR::Request's xsbuilder section,
so Request.so gets built.  Otherwise it doesn't :-(

Modified:
    httpd/apreq/trunk/glue/perl/xsbuilder/maps/apreq_functions.map

Modified: httpd/apreq/trunk/glue/perl/xsbuilder/maps/apreq_functions.map
URL: 
http://svn.apache.org/viewcvs/httpd/apreq/trunk/glue/perl/xsbuilder/maps/apreq_functions.map?rev=164467&r1=164466&r2=164467&view=diff
==============================================================================
--- httpd/apreq/trunk/glue/perl/xsbuilder/maps/apreq_functions.map (original)
+++ httpd/apreq/trunk/glue/perl/xsbuilder/maps/apreq_functions.map Sun Apr 24 
04:34:17 2005
@@ -94,7 +94,7 @@
 
 ##########  Utility Functions  ##########
 
-MODULE=Apache::Request PACKAGE=Apache::Request::Util PREFIX=apreq_
+#MODULE=Apache::Request PACKAGE=Apache::Request::Util PREFIX=apreq_
 # apreq_log
 # apreq_join
 # apreq_index
@@ -106,7 +106,8 @@
 #################### APR::Request stuff ####################
 
 MODULE=APR::Request  PACKAGE=APR::Request PREFIX=apreq_
-apreq_hook_add
+apreq_cp1252_to_utf8
+#apreq_hook_add
 
 MODULE=APR::Request  PACKAGE=APR::Request PREFIX=APR__Request_
 DEFINE_parse | apreq_xs_parse |


Reply via email to