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