{
{    The purpose of this procedure is to change a given TCP/IP application
{ definition.  The change is made to the application file and if NAM/VE is
{ active to the TCP/IP attributes list.
{
{       NAP$CHANGE_TCPIP (APPLICATION, MAXIMUM_SOCKETS, TCPIP_CAPABILITY,
{             TCPIP_RING, TCPIP_SYSTEM_PRIVILEGE, STATUS)
{
{ APPLICATION: (input)  Specifies the name of the application whose definition
{       is to be changed.
{
{ 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.
{
{ STATUS: (output) This parameter specifies the request status.
{       CONDITION:
{             nae$application_file_error
{             nae$application_file_not_open
{             nae$incorrect_appl_file_version
{             nae$unknown_application
{
