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