1/* Generated by ./xlat/gen.sh from ./xlat/priorities.in; do not edit. */
2
3static const struct xlat priorities[] = {
4#if defined(PRIO_PROCESS) || (defined(HAVE_DECL_PRIO_PROCESS) && HAVE_DECL_PRIO_PROCESS)
5 XLAT(PRIO_PROCESS),
6#endif
7#if defined(PRIO_PGRP) || (defined(HAVE_DECL_PRIO_PGRP) && HAVE_DECL_PRIO_PGRP)
8 XLAT(PRIO_PGRP),
9#endif
10#if defined(PRIO_USER) || (defined(HAVE_DECL_PRIO_USER) && HAVE_DECL_PRIO_USER)
11 XLAT(PRIO_USER),
12#endif
13 XLAT_END
14};
15