1/* Generated by ./xlat/gen.sh from ./xlat/itimer_which.in; do not edit. */
2
3#ifdef IN_MPERS
4
5# error static const struct xlat itimer_which in mpers mode
6
7#else
8
9static
10const struct xlat itimer_which[] = {
11#if defined(ITIMER_REAL) || (defined(HAVE_DECL_ITIMER_REAL) && HAVE_DECL_ITIMER_REAL)
12  XLAT(ITIMER_REAL),
13#endif
14#if defined(ITIMER_VIRTUAL) || (defined(HAVE_DECL_ITIMER_VIRTUAL) && HAVE_DECL_ITIMER_VIRTUAL)
15  XLAT(ITIMER_VIRTUAL),
16#endif
17#if defined(ITIMER_PROF) || (defined(HAVE_DECL_ITIMER_PROF) && HAVE_DECL_ITIMER_PROF)
18  XLAT(ITIMER_PROF),
19#endif
20 XLAT_END
21};
22
23#endif /* !IN_MPERS */
24