summaryrefslogtreecommitdiff
path: root/source3/include/sysquotas.h
diff options
context:
space:
mode:
Diffstat (limited to 'source3/include/sysquotas.h')
-rw-r--r--source3/include/sysquotas.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/source3/include/sysquotas.h b/source3/include/sysquotas.h
index 46a265ed17..cfdac0609a 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.
**************************************************/