summaryrefslogtreecommitdiff
path: root/ace/config-macosx.h
diff options
context:
space:
mode:
authordhinton <dhinton@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-05-20 01:50:51 +0000
committerdhinton <dhinton@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-05-20 01:50:51 +0000
commitf53b172df35bdc2940a88db2dea0f210a973c604 (patch)
tree4dc4e2ba53c0030e22038c4105d66aab52284278 /ace/config-macosx.h
parent34c3ce874eda62cfd8295132498476bf9b5746e0 (diff)
downloadATCD-f53b172df35bdc2940a88db2dea0f210a973c604.tar.gz
ChangeLogTag:Tue May 20 01:50:35 UTC 2003 Don Hinton <dhinton@dresystems.com>
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