X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/852585b1fced8d0df35b14c17f26c4aac633313b..HEAD:/rsync.h diff --git a/rsync.h b/rsync.h index f55e2f79..57e3d79d 100644 --- a/rsync.h +++ b/rsync.h @@ -1044,7 +1044,7 @@ extern int errno; #ifdef HAVE_READLINK #define SUPPORT_LINKS 1 -#ifndef NO_SYMLINK_XATTRS +#if !defined NO_SYMLINK_XATTRS && !defined NO_SYMLINK_USER_XATTRS #define do_readlink(path, buf, bufsiz) readlink(path, buf, bufsiz) #endif #endif