mirror of
https://github.com/samba-team/samba.git
synced 2024-12-22 13:34:15 +03:00
smbd: Remove duplicate/unused #defines
Signed-off-by: Volker Lendecke <vl@samba.org> Reviewed-by: Ralph Boehme <slow@samba.org>
This commit is contained in:
parent
7a21dc7564
commit
852ce99e2a
@ -32,7 +32,6 @@
|
||||
/* logged when starting the various Samba daemons */
|
||||
#define COPYRIGHT_STARTUP_MESSAGE "Copyright Andrew Tridgell and the Samba Team 1992-2023"
|
||||
|
||||
#define SAFETY_MARGIN 1024
|
||||
#define LARGE_WRITEX_HDR_SIZE 65
|
||||
#define LARGE_WRITEX_BUFFER_SIZE (128*1024)
|
||||
|
||||
@ -50,14 +49,6 @@
|
||||
|
||||
#define SIZEOFWORD 2
|
||||
|
||||
/* string manipulation flags - see clistr.c and srvstr.c */
|
||||
#define STR_TERMINATE 1
|
||||
#define STR_UPPER 2
|
||||
#define STR_ASCII 4
|
||||
#define STR_UNICODE 8
|
||||
#define STR_NOALIGN 16
|
||||
#define STR_TERMINATE_ASCII 128
|
||||
|
||||
/* how long to wait for secondary SMB packets (milli-seconds) */
|
||||
#define SMB_SECONDARY_WAIT (60*1000)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user