From: tomo Date: Mon, 23 Sep 2002 05:17:02 +0000 (+0000) Subject: Initial revision X-Git-Tag: r21-4-7-utf-2000-5~1^2 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=de73d69675b9cd0c61a45656d4f9405519ddfc3c;p=chise%2Fxemacs-chise.git Initial revision --- diff --git a/src/s/darwin.h b/src/s/darwin.h new file mode 100644 index 0000000..5ba6d03 --- /dev/null +++ b/src/s/darwin.h @@ -0,0 +1,18 @@ +/* s/ file for Darwin/MacOS X systems */ + +#define SYSTEM_TYPE "darwin" + +/* Defines this as a BSD system, used in fakemail, for example */ +#ifndef NOT_C_CODE +#include +#endif + +/* The builtin malloc is broken in the sense that replacing it + with a user implementation is impossible. */ +#define SYSTEM_MALLOC + +#define HAVE_PTYS + +/* TAB3 is defined in Unix98, but darwin doesn't have it. + OXTABS is the traditional BSD equivalent. */ +#define TAB3 OXTABS