* path.cc (allow_winsymlinks): Revert default to create system bit

symlinks for speed.
This commit is contained in:
Corinna Vinschen 2008-07-16 21:08:22 +00:00
parent e4b575030b
commit a0c53f920f
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2008-07-16 Corinna Vinschen <corinna@vinschen.de>
* path.cc (allow_winsymlinks): Revert default to create system bit
symlinks for speed.
2008-07-16 Corinna Vinschen <corinna@vinschen.de>
Add case-sensitivity.

View File

@ -1499,7 +1499,7 @@ conv_path_list (const char *src, char *dst, size_t size, int to_posix)
/* If TRUE create symlinks as Windows shortcuts, if false create symlinks
as normal files with magic number and system bit set. */
bool allow_winsymlinks = true;
bool allow_winsymlinks = false;
extern "C" int
symlink (const char *oldpath, const char *newpath)