view src/s/darwin.h @ 3917:b8ded6c3f2a4

[xemacs-hg @ 2007-04-22 09:24:11 by aidan] Only call charset-registries in the font menu if it's available.
author aidan
date Sun, 22 Apr 2007 09:24:12 +0000
parents 7b40ca6d2195
children
line wrap: on
line source

/* 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