summaryrefslogtreecommitdiffstats
path: root/source/include/local.h
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2001-11-12 01:00:54 +0000
committerJeremy Allison <jra@samba.org>2001-11-12 01:00:54 +0000
commit9ff6b0c20cc88ef0bcd62a596fcb96f898b5b29d (patch)
treed4a20ae4bf0c8b22a1d29ac400f90fee6a26c12a /source/include/local.h
parent8bb5cb27c2012b8967482255d48a1b48d3acd9db (diff)
downloadsamba-9ff6b0c20cc88ef0bcd62a596fcb96f898b5b29d.tar.gz
samba-9ff6b0c20cc88ef0bcd62a596fcb96f898b5b29d.tar.xz
samba-9ff6b0c20cc88ef0bcd62a596fcb96f898b5b29d.zip
Fixed allocation bug in database prog. Some format fixes.
Jeremy.
Diffstat (limited to 'source/include/local.h')
-rw-r--r--source/include/local.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/source/include/local.h b/source/include/local.h
index 53ef564610b..84f5a3d1dff 100644
--- a/source/include/local.h
+++ b/source/include/local.h
@@ -189,4 +189,7 @@
/* the maximum age in seconds of a password. Should be a lp_ parameter */
#define MAX_PASSWORD_AGE (21*24*60*60)
+/* Allocation roundup. */
+#define SMB_ROUNDUP_ALLOCATION_SIZE 0x100000
+
#endif