summaryrefslogtreecommitdiff
path: root/source3/include/local.h
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2005-02-25 02:22:44 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 10:55:47 -0500
commitf95e9fc45b1d34c55b04318b79928adabd8f09e2 (patch)
tree1eb89006e7cd1e686851f86dc17b10aa13bc2f8d /source3/include/local.h
parent4ef6976c58a0ca895fb23c490b1f8c55def83923 (diff)
downloadsamba-f95e9fc45b1d34c55b04318b79928adabd8f09e2.tar.gz
samba-f95e9fc45b1d34c55b04318b79928adabd8f09e2.tar.bz2
samba-f95e9fc45b1d34c55b04318b79928adabd8f09e2.zip
r5548: Stop lying about allocation sizes to Windows clients. It was a nice
idea, and aparently improved performance in some circumstances, but it breaks the VC++ compiler :-(. Not cool. Fix bug #2146. Jeremy. (This used to be commit b9f147634df0126320ffe3b9a23068e76f6c1681)
Diffstat (limited to 'source3/include/local.h')
-rw-r--r--source3/include/local.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/source3/include/local.h b/source3/include/local.h
index 7ac2e25612..7d5baa21fa 100644
--- a/source3/include/local.h
+++ b/source3/include/local.h
@@ -198,9 +198,6 @@
/* 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
-
/* shall we deny oplocks to clients that get timeouts? */
#define FASCIST_OPLOCK_BACKOFF 1