blob: 33622c459e0a5aa294a297841c2dd1375afeb4b1 [file] [log] [blame]
/* Generated by ./xlat/gen.sh from ./xlat/xattrflags.in; do not edit. */
static const struct xlat xattrflags[] = {
#if defined(XATTR_CREATE) || (defined(HAVE_DECL_XATTR_CREATE) && HAVE_DECL_XATTR_CREATE)
XLAT(XATTR_CREATE),
#endif
#if defined(XATTR_REPLACE) || (defined(HAVE_DECL_XATTR_REPLACE) && HAVE_DECL_XATTR_REPLACE)
XLAT(XATTR_REPLACE),
#endif
XLAT_END
};