summaryrefslogtreecommitdiff
path: root/source3/include/local.h
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2000-04-17 06:11:08 +0000
committerAndrew Tridgell <tridge@samba.org>2000-04-17 06:11:08 +0000
commitd99bec71701d611b0d8ee44d92cb8ed28162af56 (patch)
tree31f6790460e8f7ec210ec6a12962dfeab54ecc70 /source3/include/local.h
parent98825661ddb4dd5cfa603291a69b5c4d3d98e791 (diff)
downloadsamba-d99bec71701d611b0d8ee44d92cb8ed28162af56.tar.gz
samba-d99bec71701d611b0d8ee44d92cb8ed28162af56.tar.bz2
samba-d99bec71701d611b0d8ee44d92cb8ed28162af56.zip
got rid of some more old configure tests and includes
(This used to be commit f137648504362479143d50477fa38ebf7147968b)
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)