*copyc MLD$MEMORY_LINK_DECLARATIONS
   CONST rhc$beginning_of_information=0,
         rhc$middle_of_information=1,
         rhc$end_of_information=2,
         rhc$completed=3,
         rhc$error=4,
         rhc$delete_file=5,
         rhc$max_messages=1,
         rhc$max_message_length=(mlc$max_message_length DIV (64 * 8)) * 64,
         rhc$ok=0,
         rhc$job_not_found=0,
         rhc$job_found=1,
         rhc$get_pf=0,
         rhc$replace_pf=1,
         rhc$submit_pj=0,
         rhc$status_pj=1,
       { rhc$receive_remote_output=010010001000010010010010001111(2),  {RHRRO}
       { rhc$send_input_to_remote=010010001000010011001001010010(2),   {RHSIR}
       { rhc$partner_job_processor=010010001000010000001010010000(2),  {RHPJP}
       { rhc$receive_remote_input=010010001000010010010010001001(2),   {RHRRI}
       { rhc$send_output_to_remote=010010001000010011001111010010(2);  {RHSOR}
 rhc$receive_remote_output=1,
 rhc$send_input_to_remote=2,
 rhc$partner_job_processor=3,
 rhc$receive_remote_input=4,
 rhc$send_output_to_remote=5;
{ ****************************** END OF COMMON DECK RHDCONS ************************ }
