(go to: table of contents, index, list of configurations, )
A ";" in column 1 is also treated as a comment, however the entire line is
also copied to the output '.MAR' file where it is used as a comment as well.
E. g.: for threading support in the DCL environment the following call
has to be done:
There must not be a SPACE character in this column!
21-JUL-1999 ZE.
builtin modules
Example:
$ edit CONFIG.DAT
...
$ @ CONFIG_INITTAB2MAR.COM CONFIG.DAT "D"
$ directory CONFIG;
Directory DKA100:[PYTHON.PYTHON-1_5_2.VMS]
CONFIG.C_;1 CONFIG.DAT;2
Total of 2 files.
$
$ @ DMACRO_VMS CONFIG_INITTAB
%DMACRO-I-MODULE, compiling module CONFIG_INITTAB
$ directory CONFIG*;
Directory DKA100:[PYTHON.PYTHON-1_5_2.VMS]
CONFIG.C_;1 CONFIG.DAT;2 CONFIG.OPT;1
CONFIG_INITTAB.MAR;1 CONFIG_INITTAB2MAR.COM;2
Total of 5 files.
$
$ @ LINKD_PY
----------------------------------------------------------------
%LINKD_PY-I-LINKPRG, linking program PYTHON_VAX.EXE
$
$ directory PYTHON_*.EXE;
Directory DKA100:[PYTHON.PYTHON-1_5_2.VMS]
PYTHON_VAX.EXE;1
Total of 1 file.
$
The file 'CONFIG.C' is no longer used and can be deleted after its contents
have been merged with those of CONFIG.DAT.
format of CONFIG.DAT
A comment is started by the "!" character. It must be in column 1 on
a comment-only line.
The list is terminated by a line containing '0 0'.
Mixed case is allowed. One or more SPACE characters delimit this column
from the next one.
Mixed case is allowed, but is currently not used on OpenVMS.
One or more SPACE characters delimit this column from the next one.
This is validated against input parameter 2 to procedure
CONFIG_INITTAB2MAR.COM. The "D" means "DCL environment", the "P" means
"POSIX" environment, "T" is for threading support. ALL characters must
be specified together as parameter 2.
$ @ CONFIG_INITTAB2MAR.COM CONFIG.DAT "DT"
Data from this column goes into file "CONFIG.OPT". Look for a column
that contains the string "zlib" as an example.
(go to: table of contents,
index,
list of configurations,
)