Controls how include files are treated when #pragma once is enabled.
#pragma syspath_once on | off | reset
If you enable this pragma, files called in #include <> and #include "" directives are treated as distinct, even if they refer to the same file.
This pragma does not correspond to any panel setting. To check this setting, use __option (syspath_once), described in Checking Settings. The default setting is on.