aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRichard M. Stallman1994-12-14 04:56:59 +0000
committerRichard M. Stallman1994-12-14 04:56:59 +0000
commit05469d1a1e2117d70f33ed030c12070819fd63a1 (patch)
tree794744223597c91e07dbe4cc448ffad2e54166db /src
parent4d33492ad6407b3c760b1b1c66e6cc1cd303dd29 (diff)
downloademacs-05469d1a1e2117d70f33ed030c12070819fd63a1.tar.gz
emacs-05469d1a1e2117d70f33ed030c12070819fd63a1.zip
Just include sunos4shr--do nothing else.
Diffstat (limited to 'src')
-rw-r--r--src/s/sunos413.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/s/sunos413.h b/src/s/sunos413.h
index 39ade191e57..33172f54763 100644
--- a/src/s/sunos413.h
+++ b/src/s/sunos413.h
@@ -1,3 +1,7 @@
1/* As of 19.29, it should work ok to use shared libs with X. */
2#include "sunos4shr.h"
3
4#if 0
1#include "sunos4-1.h" 5#include "sunos4-1.h"
2 6
3/* jik@gza.com says this works now. */ 7/* jik@gza.com says this works now. */
@@ -19,3 +23,4 @@
19#ifndef SYSTEM_MALLOC 23#ifndef SYSTEM_MALLOC
20#define MEMMOVE_MISSING 24#define MEMMOVE_MISSING
21#endif 25#endif
26#endif /* 0 */