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