X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/c6679e04f8bfacc27a88be9927db5e79bbefc78b..3f26945cb1a602d3f838507ac77079f649bf9086:/rsync.h diff --git a/rsync.h b/rsync.h index 3404da78..1b73031b 100644 --- a/rsync.h +++ b/rsync.h @@ -370,6 +370,14 @@ enum delret { #define CAN_SET_SYMLINK_TIMES 1 #endif +#if defined HAVE_LCHOWN || defined CHOWN_MODIFIES_SYMLINK +#define CAN_CHOWN_SYMLINK 1 +#endif + +#if defined HAVE_LCHMOD || defined HAVE_SETATTRLIST +#define CAN_CHMOD_SYMLINK 1 +#endif + #ifdef HAVE_SYS_SELECT_H #include #endif