DCE Application Programming Guide

Sample Application Listings
HP NonStop DCE Application Programming Guide429551-003
A-23
The README File
Figure A-13. The README File in a Release 1.1 Port (page 1 of 2)
This is the README file for the Information Server Application. A
detailed description of it can be found in chapter 18 of OSF DCE: A
Guide to Developing Distributed Applications.
===============================================================
(c) Copyright 1993 Harold W. Lockhart and Frederic M. Oldfield
ALL RIGHTS RESERVED
Permission is hereby granted to use, copy, modify and freely
distribute this software for any purpose without fee, provided
that the above copyright notice and this permission notice are
retained in it.
The authors make no representations about the suitability of
this software for any purpose. It is provided "as is" without
express or implied warranty. The authors assume no liability,
direct or consequential, resulting from its use.
*** Modifications for NonStop servers
1. make file for TNS and TNS/E
2. added version of server using DCE 1.1 initialization and
serviceability
===============================================================
FILES
readme.txt
readme.txt.v11 This file (includes V1.1 server support)
infpls.idl Interface Definition File
infpls.acf Attribute Configuration File
inf.sams SAMS message file
errmac.h Error Macros
errmac_s.h Error Macros for V1.1 Server
infpls_s.c Server
infpls_s_v11.c V1.1 Server
infpls_c.c Client
infpls_i.c Installation Program
infplsmk.grd Make file (Gradient SysV-DCE)
infplsmk.ibm Make file (IBM AIX RS/6000)
infplsmk.tns Make file (NonStop server)
infplsmk.tns.v11 Make file with V1.1 Server
Note that the file names are expected to be in lower case.
BUILDING
Create a build file appropriate to your environment using the ones
provided as models.
The build will create the following executables:
infpls_s_v11.out V1.1 Server
infpls_s.out Server
infpls_c.out Client
infpls_i.out Installation Program