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/input.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source4/build/smb_build/input.pm') diff --git a/source4/build/smb_build/input.pm b/source4/build/smb_build/input.pm index 08fda140c1..5d6320942c 100644 --- a/source4/build/smb_build/input.pm +++ b/source4/build/smb_build/input.pm @@ -159,8 +159,8 @@ sub check($$$$$) $part->{NOPROTO} = "YES"; } - unless (defined($part->{DEFAULT_VISIBILITY})) { - $part->{DEFAULT_VISIBILITY} = "hidden"; + unless (defined($part->{STANDARD_VISIBILITY})) { + $part->{STANDARD_VISIBILITY} = "hidden"; } unless (defined($part->{EXTRA_CFLAGS})) { -- cgit