summaryrefslogtreecommitdiffstats
path: root/source/include/local.h
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2002-04-11 02:20:56 +0000
committerAndrew Tridgell <tridge@samba.org>2002-04-11 02:20:56 +0000
commitbe23d87a178e7d0691e7d942adf89bb3d2d533c2 (patch)
tree0414043df1fb9291cac2fbca02dedc5aa049bbed /source/include/local.h
parentd7c9b00253499da047f30f71660dede3676d40ad (diff)
downloadsamba-be23d87a178e7d0691e7d942adf89bb3d2d533c2.tar.gz
samba-be23d87a178e7d0691e7d942adf89bb3d2d533c2.tar.xz
samba-be23d87a178e7d0691e7d942adf89bb3d2d533c2.zip
This split the mangling code up to allow for the possibility of multiple
mangling implementation, selectable using "mangling method = " in smb.conf It also tidies the interface a little, although it is still nasty.
Diffstat (limited to 'source/include/local.h')
-rw-r--r--source/include/local.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/source/include/local.h b/source/include/local.h
index c7abe207c89..1ecd63738ec 100644
--- a/source/include/local.h
+++ b/source/include/local.h
@@ -197,4 +197,10 @@
/* Allocation roundup. */
#define SMB_ROUNDUP_ALLOCATION_SIZE 0x100000
+/* shall we deny oplocks to clients that get timeouts? */
+#define FASCIST_OPLOCK_BACKOFF 1
+
+/* this enables the "rabbit pellet" fix for SMBwritebraw */
+#define RABBIT_PELLET_FIX 1
+
#endif