<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: 用CPP做apache的module</title>
	<atom:link href="http://xiewenjie.com/2006/07/15/%e7%94%a8cpp%e5%81%9aapache%e7%9a%84module.html/feed" rel="self" type="application/rss+xml" />
	<link>http://xiewenjie.com/2006/07/15/%e7%94%a8cpp%e5%81%9aapache%e7%9a%84module.html</link>
	<description>Around emacs, linux, etc.</description>
	<lastBuildDate>Sun, 05 Feb 2012 14:00:02 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Doris</title>
		<link>http://xiewenjie.com/2006/07/15/%e7%94%a8cpp%e5%81%9aapache%e7%9a%84module.html/comment-page-1#comment-10212</link>
		<dc:creator>Doris</dc:creator>
		<pubDate>Tue, 23 Jun 2009 04:30:28 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jayxie.com/2006/07/15/%e7%94%a8cpp%e5%81%9aapache%e7%9a%84module#comment-10212</guid>
		<description>貌似不用这么麻烦
在Makefile里面加上这两句就行了：
 CC+=-x c++
 CXX+=-x c++</description>
		<content:encoded><![CDATA[<p>貌似不用这么麻烦<br />
在Makefile里面加上这两句就行了：</p>
<pre>
CC+=-x c++
CXX+=-x c++
</pre>
]]></content:encoded>
	</item>
	<item>
		<title>By: JayXie</title>
		<link>http://xiewenjie.com/2006/07/15/%e7%94%a8cpp%e5%81%9aapache%e7%9a%84module.html/comment-page-1#comment-60</link>
		<dc:creator>JayXie</dc:creator>
		<pubDate>Thu, 11 Jan 2007 06:02:23 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jayxie.com/2006/07/15/%e7%94%a8cpp%e5%81%9aapache%e7%9a%84module#comment-60</guid>
		<description>刚刚看了下httpd-trunk
里面已经把AP_HAVE_DESIGNATED_INITIALIZER的宏定义改成上面那样了
但是cmd_func还没改 不知道是2.2.2还是哪个版本以上就只需要做第3步就可以了</description>
		<content:encoded><![CDATA[<p>刚刚看了下httpd-trunk<br />
里面已经把AP_HAVE_DESIGNATED_INITIALIZER的宏定义改成上面那样了<br />
但是cmd_func还没改 不知道是2.2.2还是哪个版本以上就只需要做第3步就可以了</p>
]]></content:encoded>
	</item>
</channel>
</rss>

