diff options
| author | Richard M. Stallman | 1995-07-25 23:20:36 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1995-07-25 23:20:36 +0000 |
| commit | 9c25094f32cb58f1b21e5b6084b7804831b4a949 (patch) | |
| tree | 54b33e31442bee725530b96561a8407d5505c16f /src | |
| parent | d492fe7016eca4b2ab38134f9ecf390a654d2935 (diff) | |
| download | emacs-9c25094f32cb58f1b21e5b6084b7804831b4a949.tar.gz emacs-9c25094f32cb58f1b21e5b6084b7804831b4a949.zip | |
(LIBS_SYSTEM): Defined.
Diffstat (limited to 'src')
| -rw-r--r-- | src/s/irix3-3.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/s/irix3-3.h b/src/s/irix3-3.h index 31cc18a3b5b..62c88115bfb 100644 --- a/src/s/irix3-3.h +++ b/src/s/irix3-3.h | |||
| @@ -167,3 +167,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | |||
| 167 | /* This affects child_setup. */ | 167 | /* This affects child_setup. */ |
| 168 | 168 | ||
| 169 | #define SETPGRP_RELEASES_CTTY | 169 | #define SETPGRP_RELEASES_CTTY |
| 170 | |||
| 171 | /* This was formerly in LIBS_MACHINE in iris4d.h, | ||
| 172 | but it is not needed for newer system versions. */ | ||
| 173 | #define LIBS_SYSTEM -lsun | ||