DCE Application Programming Guide

Sample Application Listings
HP NonStop DCE Application Programming Guide429551-003
A-11
The Make File
The Make File
The make file is shown in Figure A-7 on page A-12. The make file shown is for TNS
systems. Following the figure are modifications for TNS/E systems.
rpc_ns_group_mbr_remove( rpc_c_ns_syntax_default, /* (7) */
group_name,
rpc_c_ns_syntax_default,
name,
&status);
ERR_CHK(status,"Could not remove server entry from group");
/* Add code here for additional de-installation tasks */
}
else
{
printf("Usage: %s -i [ host name ] or %s -r [ host name ]\n",
argv[0], argv[0]);
exit(1);
}
}
Figure A-6. The Installation File in a Straight Port (page 3 of 3)