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