1/* Generated by ./xlat/gen.sh from ./xlat/quotatypes.in; do not edit. */
2
3static const struct xlat quotatypes[] = {
4#if defined(USRQUOTA) || (defined(HAVE_DECL_USRQUOTA) && HAVE_DECL_USRQUOTA)
5 XLAT(USRQUOTA),
6#endif
7#if defined(GRPQUOTA) || (defined(HAVE_DECL_GRPQUOTA) && HAVE_DECL_GRPQUOTA)
8 XLAT(GRPQUOTA),
9#endif
10 XLAT_END
11};
12