Mercurial > emacs
comparison src/s/irix4-0.h @ 3305:47c0b5462b2d
(IRIX4): Defined.
(IRIS_UTIME): #undef this.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sun, 30 May 1993 19:11:40 +0000 |
parents | 864024ebf526 |
children | 58a40b252797 |
comparison
equal
deleted
inserted
replaced
3304:eed494603359 | 3305:47c0b5462b2d |
---|---|
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. */ |
13 #define SIGNALS_VIA_CHARACTERS | 15 #define SIGNALS_VIA_CHARACTERS |
14 | 16 |