diff options
author | Andrew Tridgell <tridge@samba.org> | 1997-12-02 23:26:42 +0000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 1997-12-02 23:26:42 +0000 |
commit | c65bcc26f7dbe608837eea200a99019aefa06a63 (patch) | |
tree | 280b85f327bac003c841f863b9c8024fb1d21944 /source3 | |
parent | 7b10574429a098cedea689a4b1a0a12854f20758 (diff) | |
download | samba-c65bcc26f7dbe608837eea200a99019aefa06a63.tar.gz samba-c65bcc26f7dbe608837eea200a99019aefa06a63.tar.xz samba-c65bcc26f7dbe608837eea200a99019aefa06a63.zip |
get rid of some things out of smb.h that are already in local.h
(This used to be commit d55df52487ca6786f1635276b2787857a772219a)
Diffstat (limited to 'source3')
-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 |