summaryrefslogtreecommitdiff
path: root/ace/config-freebsd.h
diff options
context:
space:
mode:
Diffstat (limited to 'ace/config-freebsd.h')
-rw-r--r--ace/config-freebsd.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/ace/config-freebsd.h b/ace/config-freebsd.h
index e8c2fec976f..7d6a58889a9 100644
--- a/ace/config-freebsd.h
+++ b/ace/config-freebsd.h
@@ -125,7 +125,10 @@ extern "C" { char * cuserid (char *s); }
#define ACE_HAS_SVR4_SIGNAL_T
// 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 supports SVR4 dynamic linking semantics..
#define ACE_HAS_SVR4_DYNAMIC_LINKING