From de73d69675b9cd0c61a45656d4f9405519ddfc3c Mon Sep 17 00:00:00 2001 From: tomo Date: Mon, 23 Sep 2002 05:17:02 +0000 Subject: [PATCH] Initial revision --- src/s/darwin.h | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 src/s/darwin.h 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 -- 1.7.10.4