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 f03746ef07e..b3f12b3213a 100644 --- a/src/s/irix5-2.h +++ b/src/s/irix5-2.h | |||
| @@ -3,3 +3,7 @@ | |||
| 3 | /* as of version 5.2, irix no longer uses flock, | 3 | /* as of version 5.2, irix no longer uses flock, |
| 4 | according to jackr@wpd.sgi.com. */ | 4 | according to jackr@wpd.sgi.com. */ |
| 5 | #undef MAIL_USE_FLOCK | 5 | #undef MAIL_USE_FLOCK |
| 6 | |||
| 7 | /* C-g in select is not handled properly with restartable | ||
| 8 | system calls. So don't use them. */ | ||
| 9 | #undef SA_RESTART | ||