Deleted Added
full compact
freebsd-native.h (70703) freebsd-native.h (73306)
1/* $FreeBSD: head/gnu/usr.bin/cc/cc_tools/freebsd-native.h 70703 2001-01-06 06:16:31Z obrien $ */
1/* $FreeBSD: head/gnu/usr.bin/cc/cc_tools/freebsd-native.h 73306 2001-03-02 02:56:59Z 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
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 FREEBSD_NATIVE
8#define FREEBSD_NATIVE 1
9
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 ---
10#undef SYSTEM_INCLUDE_DIR /* We don't need one for now. */
11#undef GCC_INCLUDE_DIR /* We don't need one for now. */
12#undef TOOL_INCLUDE_DIR /* We don't need one for now. */
13#undef LOCAL_INCLUDE_DIR /* We don't wish to support one. */
14
15/* Look for the include files in the system-defined places. */
16#define GPLUSPLUS_INCLUDE_DIR PREFIX"/include/g++"
17#define GCC_INCLUDE_DIR PREFIX"/include"

--- 34 unchanged lines hidden ---