diff options
author | Richard M. Stallman <rms@gnu.org> | 1994-12-14 04:56:59 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1994-12-14 04:56:59 +0000 |
commit | 3a8711025b362d10ca0e132bfa2dfd6110b6bacf (patch) | |
tree | 5b27cffece41a921538074c4ca6aab0091ed1b27 /src | |
parent | c884d88c4419b21418fdc33f5e0a13e1960de95a (diff) | |
download | emacs-3a8711025b362d10ca0e132bfa2dfd6110b6bacf.tar.gz |
Just include sunos4shr--do nothing else.
Diffstat (limited to 'src')
-rw-r--r-- | src/s/sunos413.h | 5 |
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 @@ +/* As of 19.29, it should work ok to use shared libs with X. */ +#include "sunos4shr.h" + +#if 0 #include "sunos4-1.h" /* jik@gza.com says this works now. */ @@ -19,3 +23,4 @@ #ifndef SYSTEM_MALLOC #define MEMMOVE_MISSING #endif +#endif /* 0 */ |