aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRichard M. Stallman1995-07-01 19:49:40 +0000
committerRichard M. Stallman1995-07-01 19:49:40 +0000
commitf6e0680c88750eaaf8c5cb0a2db868cad8f6e861 (patch)
tree41f741961be606a7e5bb0d7a68c7345148e4f6bb /src
parent7d23fb3908a232c142bfe355b76d99c938ebe182 (diff)
downloademacs-f6e0680c88750eaaf8c5cb0a2db868cad8f6e861.tar.gz
emacs-f6e0680c88750eaaf8c5cb0a2db868cad8f6e861.zip
Don't use sunos4shr.h; go back to 19.28 definition.
Diffstat (limited to 'src')
-rw-r--r--src/s/sunos413.h15
1 files changed, 0 insertions, 15 deletions
diff --git a/src/s/sunos413.h b/src/s/sunos413.h
index 33172f54763..3caae6e7378 100644
--- a/src/s/sunos413.h
+++ b/src/s/sunos413.h
@@ -1,7 +1,3 @@
1/* As of 19.29, it should work ok to use shared libs with X. */
2#include "sunos4shr.h"
3
4#if 0
5#include "sunos4-1.h" 1#include "sunos4-1.h"
6 2
7/* jik@gza.com says this works now. */ 3/* jik@gza.com says this works now. */
@@ -9,18 +5,7 @@
9 5
10#undef SYSTEM_MALLOC 6#undef SYSTEM_MALLOC
11 7
12#if 0 /* This causes failure in process_send_signal (tcgetattr loses)
13 and may also cause hanging at Emacs startup when parent
14 is not a job control shell. */
15/* murray@chemical-eng.edinburgh.ac.uk says this works, and avoids
16 the problem of spurious ^M in subprocess output. */
17#define HAVE_TERMIOS
18/* This enables some #undefs in systty.h. */
19#define BSD_TERMIOS
20#endif
21
22/* barrie@calvin.demon.co.uk says memmove is missing. */ 8/* barrie@calvin.demon.co.uk says memmove is missing. */
23#ifndef SYSTEM_MALLOC 9#ifndef SYSTEM_MALLOC
24#define MEMMOVE_MISSING 10#define MEMMOVE_MISSING
25#endif 11#endif
26#endif /* 0 */