summaryrefslogtreecommitdiff
path: root/ace/config-macosx.h
diff options
context:
space:
mode:
Diffstat (limited to 'ace/config-macosx.h')
-rw-r--r--ace/config-macosx.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/ace/config-macosx.h b/ace/config-macosx.h
index 33d7c7779f8..26fe473a8e3 100644
--- a/ace/config-macosx.h
+++ b/ace/config-macosx.h
@@ -89,7 +89,10 @@
#define ACE_HAS_CONSISTENT_SIGNAL_PROTOTYPES
// 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 correctly calls init()/fini() for shared libraries.
#define ACE_HAS_AUTOMATIC_INIT_FINI