1/* Generated by ./xlat/gen.sh from ./xlat/policies.in; do not edit. */
2
3static const struct xlat policies[] = {
4#if defined(MPOL_DEFAULT) || (defined(HAVE_DECL_MPOL_DEFAULT) && HAVE_DECL_MPOL_DEFAULT)
5	XLAT(MPOL_DEFAULT),
6#endif
7#if defined(MPOL_PREFERRED) || (defined(HAVE_DECL_MPOL_PREFERRED) && HAVE_DECL_MPOL_PREFERRED)
8	XLAT(MPOL_PREFERRED),
9#endif
10#if defined(MPOL_BIND) || (defined(HAVE_DECL_MPOL_BIND) && HAVE_DECL_MPOL_BIND)
11	XLAT(MPOL_BIND),
12#endif
13#if defined(MPOL_INTERLEAVE) || (defined(HAVE_DECL_MPOL_INTERLEAVE) && HAVE_DECL_MPOL_INTERLEAVE)
14	XLAT(MPOL_INTERLEAVE),
15#endif
16	XLAT_END
17};
18