summaryrefslogtreecommitdiff
path: root/source3/include/local.h
diff options
context:
space:
mode:
Diffstat (limited to 'source3/include/local.h')
-rw-r--r--source3/include/local.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/source3/include/local.h b/source3/include/local.h
index c7abe207c8..1ecd63738e 100644
--- a/source3/include/local.h
+++ b/source3/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