X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/3b83a22057b71e7df2b960d3997fb4474910f30e..6e310d38fcdeacb8055bb7e83d4e64c37fd54a38:/rsync.h?ds=sidebyside diff --git a/rsync.h b/rsync.h index c8115fce..4d4a7642 100644 --- a/rsync.h +++ b/rsync.h @@ -981,6 +981,9 @@ extern int errno; #ifdef HAVE_READLINK #define SUPPORT_LINKS 1 +#ifndef NO_SYMLINK_XATTRS +#define do_readlink(path, buf, bufsiz) readlink(path, buf, bufsiz) +#endif #endif #ifdef HAVE_LINK #define SUPPORT_HARD_LINKS 1