summaryrefslogtreecommitdiffstats
path: root/source/include/local.h
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>1998-08-17 06:13:32 +0000
committerAndrew Tridgell <tridge@samba.org>1998-08-17 06:13:32 +0000
commitb7aaab1b6b2d2f72b2bb7c11f5c7bf081a6093d9 (patch)
treedfce95029fac84ce23c04419bc5a5204bf9cb7b5 /source/include/local.h
parent27da84b90df1f32e0d07acad04c72065b2005470 (diff)
downloadsamba-b7aaab1b6b2d2f72b2bb7c11f5c7bf081a6093d9.tar.gz
samba-b7aaab1b6b2d2f72b2bb7c11f5c7bf081a6093d9.tar.xz
samba-b7aaab1b6b2d2f72b2bb7c11f5c7bf081a6093d9.zip
moved connection_struct handling code into smbd/conn.c and changed it
to a linked list with bitmap format.
Diffstat (limited to 'source/include/local.h')
-rw-r--r--source/include/local.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/source/include/local.h b/source/include/local.h
index 1db1e9d4c1a..ead97e565d8 100644
--- a/source/include/local.h
+++ b/source/include/local.h
@@ -39,12 +39,6 @@
#define SYSLOG_FACILITY LOG_DAEMON
#endif
-/* set these to define the limits of the server. NOTE These are on a
- per-client basis. Thus any one machine can't connect to more than
- MAX_CONNECTIONS services, but any number of machines may connect at
- one time. */
-#define MAX_CONNECTIONS 127
-
/* Default size of shared memory used for share mode locking */
#ifndef SHMEM_SIZE
#define SHMEM_SIZE (1024*1024)