#pragma options [no]stdinc
Specifies whether the standard include directories are included in the search paths for system and user header files.
The directory specified in the configuration file
for the XL C header files (this is normally /opt/ibmcmp/vacpp/11.1/include/)
or by the -qc_stdinc option
The directory specified in
the configuration file for the XL C and C++ header files (this is normally /opt/ibmcmp/vacpp/11.1/include/)
or by the -qcpp_stdinc option-qstdinc
The search order of header files is described in Directory search sequence for include files.
This option only affects search paths for header files included with a relative name; if a full (absolute) path name is specified, this option has no effect on that path name.
The last valid pragma directive remains in effect until replaced by a subsequent pragma.
None.
xlc myprogram.c -qnostdinc -I/tmp/myfiles