home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 5 Edit / 05-Edit.zip / e20313sr.zip / emacs / 20.3.1 / src / s / sunos413.h < prev    next >
C/C++ Source or Header  |  1999-06-27  |  286b  |  12 lines

  1. #include "sunos4-1.h"
  2.  
  3. /* jik@gza.com says this works now.  */
  4. /* The bug that corrupts GNU malloc's memory pool is fixed in SunOS 4.1.3. */
  5.  
  6. #undef SYSTEM_MALLOC
  7.  
  8. /* barrie@calvin.demon.co.uk says memmove is missing.  */
  9. #ifndef SYSTEM_MALLOC
  10. #define MEMMOVE_MISSING
  11. #endif
  12.