make it simpler to disable UNC paths

This commit is contained in:
Arvid Norberg 2012-04-28 16:23:16 +00:00
parent f7c6d9ce6c
commit f031bfa176
1 changed files with 4 additions and 0 deletions

View File

@ -203,7 +203,9 @@ POSSIBILITY OF SUCH DAMAGE.
#define TORRENT_USE_GETADAPTERSADDRESSES 1
#define TORRENT_HAS_SALEN 0
#define TORRENT_USE_GETIPFORWARDTABLE 1
#ifndef TORRENT_USE_UNC_PATHS
#define TORRENT_USE_UNC_PATHS 1
#endif
// ==== WINDOWS ===
#elif defined WIN32
@ -220,7 +222,9 @@ POSSIBILITY OF SUCH DAMAGE.
#endif
#define TORRENT_USE_RLIMIT 0
#define TORRENT_HAS_FALLOCATE 0
#ifndef TORRENT_USE_UNC_PATHS
#define TORRENT_USE_UNC_PATHS 1
#endif
// ==== SOLARIS ===
#elif defined sun || defined __sun