Fix a random flist data bug w/delete, inc-recurse, and no -o.
[rsync.git] / configure.ac
index d447b897d61e6c5cb23d7c75000e8cd2cc721ce4..845ce0fc419b348b7fa50819dc989ee5ac14e5ae 100644 (file)
@@ -963,11 +963,14 @@ else
        AC_MSG_RESULT(Using Linux xattrs)
        AC_DEFINE(HAVE_LINUX_XATTRS, 1, [True if you have Linux xattrs])
        AC_DEFINE(SUPPORT_XATTRS, 1)
+       AC_DEFINE(NO_SYMLINK_XATTRS, 1, [True if symlinks do not support xattrs])
        ;;
     darwin*)
        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)