diff options
-rw-r--r-- | source3/include/smb.h | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/source3/include/smb.h b/source3/include/smb.h index bd60c1077a..e464809fa0 100644 --- a/source3/include/smb.h +++ b/source3/include/smb.h @@ -24,18 +24,6 @@ #ifndef _SMB_H #define _SMB_H -#ifndef MAX_CONNECTIONS -#define MAX_CONNECTIONS 127 -#endif - -#ifndef MAX_OPEN_FILES -#define MAX_OPEN_FILES 50 -#endif - -#ifndef GUEST_ACCOUNT -#define GUEST_ACCOUNT "nobody" -#endif - #define BUFFER_SIZE (0xFFFF) #define SAFETY_MARGIN 1024 |