diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/s/irix5-2.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/s/irix5-2.h b/src/s/irix5-2.h index 2ab6765c95b..4d7509f8d54 100644 --- a/src/s/irix5-2.h +++ b/src/s/irix5-2.h | |||
| @@ -11,3 +11,8 @@ | |||
| 11 | /* schoepf@goofy.zdv.Uni-Mainz.de reports he needed -lw with X11R6 | 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. */ | 12 | on Irix 5.3. I don't know which Irix version that need starts with. */ |
| 13 | #define NEED_LIBW | 13 | #define NEED_LIBW |
| 14 | |||
| 15 | /* Looking at the wtmp file in filelock.c causes a crash | ||
| 16 | for jpff@maths.bath.ac.uk. | ||
| 17 | Note that irix6-0.h does not include this file, only irix5-0.h. */ | ||
| 18 | #define NO_WTMP_FILE | ||