From 0f2d3e4e4e88e92998329aab0fd912d89dc4a836 Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Fri, 26 Feb 2016 08:46:44 +0100 Subject: [PATCH] Unified on VMS - add %disabled in vmsconfig.pm (util/dofile.pl demands it) Reviewed-by: Rich Salz --- Configurations/descrip.mms.tmpl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Configurations/descrip.mms.tmpl b/Configurations/descrip.mms.tmpl index c2eed1178b..e8e335dfff 100644 --- a/Configurations/descrip.mms.tmpl +++ b/Configurations/descrip.mms.tmpl @@ -359,7 +359,7 @@ vmsconfig.pm : configdata.pm WRITE CONFIG "use strict; use warnings;" WRITE CONFIG "use Exporter;" WRITE CONFIG "our @ISA = qw(Exporter);" - WRITE CONFIG "our @EXPORT = qw(%config %target %withargs %unified_info);" + WRITE CONFIG "our @EXPORT = qw(%config %target %withargs %unified_info %disabled);" WRITE CONFIG "our %config = (" WRITE CONFIG " target => '{- $config{target} -}'," WRITE CONFIG " version => '$(MAJOR).$(MINOR)'," @@ -372,6 +372,7 @@ vmsconfig.pm : configdata.pm WRITE CONFIG " ]," WRITE CONFIG ");" WRITE CONFIG "our %target = ();" + WRITE CONFIG "our %disabled = ();" WRITE CONFIG "our %withargs = ();" WRITE CONFIG "our %unified_info = ();" WRITE CONFIG "1;" -- 2.25.1