]> code.delx.au - gnu-emacs/blobdiff - src/s/sunos413.h
(LIBXMU): Don't bother testing CANNOT_DUMP.
[gnu-emacs] / src / s / sunos413.h
index 287c41081c8a8d0aaa23daee94d1d94260f707f8..3caae6e737884fd2223071a458201365a6462bf2 100644 (file)
@@ -1,12 +1,11 @@
 #include "sunos4-1.h"
 
-#if 0 /* jik@gza.com says this didn't work.  Too bad.
-        Can anyone find out why this loses?  */
+/* jik@gza.com says this works now.  */
 /* The bug that corrupts GNU malloc's memory pool is fixed in SunOS 4.1.3. */
 
 #undef SYSTEM_MALLOC
-#endif
 
-/* murray@chemical-eng.edinburgh.ac.uk says this works, and avoids
-   the problem of spurious ^M in subprocess output.  */
-#define HAVE_TERMIOS
+/* barrie@calvin.demon.co.uk says memmove is missing.  */
+#ifndef SYSTEM_MALLOC
+#define MEMMOVE_MISSING
+#endif