{$X+}

program nufork;

include {NOLIST} 'domain:mdep.def';
include {NOLIST} 'domain:master.def';
include {NOLIST} 'domain:lparse.def';
include {NOLIST} 'domain:irdata.hdr';
include {NOLIST} 'domain:mdep.hdr';
include {NOLIST} 'domain:pp.hdr';

procedure serve;extern;

begin

{ low-level initialization }
irinit;
pp_init;

{ initialize database }
forkmaster;

serve
end.