{   NFT$WAIT_LIST_SIZE can be used by QTFC and SCF to set the maximum size of
{   the wait list each uses for calls to OSP$I_AWAIT_ACTIVITY_COMPLETION.
{   The maximum size of 4095 seems large enough so that neither QTF nor SCF
{   should ever excede that many elements in a wait list.

  CONST
    nfc$max_wait_list_size = 4095;

  TYPE
    nft$wait_list_size = 0 .. nfc$max_wait_list_size;

