1 /* s/ file for Darwin/MacOS X systems */
3 #define SYSTEM_TYPE "darwin"
5 /* Defines this as a BSD system, used in fakemail, for example */
10 /* The builtin malloc is broken in the sense that replacing it
11 with a user implementation is impossible. */
16 /* TAB3 is defined in Unix98, but darwin doesn't have it.
17 OXTABS is the traditional BSD equivalent. */