include directive
In this section:
Syntax
include "filename";Parameters
| A path where both / and \ can be used as the directory delimiter. |
Description
The include directive makes it possible to divide the configuration file into several logically distinct parts, each in a separate file. For instance, there might be parts that you need to change often and parts that you seldom edit.
Normally, the linker searches for configuration include files in the system configuration directory. You can use the ‑‑config_search linker option to add more directories to search.