aboutsummaryrefslogtreecommitdiffstats
path: root/src/s/irix4-0.h
diff options
context:
space:
mode:
authorAndreas Schwab <[email protected]>2002-04-15 13:24:05 +0000
committerAndreas Schwab <[email protected]>2002-04-15 13:24:05 +0000
commitd8f6d720de474d07323ccdf8c70660bda2e9092a (patch)
tree8d0504cf6aa875667b9e8becf88a3d90ad5f1a33 /src/s/irix4-0.h
parent4c87c7335bf90336a1829b5013dabf3f59124536 (diff)
Don't define HAVE_ALLOCA, C_ALLOCA and STACK_DIRECTION, now set by autoconf.
Diffstat (limited to 'src/s/irix4-0.h')
-rw-r--r--src/s/irix4-0.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/s/irix4-0.h b/src/s/irix4-0.h
index b985d0892a..93d4fba171 100644
--- a/src/s/irix4-0.h
+++ b/src/s/irix4-0.h
@@ -5,7 +5,6 @@
/* XPointer is not defined in the older X headers -- [email protected] */
#define XPointer caddr_t
-#define HAVE_ALLOCA
#ifndef NOT_C_CODE
#include <alloca.h>
#endif