diff options
| author | Richard M. Stallman | 1996-03-17 18:05:32 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1996-03-17 18:05:32 +0000 |
| commit | c9bf9238c540cd3f0064b3d0cb03873338c2b85a (patch) | |
| tree | ae89685047bb5730e5f0cdc31dedbba9515525c0 /src | |
| parent | b5478d5e8d01bf089b3d1f8d6af8125f660c9cd8 (diff) | |
| download | emacs-c9bf9238c540cd3f0064b3d0cb03873338c2b85a.tar.gz emacs-c9bf9238c540cd3f0064b3d0cb03873338c2b85a.zip | |
(NEED_LIBW): Defined.
Diffstat (limited to 'src')
| -rw-r--r-- | src/s/irix5-2.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/s/irix5-2.h b/src/s/irix5-2.h index b3f12b3213a..2ab6765c95b 100644 --- a/src/s/irix5-2.h +++ b/src/s/irix5-2.h | |||
| @@ -7,3 +7,7 @@ | |||
| 7 | /* C-g in select is not handled properly with restartable | 7 | /* C-g in select is not handled properly with restartable |
| 8 | system calls. So don't use them. */ | 8 | system calls. So don't use them. */ |
| 9 | #undef SA_RESTART | 9 | #undef SA_RESTART |
| 10 | |||
| 11 | /* schoepf@goofy.zdv.Uni-Mainz.de reports he needed -lw with X11R6 | ||
| 12 | on Irix 5.3. I don't know which Irix version that need starts with. */ | ||
| 13 | #define NEED_LIBW | ||