diff options
author | Stefan Metzmacher <metze@samba.org> | 2006-03-07 10:30:39 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:52:24 -0500 |
commit | 112bb4d220c5dcd0760b3ac1885fec9de27af91b (patch) | |
tree | 4ef0062185370f308ba9b0f5fddcdfa9563f544a /source4/build/smb_build/input.pm | |
parent | 5a4f87fe121d07eaaa9c4934f4cba5c37b68f66e (diff) | |
download | samba-112bb4d220c5dcd0760b3ac1885fec9de27af91b.tar.gz samba-112bb4d220c5dcd0760b3ac1885fec9de27af91b.tar.bz2 samba-112bb4d220c5dcd0760b3ac1885fec9de27af91b.zip |
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)
Diffstat (limited to 'source4/build/smb_build/input.pm')
-rw-r--r-- | source4/build/smb_build/input.pm | 4 |
1 files changed, 2 insertions, 2 deletions
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})) { |