diff options
author | Stefan Metzmacher <metze@samba.org> | 2011-09-13 09:58:34 +0200 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 2011-09-14 13:10:45 -0700 |
commit | 73cc454af07f8e80d4f88730e492a5d1cf97f260 (patch) | |
tree | d28cacbfdd7ad4fff4b1c9441ef70b57eea17050 /source3/include | |
parent | 6626c836f353ad2e574621a44bc9a74658cceb62 (diff) | |
download | samba-73cc454af07f8e80d4f88730e492a5d1cf97f260.tar.gz samba-73cc454af07f8e80d4f88730e492a5d1cf97f260.tar.bz2 samba-73cc454af07f8e80d4f88730e492a5d1cf97f260.zip |
s3:client.h: remove unused defines
s3:client.h: remove unused defines
metze
Signed-off-by: Jeremy Allison <jra@samba.org>
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/client.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/source3/include/client.h b/source3/include/client.h index 7c039ae590..2e7ef75762 100644 --- a/source3/include/client.h +++ b/source3/include/client.h @@ -22,16 +22,7 @@ #ifndef _CLIENT_H #define _CLIENT_H -/* the client asks for a smaller buffer to save ram and also to get more - overlap on the wire. This size gives us a nice read/write size, which - will be a multiple of the page size on almost any system */ #define CLI_BUFFER_SIZE (0xFFFF) -#define CLI_SAMBA_MAX_LARGE_READX_SIZE (127*1024) /* Works for Samba servers */ -#define CLI_SAMBA_MAX_LARGE_WRITEX_SIZE (127*1024) /* Works for Samba servers */ -#define CLI_WINDOWS_MAX_LARGE_READX_SIZE ((64*1024)-2) /* Windows servers are broken.... */ -#define CLI_WINDOWS_MAX_LARGE_WRITEX_SIZE ((64*1024)-2) /* Windows servers are broken.... */ -#define CLI_SAMBA_MAX_POSIX_LARGE_READX_SIZE (0xFFFF00) /* 24-bit len. */ -#define CLI_SAMBA_MAX_POSIX_LARGE_WRITEX_SIZE (0xFFFF00) /* 24-bit len. */ /* * These definitions depend on smb.h |