Home | History | Annotate | Download | only in xlat
      1 /* Generated by ./xlat/gen.sh from ./xlat/xattrflags.in; do not edit. */
      2 #if !(defined(XATTR_CREATE) || (defined(HAVE_DECL_XATTR_CREATE) && HAVE_DECL_XATTR_CREATE))
      3 # define XATTR_CREATE 1
      4 #endif
      5 #if !(defined(XATTR_REPLACE) || (defined(HAVE_DECL_XATTR_REPLACE) && HAVE_DECL_XATTR_REPLACE))
      6 # define XATTR_REPLACE 2
      7 #endif
      8 
      9 #ifdef IN_MPERS
     10 
     11 # error static const struct xlat xattrflags in mpers mode
     12 
     13 #else
     14 
     15 static
     16 const struct xlat xattrflags[] = {
     17  XLAT(XATTR_CREATE),
     18  XLAT(XATTR_REPLACE),
     19  XLAT_END
     20 };
     21 
     22 #endif /* !IN_MPERS */
     23