summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorWayne Davison <wayned@samba.org>2011-01-03 10:26:02 -0800
committerWayne Davison <wayned@samba.org>2011-01-03 11:20:04 -0800
commit6500e0769a56919df1d47759828104a08df850bb (patch)
tree917dceec66e48f232840ed88c03963f7ddbfa21d /configure.ac
parentaa3faf5f8c2a05110bb1f39fd8d0742d5ca0431e (diff)
downloadrsync-6500e0769a56919df1d47759828104a08df850bb.tar.gz
rsync-6500e0769a56919df1d47759828104a08df850bb.tar.bz2
rsync-6500e0769a56919df1d47759828104a08df850bb.zip
Avoid reading ACL/xattr info on filetypes not being copied.
Make OS X avoid xattr access on device/special files. Fixes bug 5458.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index f90109a0..22672ba5 100644
--- a/configure.ac
+++ b/configure.ac
@@ -987,6 +987,8 @@ else
AC_MSG_RESULT(Using OS X xattrs)
AC_DEFINE(HAVE_OSX_XATTRS, 1, [True if you have Mac OS X xattrs])
AC_DEFINE(SUPPORT_XATTRS, 1)
+ AC_DEFINE(NO_DEVICE_XATTRS, 1, [True if device files do not support xattrs])
+ AC_DEFINE(NO_SPECIAL_XATTRS, 1, [True if special files do not support xattrs])
;;
freebsd*)
AC_MSG_RESULT(Using FreeBSD extattrs)