summaryrefslogtreecommitdiff
path: root/ace/config-sunos4-lucid3.2.h
diff options
context:
space:
mode:
Diffstat (limited to 'ace/config-sunos4-lucid3.2.h')
-rw-r--r--ace/config-sunos4-lucid3.2.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/ace/config-sunos4-lucid3.2.h b/ace/config-sunos4-lucid3.2.h
index e0738e124a8..4ad0e536209 100644
--- a/ace/config-sunos4-lucid3.2.h
+++ b/ace/config-sunos4-lucid3.2.h
@@ -27,7 +27,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