Mercurial > hg > xemacs-beta
comparison src/config.h.in @ 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 | c69610198c35 |
children | 4a2749e56f92 |
comparison
equal
deleted
inserted
replaced
556:44d2f69c70ad | 557:f486da5f1a3b |
---|---|
627 | 627 |
628 #if defined (__cplusplus) && !defined (NOT_C_CODE) | 628 #if defined (__cplusplus) && !defined (NOT_C_CODE) |
629 } | 629 } |
630 #endif | 630 #endif |
631 | 631 |
632 /* s&m files shouldn't be required to define anything, or even to exist. | |
633 If the s&m files don't define SYSTEM_TYPE, configure will select an | |
634 appropriate default value. */ | |
635 #ifndef SYSTEM_TYPE | |
636 #undef SYSTEM_TYPE | |
637 #endif | |
638 | |
632 #if defined (USE_SYSTEM_MALLOC) && !defined (SYSTEM_MALLOC) | 639 #if defined (USE_SYSTEM_MALLOC) && !defined (SYSTEM_MALLOC) |
633 #define SYSTEM_MALLOC | 640 #define SYSTEM_MALLOC |
634 #endif | 641 #endif |
635 | 642 |
636 /* Use the relocating allocator for buffer space? */ | 643 /* Use the relocating allocator for buffer space? */ |