Mercurial > emacs
changeset 10158:4721ac2f48cb
Just include sunos4shr--do nothing else.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Wed, 14 Dec 1994 04:56:59 +0000 |
parents | 7953cde9d951 |
children | 1299d37b51bb |
files | src/s/sunos413.h |
diffstat | 1 files changed, 5 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/s/sunos413.h Wed Dec 14 03:44:51 1994 +0000 +++ b/src/s/sunos413.h Wed Dec 14 04:56:59 1994 +0000 @@ -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 */