From 44a016cd89e9421ab5938a0e52ec21774b438c99 Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Wed, 6 Jul 2011 13:09:17 +1000 Subject: build: we no longer put #if _SAMBA_BUILD_ == 4 in public headers Autobuild-User: Andrew Bartlett Autobuild-Date: Wed Jul 6 06:46:50 CEST 2011 on sn-devel-104 --- wscript_build | 3 --- 1 file changed, 3 deletions(-) (limited to 'wscript_build') 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') -- cgit