Mercurial > hg > xemacs-beta
view src/s/darwin.h @ 1657:5c8854104e13
[xemacs-hg @ 2003-08-31 17:52:59 by adrian]
[A21.5R21.4] [PATCH] Fix makeinfo-test and check-temacs in nt/xemacs.mak
-------------------- ChangeLog entries follow: --------------------
nt/ChangeLog addition:
2003-08-31 Adrian Aichner <adrian@xemacs.org>
* xemacs.mak (makeinfo-test): Moved after variable initialization
to make test actually work.
* xemacs.mak (TEMACS_BATCH_PACKAGES): New.
* xemacs.mak (check-temacs): Use TEMACS_BATCH_PACKAGES to enable
regression tests requiring packages.
author | adrian |
---|---|
date | Sun, 31 Aug 2003 17:52:59 +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