diff options
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 | ||