diff options
Diffstat (limited to 'source4/build/smb_build/config_mk.pm')
-rw-r--r-- | source4/build/smb_build/config_mk.pm | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/source4/build/smb_build/config_mk.pm b/source4/build/smb_build/config_mk.pm index c0d05a4e6f..2bc2953567 100644 --- a/source4/build/smb_build/config_mk.pm +++ b/source4/build/smb_build/config_mk.pm @@ -25,7 +25,6 @@ my $section_types = { "REQUIRED_SUBSYSTEMS" => "list", "ENABLE" => "bool", - "NOPROTO" => "bool", "MANPAGE" => "string", @@ -46,7 +45,6 @@ my $section_types = { "REQUIRED_SUBSYSTEMS" => "list", "ENABLE" => "bool", - "NOPROTO" => "bool", "OUTPUT_TYPE" => "string", @@ -61,7 +59,6 @@ my $section_types = { "REQUIRED_SUBSYSTEMS" => "list", "ENABLE" => "bool", - "NOPROTO" => "bool", "MANPAGE" => "string", "INSTALLDIR" => "string", @@ -83,7 +80,6 @@ my $section_types = { "REQUIRED_SUBSYSTEMS" => "list", "ENABLE" => "bool", - "NOPROTO" => "bool", "MANPAGE" => "string", |