Config spec include files

An include file facility makes it easy to ensure that all team members are using the same config spec. For example, the configuration rules in this config spec can be placed in file /public/c_specs/major.csp. Each developer then needs the following one-line config spec:

(1)
include /public/c_specs/major.csp
Note: If you are sharing config specs among Linux®, the UNIX® system, and Windows® computers where the VOB tags are different, you must have two sources, or you must store the config spec in a directory on Linux and the UNIX system that is also accessible from the Windows® platform.

If you want to modify this config spec (for example, to adopt the no-directory-branching policy), only the contents of major.csp need to change.