diff src/s/darwin.h @ 557:f486da5f1a3b

[xemacs-hg @ 2001-05-22 06:49:12 by martinb] final part of MacOS X port
author martinb
date Tue, 22 May 2001 06:49:43 +0000
parents
children 1706fd7322af
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/src/s/darwin.h	Tue May 22 06:49:43 2001 +0000
@@ -0,0 +1,12 @@
+/* This is the configuration file for the Apple MacOS X operating system.
+   It's descended from NeXTstep and Freebsd.
+   The system is popularly known as "Darwin".  */
+
+/* This defines the symbol `BSD', which is required for fakemail to
+   compile correctly. */
+#ifndef NOT_C_CODE
+#include <sys/param.h>
+#endif
+
+/* If you don't use the system malloc, you get an obscure link error. */
+#define SYSTEM_MALLOC