From: Richard M. Stallman Date: Wed, 14 Dec 1994 04:56:59 +0000 (+0000) Subject: Just include sunos4shr--do nothing else. X-Git-Tag: emacs-19.34~5697 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=05469d1a1e2117d70f33ed030c12070819fd63a1;p=emacs.git Just include sunos4shr--do nothing else. --- 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 */