
  CONST
    avc$magnetic_tape_limit_name = 'MAGNETIC_TAPE                  ',
    avc$cpu_time_limit_name = 'CPU_TIME                       ',
    avc$task_limit_name = 'TASK                           ',
    avc$sru_limit_name = 'SRU                            ',
    avc$pfs_limit_name = 'PERMANENT_FILE_SPACE           ',
    avc$tfs_limit_name = 'TEMPORARY_FILE_SPACE           ';

{ The following constant defines the old (pre 1.5.1) name for the CPU time limit.
{ It has been left to provide compatibility with existing programs.  Any uses of
{ this constant should be changed to reference AVC$CPU_TIME_LIMIT_NAME.

  CONST
    avc$cp_time_limit_name = 'CP_TIME                        ';
