]> git.ipfire.org Git - thirdparty/libarchive.git/commitdiff
Use the link() emulation.
authorTim Kientzle <kientzle@gmail.com>
Sun, 6 Sep 2009 18:49:10 +0000 (14:49 -0400)
committerTim Kientzle <kientzle@gmail.com>
Sun, 6 Sep 2009 18:49:10 +0000 (14:49 -0400)
SVN-Revision: 1438

libarchive/archive_windows.h

index a95eb6a080f1aa0d8a32f7721a26d0f9c58750c8..cd24e443307d153144e953e39ff4a91383b57b3d 100644 (file)
@@ -335,6 +335,9 @@ typedef struct {
 #ifndef HAVE_UTIMES
 #define HAVE_UTIMES 1
 #endif
+#ifndef HAVE_LINK
+#define HAVE_LINK 1
+#endif
 #ifndef HAVE_SYMLINK
 #define HAVE_SYMLINK 1
 #endif