1 /* Generated by ./xlat/gen.sh from ./xlat/mbindflags.in; do not edit. */ 2 3 #ifdef IN_MPERS 4 5 # error static const struct xlat mbindflags in mpers mode 6 7 #else 8 9 static 10 const struct xlat mbindflags[] = { 11 #if defined(MPOL_MF_STRICT) || (defined(HAVE_DECL_MPOL_MF_STRICT) && HAVE_DECL_MPOL_MF_STRICT) 12 XLAT(MPOL_MF_STRICT), 13 #endif 14 #if defined(MPOL_MF_MOVE) || (defined(HAVE_DECL_MPOL_MF_MOVE) && HAVE_DECL_MPOL_MF_MOVE) 15 XLAT(MPOL_MF_MOVE), 16 #endif 17 #if defined(MPOL_MF_MOVE_ALL) || (defined(HAVE_DECL_MPOL_MF_MOVE_ALL) && HAVE_DECL_MPOL_MF_MOVE_ALL) 18 XLAT(MPOL_MF_MOVE_ALL), 19 #endif 20 XLAT_END 21 }; 22 23 #endif /* !IN_MPERS */ 24