blob: a8c589ed79e0ee21b647dc842c8f4da21c8edc6a [file] [log] [blame]
Elliott Hughes82728372014-06-06 22:49:31 -07001/* Generated by ./xlat/gen.sh from ./xlat/xattrflags.in; do not edit. */
2
3static const struct xlat xattrflags[] = {
4#if defined(XATTR_CREATE) || (defined(HAVE_DECL_XATTR_CREATE) && HAVE_DECL_XATTR_CREATE)
Elliott Hughes0328d0a2015-03-18 11:18:43 -07005 XLAT(XATTR_CREATE),
Elliott Hughes82728372014-06-06 22:49:31 -07006#endif
7#if defined(XATTR_REPLACE) || (defined(HAVE_DECL_XATTR_REPLACE) && HAVE_DECL_XATTR_REPLACE)
Elliott Hughes0328d0a2015-03-18 11:18:43 -07008 XLAT(XATTR_REPLACE),
Elliott Hughes82728372014-06-06 22:49:31 -07009#endif
Elliott Hughes0328d0a2015-03-18 11:18:43 -070010 XLAT_END
Elliott Hughes82728372014-06-06 22:49:31 -070011};