blob: a8c589ed79e0ee21b647dc842c8f4da21c8edc6a [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
};