{Define types for specifying ACCESS RIGHTS of a user to a segment.}
{  *** note - used only in monitor mode. ***}
{
{ NOTE: If TYPE declarations or record fields are added/changed/deleted, please
{   make the appropriate changes in the corresponding display procedures in the
{   module(s) for the System Core Debugger: SYM$DEBUG, SYM$DEBUG1
{

  TYPE
    mmt$segment_access_rights = (mmc$sar_none, mmc$sar_read, mmc$sar_modify,
      mmc$sar_write_extend);
