diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2006-09-08 14:25:52 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 14:17:59 -0500 |
commit | 7caf7839f5243546437e75f0f7eec52bcea98d6b (patch) | |
tree | 42b81c981f19bb40e947cdfcd469de88aa3cd4fd /source4 | |
parent | 28bd2665c12199596e1ff44d557d418092d0136c (diff) | |
download | samba-7caf7839f5243546437e75f0f7eec52bcea98d6b.tar.gz samba-7caf7839f5243546437e75f0f7eec52bcea98d6b.tar.bz2 samba-7caf7839f5243546437e75f0f7eec52bcea98d6b.zip |
r18270: Samba3 has _PUBLIC_ now.
(This used to be commit 9dd6520240fbe3ea8126845a1fa2bdea35c7c4ac)
Diffstat (limited to 'source4')
-rw-r--r-- | source4/pidl/lib/Parse/Pidl/Samba4/NDR/Parser.pm | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/source4/pidl/lib/Parse/Pidl/Samba4/NDR/Parser.pm b/source4/pidl/lib/Parse/Pidl/Samba4/NDR/Parser.pm index 944a3f3453..9e4388e28d 100644 --- a/source4/pidl/lib/Parse/Pidl/Samba4/NDR/Parser.pm +++ b/source4/pidl/lib/Parse/Pidl/Samba4/NDR/Parser.pm @@ -2380,11 +2380,6 @@ sub GenerateIncludes() pidl choose_header("librpc/gen_ndr/ndr_dcerpc.h", "gen_ndr/ndr_dcerpc.h"); pidl choose_header("librpc/rpc/dcerpc.h", "dcerpc.h"); #FIXME: This shouldn't be here! } - - # Samba3 doesn't have _PUBLIC - if (is_intree() == 3) { - pidl "#define _PUBLIC_"; - } } ##################################################################### |