summaryrefslogtreecommitdiff
path: root/ace/config-unixware-7.1.0.h
diff options
context:
space:
mode:
Diffstat (limited to 'ace/config-unixware-7.1.0.h')
-rw-r--r--ace/config-unixware-7.1.0.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/ace/config-unixware-7.1.0.h b/ace/config-unixware-7.1.0.h
index b5a228d1a81..a102aaff59d 100644
--- a/ace/config-unixware-7.1.0.h
+++ b/ace/config-unixware-7.1.0.h
@@ -83,7 +83,10 @@
#define ACE_HAS_P_READ_WRITE 1
/* Compiler/platform supports alloca() */
-#define ACE_HAS_ALLOCA 1
+// 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 1
/* Compiler/platform correctly calls init()/fini() for shared libraries */
#define ACE_HAS_AUTOMATIC_INIT_FINI 1