#include <sys/xattr.h>
#endif
+#if defined(__APPLE__) && defined(UF_COMPRESSED) && defined(HAVE_SYS_XATTR_H)\
+ && defined(HAVE_ZLIB_H)
+
//
// The test ACL used here is sometimes assigned to the 'Guest' user
// This changes the text and breaks the test. This function simply
return _acl_temp;
}
-#if defined(__APPLE__) && defined(UF_COMPRESSED) && defined(HAVE_SYS_XATTR_H)\
- && defined(HAVE_ZLIB_H)
static int
has_xattr(const char *filename, const char *xattrname)
{
#include <sys/xattr.h>
#endif
+
+#if defined(__APPLE__) && defined(UF_COMPRESSED) && defined(HAVE_SYS_XATTR_H)\
+ && defined(HAVE_ZLIB_H)
//
// The test ACL used here is sometimes assigned to the 'Guest' user
// This changes the text and breaks the test. This function simply
return _acl_temp;
}
-#if defined(__APPLE__) && defined(UF_COMPRESSED) && defined(HAVE_SYS_XATTR_H)\
- && defined(HAVE_ZLIB_H)
static int
has_xattr(const char *filename, const char *xattrname)
{