You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12 lines
163 B

  1. if PACKAGE_rsync
  2. config RSYNC_xattr
  3. bool
  4. prompt "Enable xattr support"
  5. default n
  6. config RSYNC_acl
  7. bool
  8. prompt "Enable ACL support"
  9. default n
  10. endif