Mercurial > emacs
comparison src/s/sunos413.h @ 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 | d68b305849ad |
children | b2e67adcc76e |
comparison
equal
deleted
inserted
replaced
10157:7953cde9d951 | 10158:4721ac2f48cb |
---|---|
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. */ |
4 /* The bug that corrupts GNU malloc's memory pool is fixed in SunOS 4.1.3. */ | 8 /* The bug that corrupts GNU malloc's memory pool is fixed in SunOS 4.1.3. */ |
5 | 9 |
17 | 21 |
18 /* barrie@calvin.demon.co.uk says memmove is missing. */ | 22 /* barrie@calvin.demon.co.uk says memmove is missing. */ |
19 #ifndef SYSTEM_MALLOC | 23 #ifndef SYSTEM_MALLOC |
20 #define MEMMOVE_MISSING | 24 #define MEMMOVE_MISSING |
21 #endif | 25 #endif |
26 #endif /* 0 */ |