diff options
Diffstat (limited to 'ace/config-sunos5.5.h')
-rw-r--r-- | ace/config-sunos5.5.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/ace/config-sunos5.5.h b/ace/config-sunos5.5.h index a884f01dab8..55a7e368018 100644 --- a/ace/config-sunos5.5.h +++ b/ace/config-sunos5.5.h @@ -189,7 +189,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 |