1
0
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:
Andrew Bartlett 2011-07-06 12:08:52 +10:00
parent 4ccac7030a
commit c1f8a74320
3 changed files with 0 additions and 8 deletions

View File

@ -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

View File

@ -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

View File

@ -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) {\