diff options
| author | Richard M. Stallman | 1994-12-14 04:56:59 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1994-12-14 04:56:59 +0000 |
| commit | 05469d1a1e2117d70f33ed030c12070819fd63a1 (patch) | |
| tree | 794744223597c91e07dbe4cc448ffad2e54166db /src | |
| parent | 4d33492ad6407b3c760b1b1c66e6cc1cd303dd29 (diff) | |
| download | emacs-05469d1a1e2117d70f33ed030c12070819fd63a1.tar.gz emacs-05469d1a1e2117d70f33ed030c12070819fd63a1.zip | |
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 @@ | |||
| 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 */ | ||