Go to the documentation of this file.
21 #ifndef _CSYNC_PROPAGATE_H
22 #define _CSYNC_PROPAGATE_H
24 #include <sys/types.h>
56 #define C_FILE_MODE (S_IRUSR | S_IWUSR | S_IRGRP | S_IROTH)
57 #define C_DIR_MODE (S_IRWXU | S_IRGRP | S_IXGRP | S_IROTH | S_IXOTH)