X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/845ed84d70e0409d5bfad121a2e45bf4dbb5fa84..05a652d0b712af225d6cb72aa31beafaff601151:/configure.in diff --git a/configure.in b/configure.in index ef59aa9e..fcde0cab 100644 --- a/configure.in +++ b/configure.in @@ -966,6 +966,12 @@ else AC_DEFINE(HAVE_FREEBSD_XATTRS, 1, [True if you have FreeBSD xattrs]) AC_DEFINE(SUPPORT_XATTRS, 1) ;; + solaris*) + AC_MSG_RESULT(Using Solaris xattrs) + AC_DEFINE(HAVE_SOLARIS_XATTRS, 1, [True if you have Solaris xattrs]) + AC_DEFINE(SUPPORT_XATTRS, 1) + AC_DEFINE(NO_SYMLINK_XATTRS, 1, [True if symlinks don't support xattrs]) + ;; *) if test x"$enable_xattr_support" = x"yes"; then AC_MSG_ERROR(Failed to find extended attribute support)