Site definition inherit/display parent global navigation

When creating a Site Definition in Visual Studio, how do I make sure that the new site created from this definition will display the same global navigation as the parent web in SharePoint 2010?

You can control this with the publishing navigation feature. Take a look at the InheritGlobalNavigation key.

</pre>
<pre><WebFeatures><br />...<br /><Feature ID="541F5F57-C847-4e16-B59A-B31E90E6F9EA"></pre>
<pre><Properties xmlns="http://schemas.microsoft.com/sharepoint/"></pre>
<pre><Property Key="InheritGlobalNavigation" Value="true"/></pre>
<pre><Property Key="ShowSiblings" Value="true"/></pre>
<pre><Property Key="IncludeSubSites" Value="true"/></pre>
<pre></Properties></pre>
<pre></Feature></pre>
<pre>... </pre>
<pre>
Controlling navigation options from the onet.xml