diff options
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/rpc_dce.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/source3/include/rpc_dce.h b/source3/include/rpc_dce.h index 32ab19c157..4a4068be6f 100644 --- a/source3/include/rpc_dce.h +++ b/source3/include/rpc_dce.h @@ -31,15 +31,6 @@ /* #define MAX_PDU_FRAG_LEN 0x1630 this is what wnt sets */ #define RPC_MAX_PDU_FRAG_LEN 0x10b8 /* this is what w2k sets */ -#define RPC_IFACE_LEN (UUID_SIZE + 4) - #define RPC_HEADER_LEN 16 -#define RPC_HDR_REQ_LEN 8 - -#define RPC_HDR_RESP_LEN 8 - - -#define RPC_HDR_AUTH_LEN 8 - #endif /* _DCE_RPC_H */ |