From 112bb4d220c5dcd0760b3ac1885fec9de27af91b Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Tue, 7 Mar 2006 10:30:39 +0000 Subject: r13921: rename DEFAULT_VISIBILITY -> STANDARD_VISIBILITY the standard is "hidden" and not "default", I hope this name makes a bit less confusing metze (This used to be commit 3e27534ad6d249c1d69f326dac9cc250868b0534) --- source4/build/smb_build/config_mk.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source4/build/smb_build/config_mk.pm') diff --git a/source4/build/smb_build/config_mk.pm b/source4/build/smb_build/config_mk.pm index 1d38bf74f0..17bec56ced 100644 --- a/source4/build/smb_build/config_mk.pm +++ b/source4/build/smb_build/config_mk.pm @@ -35,7 +35,7 @@ my $section_types = { "PUBLIC_HEADERS" => "list", "EXTRA_CFLAGS" => "string", - "DEFAULT_VISIBILITY" => "string" + "STANDARD_VISIBILITY" => "string" }, "MODULE" => { "SUBSYSTEM" => "string", @@ -94,7 +94,7 @@ my $section_types = { "PRIVATE_PROTO_HEADER" => "string", "EXTRA_CFLAGS" => "string", - "DEFAULT_VISIBILITY" => "string" + "STANDARD_VISIBILITY" => "string" } }; -- cgit