summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>1997-12-02 23:26:42 +0000
committerAndrew Tridgell <tridge@samba.org>1997-12-02 23:26:42 +0000
commitd55df52487ca6786f1635276b2787857a772219a (patch)
tree03ac443e1857db96c28e5d78ab226ccd34796bbf
parenta32ca542ad294ecc3848ca511337a8cc994d67be (diff)
downloadsamba-d55df52487ca6786f1635276b2787857a772219a.tar.gz
samba-d55df52487ca6786f1635276b2787857a772219a.tar.xz
samba-d55df52487ca6786f1635276b2787857a772219a.zip
get rid of some things out of smb.h that are already in local.h
-rw-r--r--source/include/smb.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/source/include/smb.h b/source/include/smb.h
index bd60c1077ad..e464809fa02 100644
--- a/source/include/smb.h
+++ b/source/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