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