summaryrefslogtreecommitdiff
path: root/ace/config-cygwin32-common.h
diff options
context:
space:
mode:
Diffstat (limited to 'ace/config-cygwin32-common.h')
-rw-r--r--ace/config-cygwin32-common.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/ace/config-cygwin32-common.h b/ace/config-cygwin32-common.h
index 15f27690e27..4a97edda82a 100644
--- a/ace/config-cygwin32-common.h
+++ b/ace/config-cygwin32-common.h
@@ -91,7 +91,10 @@
#define ACE_LACKS_GETPGID_PROTOTYPE
// 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 the getrusage() system call.
#define ACE_HAS_GETRUSAGE