*** empty log message ***

This commit is contained in:
Arvid Norberg 2004-08-08 21:30:39 +00:00
parent a1b50fb1e3
commit ef46023326
2 changed files with 7 additions and 8 deletions

View File

@ -240,8 +240,8 @@ table below for which defines you can use to control the build. The <tt class="l
<tt class="literal"><span class="pre">NDEBUG</span></tt> when it's building a release build.</p>
<table border class="table">
<colgroup>
<col width="39%" />
<col width="61%" />
<col width="40%" />
<col width="60%" />
</colgroup>
<thead valign="bottom">
<tr><th>macro</th>
@ -267,11 +267,10 @@ written.</td>
checks in the storage, including logging of
piece sorting.</td>
</tr>
<tr><td><tt class="literal"><span class="pre">TORRENT_ENABLE_EXTENSIONS</span></tt></td>
<td>If you want extensions to be enabled, you must
build with this define. For more information on
which extensions are currently implemented, see
<a class="reference" href="#extensions">extensions</a>.</td>
<tr><td><tt class="literal"><span class="pre">TORRENT_DISABLE_EXTENSIONS</span></tt></td>
<td>This will disble the support for extensions.
For more information on which extensions are
currently implemented, see <a class="reference" href="#extensions">extensions</a>.</td>
</tr>
</tbody>
</table>

View File

@ -175,7 +175,7 @@ table below for which defines you can use to control the build. The ``Jamfile``
+--------------------------------+-------------------------------------------------+
| ``TORRENT_DISABLE_EXTENSIONS`` | This will disble the support for extensions. |
| | For more information on which extensions are |
| | currently implemented, see extensions_. |
| | currently implemented, see extensions_. |
+--------------------------------+-------------------------------------------------+