diff options
author | Andrew Bartlett <abartlet@samba.org> | 2011-07-06 13:09:17 +1000 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2011-07-06 06:46:50 +0200 |
commit | 44a016cd89e9421ab5938a0e52ec21774b438c99 (patch) | |
tree | 699c67222af1d680b26c4f43808d197ba0f02a77 /wscript_build | |
parent | dd491d8d8c28d40ed6d3af310220dfe933b106db (diff) | |
download | samba-44a016cd89e9421ab5938a0e52ec21774b438c99.tar.gz |
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_build | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/wscript_build b/wscript_build index a7718385ffa..2e758536d38 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') |