X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/cbbe4892087b74fb8ed2aac6078ee933ac02e920..95a38e8684439082bd86a988e593939e10172881:/rsync.h diff --git a/rsync.h b/rsync.h index 5759ef28..b9bca21c 100644 --- a/rsync.h +++ b/rsync.h @@ -293,10 +293,6 @@ extern int errno; #define SUPPORT_LINKS HAVE_READLINK #define SUPPORT_HARD_LINKS HAVE_LINK -#if !SUPPORT_LINKS -#define lstat stat -#endif - #ifndef HAVE_LCHOWN #define lchown chown #endif