mirror of
https://github.com/samba-team/samba.git
synced 2024-12-23 17:34:34 +03:00
librpc/ndr remove _SAMBA_BUILD_ conditionals
This commit is contained in:
parent
4ccac7030a
commit
c1f8a74320
@ -27,10 +27,8 @@
|
||||
|
||||
#include <talloc.h>
|
||||
#include <sys/time.h>
|
||||
#if _SAMBA_BUILD_ == 4
|
||||
#include "../lib/util/util.h" /* for discard_const */
|
||||
#include "../lib/util/charset/charset.h"
|
||||
#endif
|
||||
|
||||
/*
|
||||
this provides definitions for the libcli/rpc/ MSRPC library
|
||||
|
@ -29,9 +29,6 @@
|
||||
#include "includes.h"
|
||||
#include "librpc/ndr/libndr.h"
|
||||
#include "../lib/util/dlinklist.h"
|
||||
#if _SAMBA_BUILD_ == 4
|
||||
#include "param/param.h"
|
||||
#endif
|
||||
|
||||
#define NDR_BASE_MARSHALL_SIZE 1024
|
||||
|
||||
|
@ -25,9 +25,6 @@
|
||||
#include "includes.h"
|
||||
#include "librpc/gen_ndr/ndr_spoolss.h"
|
||||
#include "librpc/gen_ndr/ndr_security.h"
|
||||
#if (_SAMBA_BUILD_ >= 4)
|
||||
#include "param/param.h"
|
||||
#endif
|
||||
|
||||
#define NDR_SPOOLSS_PUSH_ENUM_IN(fn) do { \
|
||||
if (!r->in.buffer && r->in.offered != 0) {\
|
||||
|
Loading…
Reference in New Issue
Block a user