Home | History | Annotate | Download | only in xlat
      1 /* Generated by ./xlat/gen.sh from ./xlat/xattrflags.in; do not edit. */
      2 
      3 static const struct xlat xattrflags[] = {
      4 #if defined(XATTR_CREATE) || (defined(HAVE_DECL_XATTR_CREATE) && HAVE_DECL_XATTR_CREATE)
      5 	XLAT(XATTR_CREATE),
      6 #endif
      7 #if defined(XATTR_REPLACE) || (defined(HAVE_DECL_XATTR_REPLACE) && HAVE_DECL_XATTR_REPLACE)
      8 	XLAT(XATTR_REPLACE),
      9 #endif
     10 	XLAT_END
     11 };
     12