diff options
Diffstat (limited to 'source3/include/sysquotas.h')
-rw-r--r-- | source3/include/sysquotas.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/source3/include/sysquotas.h b/source3/include/sysquotas.h index 46a265ed179..cfdac0609aa 100644 --- a/source3/include/sysquotas.h +++ b/source3/include/sysquotas.h @@ -177,6 +177,11 @@ #endif /* HAVE_SYS_QUOTAS */ + +#ifndef QUOTABLOCK_SIZE +#define QUOTABLOCK_SIZE 1024 +#endif + /************************************************** Some stuff for the sys_quota api. **************************************************/ |