Setting up the use of this module.

§1. This section simoly sets up the module in ways expected by foundation, and contains no code of interest. The following constant exists only in tools which use this module:

define RUNTIME_MODULE TRUE

§2. Like all modules, this one must define a start and end function:

void RuntimeModule::start(void) {
}
void RuntimeModule::end(void) {
}