Commit a0650793 by Richard Stallman

(INCLUDE_DEFAULTS): Add /usr/include/bsd.

From-SVN: r4539
parent e99300f1
/* next.h -- operating system specific defines to be used when /* nextstep.h -- operating system specific defines to be used when
targeting GCC for NeXTSTEP. targeting GCC for NeXTSTEP.
Copyright (C) 1989, 1990, 1991, 1992, 1993 Free Software Foundation, Inc. Copyright (C) 1989, 1990, 1991, 1992, 1993 Free Software Foundation, Inc.
...@@ -37,6 +37,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ ...@@ -37,6 +37,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
{ "/LocalDeveloper/Headers/bsd", 0}, \ { "/LocalDeveloper/Headers/bsd", 0}, \
{ "/NextDeveloper/2.0CompatibleHeaders", 0}, \ { "/NextDeveloper/2.0CompatibleHeaders", 0}, \
{ STANDARD_INCLUDE_DIR, 0}, \ { STANDARD_INCLUDE_DIR, 0}, \
{ "/usr/include/bsd", 0} \
{ 0, 0} \ { 0, 0} \
} }
#endif /* CROSS_COMPILE */ #endif /* CROSS_COMPILE */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment