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