1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-29 21:47:30 +03:00

get rid of some things out of smb.h that are already in local.h

This commit is contained in:
Andrew Tridgell -
parent a32ca542ad
commit d55df52487

View File

@ -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