{
{    The purpose of this procedure is to define a TCP/IP application.
{
{       NAP$DEFINE_TCPIP (APPLICATION, MAXIMUM_SOCKETS, TCPIP_CAPABILITY,
{             TCPIP_RING, TCPIP_SYSTEM_PRIVILEGE, PROTOCOL, STATUS)
{
{ APPLICATION: (input)  Specifies the application name.
{
{ MAXIMUM_SOCKETS: (input)  This parameter specifies the maximum number of
{       sockets allowed for this application.
{
{ TCPIP_CAPABILITY: (input)  This parameter specifies the capability attribute
{       of the application.
{
{ TCPIP_RING: (input)  This parameter specifies the ring attribute of the
{       application.
{
{ TCPIP_SYSTEM_PRIVILEGE: (input)  This parameter specifies the system
{       privilege attribute of the application.
{
{ PROTOCOL: (input)  This parameter specifies the protocol attribute of the
{       application.
{
{ STATUS: (output) This parameter specifies the request status.
{       CONDITION:
{             nae$application_file_not_open
{
