Deleted Added
sdiff udiff text old ( 70703 ) new ( 73306 )
full compact
1/* $FreeBSD: head/gnu/usr.bin/cc/cc_tools/freebsd-native.h 70703 2001-01-06 06:16:31Z obrien $ */
2
3/* FREEBSD_NATIVE is defined when gcc is integrated into the FreeBSD
4 source tree so it can be configured appropriately without using
5 the GNU configure/build mechanism. */
6
7#undef SYSTEM_INCLUDE_DIR /* We don't need one for now. */
8#undef GCC_INCLUDE_DIR /* We don't need one for now. */
9#undef TOOL_INCLUDE_DIR /* We don't need one for now. */
10#undef LOCAL_INCLUDE_DIR /* We don't wish to support one. */
11
12/* Look for the include files in the system-defined places. */
13#define GPLUSPLUS_INCLUDE_DIR PREFIX"/include/g++"
14#define GCC_INCLUDE_DIR PREFIX"/include"

--- 34 unchanged lines hidden ---