1 /* Generated by ./xlat/gen.sh from ./xlat/priorities.in; do not edit. */ 2 3 #include "gcc_compat.h" 4 #include "static_assert.h" 5 6 7 #ifndef XLAT_MACROS_ONLY 8 9 # ifdef IN_MPERS 10 11 # error static const struct xlat priorities in mpers mode 12 13 # else 14 15 static 16 const struct xlat priorities[] = { 17 #if defined(PRIO_PROCESS) || (defined(HAVE_DECL_PRIO_PROCESS) && HAVE_DECL_PRIO_PROCESS) 18 XLAT(PRIO_PROCESS), 19 #endif 20 #if defined(PRIO_PGRP) || (defined(HAVE_DECL_PRIO_PGRP) && HAVE_DECL_PRIO_PGRP) 21 XLAT(PRIO_PGRP), 22 #endif 23 #if defined(PRIO_USER) || (defined(HAVE_DECL_PRIO_USER) && HAVE_DECL_PRIO_USER) 24 XLAT(PRIO_USER), 25 #endif 26 XLAT_END 27 }; 28 29 # endif /* !IN_MPERS */ 30 31 #endif /* !XLAT_MACROS_ONLY */ 32