aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/s/irix4-0.h9
1 files changed, 5 insertions, 4 deletions
diff --git a/src/s/irix4-0.h b/src/s/irix4-0.h
index 197d32c1ec0..1e945bdc0fe 100644
--- a/src/s/irix4-0.h
+++ b/src/s/irix4-0.h
@@ -2,11 +2,12 @@
2 2
3#define USG5_3 3#define USG5_3
4 4
5/* Define HAVE_ALLOCA to say that the system provides a properly
6 working alloca function and it should be used. */
7#define HAVE_ALLOCA 5#define HAVE_ALLOCA
8#undef C_ALLOCA 6#ifndef NOT_C_CODE
9#define alloca __builtin_alloca 7#include <alloca.h>
8#endif
9
10#undef NEED_SIOCTL
10 11
11/* use K&R C */ 12/* use K&R C */
12#ifndef __GNUC__ 13#ifndef __GNUC__