diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2006-03-16 13:56:14 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:57:30 -0500 |
commit | 71b4fd97922933b24424924acee606389bfecb2d (patch) | |
tree | d2e7e11e9be9736232c219a85d781f696a1fa336 /source4/build/smb_build | |
parent | 2438b90b32716a07589ccb5d747969c2bce974de (diff) | |
download | samba-71b4fd97922933b24424924acee606389bfecb2d.tar.gz samba-71b4fd97922933b24424924acee606389bfecb2d.tar.bz2 samba-71b4fd97922933b24424924acee606389bfecb2d.zip |
r14477: Remove the NOPROTO property - it's no longer used as proto.h is gone.
(This used to be commit 9c37f847d32d2f327a88c53a90af0c73126b76be)
Diffstat (limited to 'source4/build/smb_build')
-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", |