diff options
Diffstat (limited to 'ace/config-netbsd.h')
-rw-r--r-- | ace/config-netbsd.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/ace/config-netbsd.h b/ace/config-netbsd.h index ab5eadae6e7..283637326cc 100644 --- a/ace/config-netbsd.h +++ b/ace/config-netbsd.h @@ -110,7 +110,10 @@ ange */ #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 |