! File: CONFIG.TPU ! ! This procedure handles specific edits needed for the CONFIG.C module to ! for OpenVMS ! ! This is just replacing the ADDMODULE markers with #include statements ! where another module builds the included files. ! ! This is a log easier. ! ! 08-Jun-2002 J. Malmberg ! !============================================================================ VMS_REPLACE ('/* -- ADDMODULE MARKER 1 -- */', '#include "vms_config_extern.h"'); VMS_REPLACE ('/* -- ADDMODULE MARKER 2 -- */', '#include "vms_config_static_init.h"');