
{ The values of the supported protocol stacks represent bit positions.
{ Support for multiple protocol stacks is indicated by adding up the values
{ assigned to the individual protocol stacks.

  CONST
    nac$xns_protocol_stack = 1,
    nac$osi_protocol_stack = 2,
    nac$all_protocol_stacks = 3;

  TYPE
    nat$protocol_stack_integer = 0 .. 255;

