diff options
author | Andrew Tridgell <tridge@samba.org> | 2005-01-27 07:09:42 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:09:16 -0500 |
commit | db75b1c8f7a10b19511f94f798ce17e7101a87a3 (patch) | |
tree | 2c3073ce33b82fc20340558f3dd6016fdf4beb1b | |
parent | 759da3b915e2006d4c87b5ace47f399accd9ce91 (diff) | |
download | samba-db75b1c8f7a10b19511f94f798ce17e7101a87a3.tar.gz samba-db75b1c8f7a10b19511f94f798ce17e7101a87a3.tar.bz2 samba-db75b1c8f7a10b19511f94f798ce17e7101a87a3.zip |
r5038: we don't need these defines any more
(This used to be commit 03697fc761d5f6a93de34c9eadc8fe2c45fa78ae)
-rw-r--r-- | source4/include/smb.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/source4/include/smb.h b/source4/include/smb.h index e40f86eb4c..ab1e11a02d 100644 --- a/source4/include/smb.h +++ b/source4/include/smb.h @@ -27,10 +27,6 @@ #ifndef _SMB_H #define _SMB_H -#define NMB_PORT 137 -#define DGRAM_PORT 138 -#define SMB_PORT1 445 -#define SMB_PORT2 139 #define SMB_PORTS "445 139" enum smb_signing_state {SMB_SIGNING_OFF, SMB_SIGNING_SUPPORTED, |