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.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/source3/include/local.h b/source3/include/local.h
index bd75d4e385..81212f9988 100644
--- a/source3/include/local.h
+++ b/source3/include/local.h
@@ -118,11 +118,6 @@
/* the size of the uid cache used to reduce valid user checks */
#define UID_CACHE_SIZE 4
-/* if mmap is enabled, then this is the maximum size of file to use
- the mmap code on. We don't want to mmap huge files as virtual
- address spaces are limited */
-#define MAX_MMAP_SIZE (100*0x100000)
-
/* the following control timings of various actions. Don't change
them unless you know what you are doing. These are all in seconds */
#define DEFAULT_SMBD_TIMEOUT (60*60*24*7)