Commit 1c64de17 by Richard Stallman

(INCLUDE_DEFAULTS): New macro.

From-SVN: r2468
parent 5365d6ee
......@@ -18,6 +18,20 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
#include "m68k.h"
/* Use new NeXT include file search path. */
#define INCLUDE_DEFAULTS \
{ \
{ "/NextDeveloper/Headers", 0}, \
{ "/NextDeveloper/Headers/ansi", 0}, \
{ "/NextDeveloper/Headers/bsd", 0}, \
{ "/LocalDeveloper/Headers", 0}, \
{ "/LocalDeveloper/Headers/ansi", 0}, \
{ "/LocalDeveloper/Headers/bsd", 0}, \
{ "/NextDeveloper/2.0CompatibleHeaders", 0}, \
{ 0, 0} \
}
#define EXTRA_FORMAT_FUNCTIONS \
"NXPrintf", FALSE, 2, FALSE, \
"NXScanf", TRUE, 2, FALSE, \
......
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