This commit was generated by cvs2svn to compensate for changes in r5670,
[chise/xemacs-chise.git.1] / src / s / darwin.h
1 /* s/ file for Darwin/MacOS X systems */
2
3 #define SYSTEM_TYPE "darwin"
4
5 /* Defines this as a BSD system, used in fakemail, for example */
6 #ifndef NOT_C_CODE
7 #include <sys/param.h>
8 #endif
9
10 /* The builtin malloc is broken in the sense that replacing it
11    with a user implementation is impossible. */
12 #define SYSTEM_MALLOC
13
14 #define HAVE_PTYS
15
16 /* TAB3 is defined in Unix98, but darwin doesn't have it. 
17    OXTABS is the traditional BSD equivalent. */
18 #define TAB3 OXTABS