Mercurial > hg > xemacs-beta
view src/s/darwin.h @ 3729:96cba27916dd
[xemacs-hg @ 2006-12-08 07:39:22 by michaels]
2006-11-23 Mike Sperber <mike@xemacs.org>
* configure.ac (XE_EXPAND_VARIABLE): Fully expand the various
directories before comparing them for figuring out which of them
are user-defined. Use XE_EPXAND_VARIABLE macro created for this
purpose where applicable.
author | michaels |
---|---|
date | Fri, 08 Dec 2006 07:39:23 +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