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