summaryrefslogtreecommitdiff
path: root/source4/include
diff options
context:
space:
mode:
Diffstat (limited to 'source4/include')
-rw-r--r--source4/include/includes.h2
-rw-r--r--source4/include/local.h7
2 files changed, 2 insertions, 7 deletions
diff --git a/source4/include/includes.h b/source4/include/includes.h
index 058d547736..9ce2b71982 100644
--- a/source4/include/includes.h
+++ b/source4/include/includes.h
@@ -668,6 +668,8 @@ extern int errno;
#include "librpc/rpc/dcerpc.h"
+#include "smbd/server.h"
+#include "smbd/service.h"
#include "rpc_server/dcerpc_server.h"
#include "smb_server/smb_server.h"
#include "ntvfs/ntvfs.h"
diff --git a/source4/include/local.h b/source4/include/local.h
index 3f0f8618aa..67b83c316d 100644
--- a/source4/include/local.h
+++ b/source4/include/local.h
@@ -224,11 +224,4 @@
/* Max number of simultaneous winbindd socket connections. */
#define WINBINDD_MAX_SIMULTANEOUS_CLIENTS 200
-/* size of listen() backlog in smbd */
-#define SMBD_LISTEN_BACKLOG 10
-
-/* the range of ports to try for dcerpc over tcp endpoints */
-#define DCERPC_TCP_LOW_PORT 1024
-#define DCERPC_TCP_HIGH_PORT 1300
-
#endif