summaryrefslogtreecommitdiff
path: root/wscript_build
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2011-07-06 13:09:17 +1000
committerAndrew Bartlett <abartlet@samba.org>2011-07-06 06:46:50 +0200
commit44a016cd89e9421ab5938a0e52ec21774b438c99 (patch)
tree699c67222af1d680b26c4f43808d197ba0f02a77 /wscript_build
parentdd491d8d8c28d40ed6d3af310220dfe933b106db (diff)
downloadsamba-44a016cd89e9421ab5938a0e52ec21774b438c99.tar.gz
samba-44a016cd89e9421ab5938a0e52ec21774b438c99.tar.bz2
samba-44a016cd89e9421ab5938a0e52ec21774b438c99.zip
build: we no longer put #if _SAMBA_BUILD_ == 4 in public headers
Autobuild-User: Andrew Bartlett <abartlet@samba.org> Autobuild-Date: Wed Jul 6 06:46:50 CEST 2011 on sn-devel-104
Diffstat (limited to 'wscript_build')
-rw-r--r--wscript_build3
1 files changed, 0 insertions, 3 deletions
diff --git a/wscript_build b/wscript_build
index a7718385ff..2e758536d3 100644
--- a/wscript_build
+++ b/wscript_build
@@ -24,9 +24,6 @@ bld.env.build_public_headers = 'include/public'
# compilation, so they are safe
bld.env.public_headers_skip = ['param/param_proto.h', 'lib/ldb_compat.h']
-# force headers to use SAMBA4 rules
-bld.env.public_headers_replace = { '#if _SAMBA_BUILD_ == 4' : '#if 1 /* _SAMBA_BUILD_ == 4 */' }
-
samba_version.load_version(bld.env, is_install=bld.is_install)
bld.SAMBA_MKVERSION('version.h')