update docs

This commit is contained in:
Arvid Norberg 2013-12-21 06:54:10 +00:00
parent 87f08265bc
commit d7b811af1f
1 changed files with 4 additions and 0 deletions

View File

@ -627,6 +627,10 @@ defines you can use to control the build.
| | ``TORRENT_USE_OPENSSL`` or |
| | ``TORRENT_USE_GCRYPT`` must be defined. |
+----------------------------------------+-------------------------------------------------+
| ``TORRENT_DISABLE_EXTENSIONS`` | When defined, libtorrent plugin support is |
| | disabled along with support for the extension |
| | handskake (BEP 10). |
+----------------------------------------+-------------------------------------------------+
| ``_UNICODE`` | On windows, this will cause the file IO |
| | use wide character API, to properly support |
| | non-ansi characters. |