Section 5 Specifications of a Config File
Rev. 1.01 Mar. 17, 2008 Page 32 of 128
REJ10J1822-0101
5.5 Server Information The following types of definitions are available for defining server information.
• SVR_NAME{…}; Server name
• SVR_ID{…}; Server ID
• SVR_VERSION{…}; Server version
• SVR_NOINIT; The server-initialization function is not to be created.
• SVR_NOSHUTDOWN; The server-shutdown function is not to be created.
• SVR_NOSTUBTBL; The server-stub function table is not to be created.
• SVR_STATIC{…}; Use of a static server
• SVR_SECTION{…}; Section name to be given to the server stub
• SVR_AUTH; How the server ID and server version will be assigned
5.5.1 SVR_NAME
Format:
SVR_NAME {<server name>};
Description:
This statement defines the server name. The defined server name will be applied to the names of
stub functions, etc. generated by RPCGEN. This definition cannot be omitted; if it is omitted,
RPCGEN reports the error and terminates processing.
Example:
SVR_NAME{EXAMPLE};