X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/f578043391634ae1d345e84657fec7ecfb0f34a0..c95da96a0c51c66c8cb2eff97b768a717d9e0c79:/rsync.h diff --git a/rsync.h b/rsync.h index 345144d5..deb20a23 100644 --- a/rsync.h +++ b/rsync.h @@ -437,3 +437,6 @@ extern int errno; #define IS_DEVICE(mode) (S_ISCHR(mode) || S_ISBLK(mode) || S_ISSOCK(mode) || S_ISFIFO(mode)) +#ifndef ACCESSPERMS +#define ACCESSPERMS 0777 +#endif