Section 5 Specifications of a Config File
Rev. 1.01 Mar. 17, 2008 Page 26 of 128
REJ10J1822-0101
5.3.2 CLNT_SOURCEPATH
Format:
CLNT_SOURCEPATH{"<path>"};
Description:
This statement defines the path under which <config file>_clnt.c will be generated. When the
CLNTS option is used, a definition of CLNT_SOURCEPATH is ignored.
Example:
CLNT_SOURCEPATH{"clnt\source"};
<config file>_clnt.c will be generated in the clnt\source directory under the current directory.
5.3.3 CLNT_INCPATH
Format:
CLNT_INCPATH{"<path>"};
Description:
This statement defines the path under which <config file>_clnt.h and <config file>_private.h will
be generated. When the CLNTI option is used, a definition of CLNT_INCPATH is ignored.
Example:
CLNT_INCPATH{"C:\clnt\include"};
<config file>_clnt.h and <config file>_private.h will be generated in the C:\clnt\include directory.