mirror of
https://github.com/samba-team/samba.git
synced 2025-02-22 05:57:43 +03:00
s3-build: only include rpc_misc.h where needed.
Guenther
This commit is contained in:
parent
8b4f5319ef
commit
3aab0c701c
@ -641,7 +641,6 @@ extern void *cmdline_lp_ctx;
|
||||
#include "smb.h"
|
||||
#include "nameserv.h"
|
||||
#include "../lib/util/byteorder.h"
|
||||
#include "rpc_misc.h"
|
||||
#include "mapping.h"
|
||||
#include "passdb.h"
|
||||
#include "msdfs.h"
|
||||
|
@ -23,8 +23,6 @@
|
||||
#ifndef _RPC_MISC_H /* _RPC_MISC_H */
|
||||
#define _RPC_MISC_H
|
||||
|
||||
#define SMB_RPC_INTERFACE_VERSION 1
|
||||
|
||||
/**********************************************************************
|
||||
* RPC policy handle used pretty much everywhere
|
||||
**********************************************************************/
|
||||
|
@ -26,6 +26,8 @@
|
||||
#ifndef __DCERPC_H__
|
||||
#define __DCERPC_H__
|
||||
|
||||
#define SMB_RPC_INTERFACE_VERSION 1
|
||||
|
||||
enum dcerpc_transport_t {
|
||||
NCA_UNKNOWN, NCACN_NP, NCACN_IP_TCP, NCACN_IP_UDP, NCACN_VNS_IPC,
|
||||
NCACN_VNS_SPP, NCACN_AT_DSP, NCADG_AT_DDP, NCALRPC, NCACN_UNIX_STREAM,
|
||||
|
@ -40,6 +40,7 @@
|
||||
#include "include/printing.h"
|
||||
#include "secrets.h"
|
||||
#include "../librpc/gen_ndr/netlogon.h"
|
||||
#include "rpc_misc.h"
|
||||
|
||||
/* macros stolen from s4 spoolss server */
|
||||
#define SPOOLSS_BUFFER_UNION(fn,info,level) \
|
||||
|
@ -25,6 +25,7 @@
|
||||
#include "registry/reg_parse_prs.h"
|
||||
#include "registry.h"
|
||||
#include "registry/reg_perfcount.h"
|
||||
#include "rpc_misc.h"
|
||||
|
||||
#undef DBGC_CLASS
|
||||
#define DBGC_CLASS DBGC_RPC_SRV
|
||||
|
Loading…
x
Reference in New Issue
Block a user