GCC Middle and Back End API Reference
default_include Struct Reference

#include <cppdefault.h>

Data Fields

const char *const fname
 
const char *const component
 
const char cplusplus
 
const char cxx_aware
 
const char add_sysroot
 
const char multilib
 

Detailed Description

CPP Library.
Copyright (C) 1986-2024 Free Software Foundation, Inc.
Contributed by Per Bothner, 1994-95.
Based on CCCP program by Paul Rubin, June 1986
Adapted to ANSI C, Richard Stallman, Jan 1987

This program is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by the
Free Software Foundation; either version 3, or (at your option) any
later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program; see the file COPYING3.  If not see
<http://www.gnu.org/licenses/>.   
This is the default list of directories to search for include files.
It may be overridden by the various -I and -ixxx options.

#include "file" looks in the same directory as the current file,
then this list.
#include <file> just looks in this list.

All these directories are treated as `system' include directories
(they are not subject to pedantic warnings in some cases).   

Field Documentation

◆ add_sysroot

const char default_include::add_sysroot

Referenced by add_standard_paths().

◆ component

const char* const default_include::component

Referenced by add_standard_paths().

◆ cplusplus

const char default_include::cplusplus

Referenced by add_standard_paths().

◆ cxx_aware

const char default_include::cxx_aware

Referenced by add_standard_paths().

◆ fname

const char* const default_include::fname

Referenced by add_standard_paths().

◆ multilib

const char default_include::multilib

Referenced by add_standard_paths().


The documentation for this struct was generated from the following file: