* For mailing lists, Alpine adds a description of the type of link
[alpine.git] / alpine / osdep / diskquot.ptx
blobb636db087f9e7dd530e71e5cb6d3b95343757e44
1 #if defined(USE_QUOTAS)
3 #include <sys/ufsquota.h>
4 #define MTABNAME "/etc/mnttab"
6 include(sunquota)
7 #endif /* USE_QUOTAS */