Home | History | Annotate | Download | only in xlat
      1 /* Generated by ./xlat/gen.sh from ./xlat/priorities.in; do not edit. */
      2 
      3 #ifdef IN_MPERS
      4 
      5 # error static const struct xlat priorities in mpers mode
      6 
      7 #else
      8 
      9 static
     10 const struct xlat priorities[] = {
     11 #if defined(PRIO_PROCESS) || (defined(HAVE_DECL_PRIO_PROCESS) && HAVE_DECL_PRIO_PROCESS)
     12   XLAT(PRIO_PROCESS),
     13 #endif
     14 #if defined(PRIO_PGRP) || (defined(HAVE_DECL_PRIO_PGRP) && HAVE_DECL_PRIO_PGRP)
     15   XLAT(PRIO_PGRP),
     16 #endif
     17 #if defined(PRIO_USER) || (defined(HAVE_DECL_PRIO_USER) && HAVE_DECL_PRIO_USER)
     18   XLAT(PRIO_USER),
     19 #endif
     20  XLAT_END
     21 };
     22 
     23 #endif /* !IN_MPERS */
     24