X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/aa3faf5f8c2a05110bb1f39fd8d0742d5ca0431e..6500e0769a56919df1d47759828104a08df850bb:/configure.ac?ds=sidebyside 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)