diff options
| -rw-r--r-- | src/s/irix4-0.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/s/irix4-0.h b/src/s/irix4-0.h index 51c34e575d2..589773a8213 100644 --- a/src/s/irix4-0.h +++ b/src/s/irix4-0.h | |||
| @@ -1,12 +1,14 @@ | |||
| 1 | #include "irix3-3.h" | 1 | #include "irix3-3.h" |
| 2 | 2 | ||
| 3 | #define USG5_3 | 3 | #define USG5_3 |
| 4 | #define IRIX4 | ||
| 4 | 5 | ||
| 5 | #define HAVE_ALLOCA | 6 | #define HAVE_ALLOCA |
| 6 | #ifndef NOT_C_CODE | 7 | #ifndef NOT_C_CODE |
| 7 | #include <alloca.h> | 8 | #include <alloca.h> |
| 8 | #endif | 9 | #endif |
| 9 | 10 | ||
| 11 | #undef IRIS_UTIME | ||
| 10 | #undef NEED_SIOCTL | 12 | #undef NEED_SIOCTL |
| 11 | 13 | ||
| 12 | /* Make process_send_signal work by "typing" a signal character on the pty. */ | 14 | /* Make process_send_signal work by "typing" a signal character on the pty. */ |