X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/ce827c3e50cd168027a555ec961b6636e5b63e59..6e310d38fcdeacb8055bb7e83d4e64c37fd54a38:/rsync.h 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