diff options
Diffstat (limited to 'ace/config-tandem.h')
-rw-r--r-- | ace/config-tandem.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/ace/config-tandem.h b/ace/config-tandem.h index 47777c9f53d..47bb1411137 100644 --- a/ace/config-tandem.h +++ b/ace/config-tandem.h @@ -73,7 +73,10 @@ //#define ACE_HAS_IP_MULTICAST //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 <alloca.h> #define ACE_HAS_ALLOCA_H |