summaryrefslogtreecommitdiff
path: root/ace/config-irix6.x-common.h
diff options
context:
space:
mode:
Diffstat (limited to 'ace/config-irix6.x-common.h')
-rw-r--r--ace/config-irix6.x-common.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/ace/config-irix6.x-common.h b/ace/config-irix6.x-common.h
index e1273d4f943..f4260bc3c06 100644
--- a/ace/config-irix6.x-common.h
+++ b/ace/config-irix6.x-common.h
@@ -63,7 +63,10 @@
#define ACE_HAS_SYSCALL_H
// Compiler/platform supports alloca()
-#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