From: Tim Kientzle Date: Sun, 6 Sep 2009 18:49:10 +0000 (-0400) Subject: Use the link() emulation. X-Git-Tag: v2.8.0~370 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8d251c18d27e0e412b9a20165200b1a7449e4a43;p=thirdparty%2Flibarchive.git Use the link() emulation. SVN-Revision: 1438 --- diff --git a/libarchive/archive_windows.h b/libarchive/archive_windows.h index a95eb6a08..cd24e4433 100644 --- a/libarchive/archive_windows.h +++ b/libarchive/archive_windows.h @@ -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