X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/14ebc5b618ec6d4668e120acc7a75ae8efd677e7..743348e848915aa1217d970bd5673364345174e0:/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