blob: 8b001eb18597b2e57cd58e4cfba479d8bac13898 [file] [log] [blame]
/* Generated by ./xlat/gen.sh from ./xlat/itimer_which.in; do not edit. */
static const struct xlat itimer_which[] = {
#if defined(ITIMER_REAL) || (defined(HAVE_DECL_ITIMER_REAL) && HAVE_DECL_ITIMER_REAL)
XLAT(ITIMER_REAL),
#endif
#if defined(ITIMER_VIRTUAL) || (defined(HAVE_DECL_ITIMER_VIRTUAL) && HAVE_DECL_ITIMER_VIRTUAL)
XLAT(ITIMER_VIRTUAL),
#endif
#if defined(ITIMER_PROF) || (defined(HAVE_DECL_ITIMER_PROF) && HAVE_DECL_ITIMER_PROF)
XLAT(ITIMER_PROF),
#endif
XLAT_END
};