summaryrefslogtreecommitdiff
path: root/source4/build/smb_build/config_mk.pm
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2006-03-07 10:30:39 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:52:24 -0500
commit112bb4d220c5dcd0760b3ac1885fec9de27af91b (patch)
tree4ef0062185370f308ba9b0f5fddcdfa9563f544a /source4/build/smb_build/config_mk.pm
parent5a4f87fe121d07eaaa9c4934f4cba5c37b68f66e (diff)
downloadsamba-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/config_mk.pm')
-rw-r--r--source4/build/smb_build/config_mk.pm4
1 files changed, 2 insertions, 2 deletions
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"
}
};