aboutsummaryrefslogtreecommitdiffstats
path: root/src/s
diff options
context:
space:
mode:
Diffstat (limited to 'src/s')
-rw-r--r--src/s/irix4-0.h4
-rw-r--r--src/s/irix5-0.h6
2 files changed, 0 insertions, 10 deletions
diff --git a/src/s/irix4-0.h b/src/s/irix4-0.h
index 93d4fba1716..4144c34d9af 100644
--- a/src/s/irix4-0.h
+++ b/src/s/irix4-0.h
@@ -5,10 +5,6 @@
5/* XPointer is not defined in the older X headers -- JPff@maths.bath.ac.uk */ 5/* XPointer is not defined in the older X headers -- JPff@maths.bath.ac.uk */
6#define XPointer caddr_t 6#define XPointer caddr_t
7 7
8#ifndef NOT_C_CODE
9#include <alloca.h>
10#endif
11
12#undef NEED_SIOCTL 8#undef NEED_SIOCTL
13 9
14/* Include unistd.h, even though we don't define POSIX. */ 10/* Include unistd.h, even though we don't define POSIX. */
diff --git a/src/s/irix5-0.h b/src/s/irix5-0.h
index b2cdbeb0b8c..a83d3fcb417 100644
--- a/src/s/irix5-0.h
+++ b/src/s/irix5-0.h
@@ -29,12 +29,6 @@
29/* Make process_send_signal work by "typing" a signal character on the pty. */ 29/* Make process_send_signal work by "typing" a signal character on the pty. */
30#define SIGNALS_VIA_CHARACTERS 30#define SIGNALS_VIA_CHARACTERS
31 31
32#ifndef NOT_C_CODE
33#ifndef __GNUC__
34#include <alloca.h>
35#endif
36#endif
37
38/* SGI has all the fancy wait stuff, but we can't include sys/wait.h 32/* SGI has all the fancy wait stuff, but we can't include sys/wait.h
39 because it defines BIG_ENDIAN and LITTLE_ENDIAN (ugh!.) Instead 33 because it defines BIG_ENDIAN and LITTLE_ENDIAN (ugh!.) Instead
40 we'll just define WNOHANG right here. 34 we'll just define WNOHANG right here.