diff options
| author | Richard M. Stallman | 1993-05-30 19:11:40 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1993-05-30 19:11:40 +0000 |
| commit | 2b80da0a110ebd2b5ea48f3c165652a8560a0f3f (patch) | |
| tree | 8c78b1ad9b00840d90b97b58fcd8419ec7d7f152 | |
| parent | 426460bf356dfa22de816f55af642794220b43f1 (diff) | |
| download | emacs-2b80da0a110ebd2b5ea48f3c165652a8560a0f3f.tar.gz emacs-2b80da0a110ebd2b5ea48f3c165652a8560a0f3f.zip | |
(IRIX4): Defined.
(IRIS_UTIME): #undef this.
| -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. */ |