Merge pull request #21958 from graysky2/ncdu
[feed/packages.git] / net / rsync / Config.in
1 if PACKAGE_rsync
2
3 config RSYNC_xattr
4 bool
5 prompt "Enable xattr support"
6 default y if USE_FS_ACL_ATTR
7 default n
8
9 config RSYNC_acl
10 bool
11 prompt "Enable ACL support"
12 default y if USE_FS_ACL_ATTR
13 default n
14
15 config RSYNC_zstd
16 bool
17 prompt "Enable zstd stream compression"
18 default n
19
20 endif