summaryrefslogtreecommitdiff
path: root/ace/config-irix5.2.h
diff options
context:
space:
mode:
Diffstat (limited to 'ace/config-irix5.2.h')
-rw-r--r--ace/config-irix5.2.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/ace/config-irix5.2.h b/ace/config-irix5.2.h
index 35098a8170c..609353d56a5 100644
--- a/ace/config-irix5.2.h
+++ b/ace/config-irix5.2.h
@@ -36,7 +36,10 @@
#define ACE_SIZEOF_LONG_DOUBLE 8
#define IRIX5
-#define ACE_HAS_ALLOCA
+// Although ACE does have alloca() on this compiler/platform combination, it is
+// disabled by default since it can be dangerous. Uncomment the following line
+// if you ACE to use it.
+//#define ACE_HAS_ALLOCA
// Compiler/platform has <alloca.h>
#define ACE_HAS_ALLOCA_H
#define ACE_HAS_BSTRING